Bibliographie¶
[ABS] | Cooper, M., Advanced Bash-Scripting Guide, 2011, http://tldp.org/LDP/abs/html/ |
[AdelsteinLubanovic2007] | Adelstein, T., Lubanovic, B., Linux System Administration, OReilly, 2007, http://books.google.be/books?id=-jYe2k1p5tIC |
[Bashar1997] | Bashar, N., Ariane 5: Who Dunnit?, IEEE Software 14(3): 15–16. May 1997. https://doi.ieeecomputersociety.org/10.1109/MS.1997.589224 |
[C99] | http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf |
[Cooper2011] | Cooper, M., Advanced Bash-Scripting Guide, http://tldp.org/LDP/abs/html/, 2011 |
[CPP] | C preprocessor manual, http://gcc.gnu.org/onlinedocs/cpp/ |
[Dijkstra1965b] | Dijkstra, E., Cooperating sequential processes, 1965, http://www.cs.utexas.edu/users/EWD/transcriptions/EWD01xx/EWD123.html |
[Dijkstra1965] | Dijkstra, E., Solution of a problem in concurrent programming control. Commun. ACM 8, 9 (September 1965), 569 http://doi.acm.org/10.1145/365559.365617 |
[Downey2008] | Downey, A., The Little Book of Semaphores, Second Edition, Green Tea Press, 2008, https://greenteapress.com/wp/semaphores/ |
[DrepperMolnar2005] | Drepper, U., Molnar, I., The Native POSIX Thread Library for Linux, http://www.akkadia.org/drepper/nptl-design.pdf |
[Goldberg1991] | Goldberg, D., What every computer scientist should know about floating-point arithmetic. ACM Comput. Surv. 23, 1 (March 1991), 5-48. http://doi.acm.org/10.1145/103162.103163 ou http://www.validlab.com/goldberg/paper.pdf |
[Gove2011] | Gove, D., Multicore Application Programming for Windows, Linux and Oracle Solaris, Addison-Wesley, 2011, http://books.google.be/books?id=NF-C2ZQZXekC |
[GNUPTH] | Engelschall, R., GNU Portable Threads, http://www.gnu.org/software/pth/ |
[IA32] | intel, Intel® 64 and IA-32 Architectures : Software Developer’s Manual, Combined Volumes: 1, 2A, 2B, 2C, 3A, 3B and 3C, December 2011, http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-manual-325462.pdf |
[Kamp2011] | Kamp, P., The Most Expensive One-byte Mistake, ACM Queue, July 2011, http://queue.acm.org/detail.cfm?id=2010365 |
[Kerrisk2010] | Kerrisk, M., The Linux Programming Interface, No Starch Press, 2010, http://my.safaribooksonline.com/book/programming/linux/9781593272203 |
[Kernighan] | Kernighan, B., Programming in C - A Tutorial, http://cm.bell-labs.com/cm/cs/who/dmr/ctut.pdf |
[KernighanRitchie1998] | Kernighan, B., and Ritchie, D., The C programming language, second edition, Addison Wesley, 1998, http://cm.bell-labs.com/cm/cs/cbook/ |
[King2008] | King, K., C programming : a modern approach, W. W. Norton & company, 2008 |
[Krakowiak2011] | Krakowiak, S., Le modele d’architecture de von Neumann, http://interstices.info/le-modele-darchitecture-de-von-neumann |
[Leroy] | Leroy, X., The LinuxThreads library, http://pauillac.inria.fr/~xleroy/linuxthreads/ |
[McKenney2005] | McKenney, P., Memory Ordering in Modern Microprocessors, Part I, Linux Journal, August 2005, http://www.linuxjournal.com/article/8211 |
[Mitchell+2001] | Mitchell, M., Oldham, J. and Samuel, A., Advanced Linux Programming, New Riders Publishing, ISBN 0-7357-1043-0, June 2001, http://www.advancedlinuxprogramming.com/ |
[Nemeth+2010] | Nemeth, E., Hein, T., Snyder, G., Whaley, B., Unix and Linux System Administration Handbook, Prentice Hall, 2010, http://books.google.be/books?id=rgFIAnLjb1wC |
[Stallings2011] | Stallings, W., Operating Systems : Internals and Design Principles, Prentice Hall, 2011, http://williamstallings.com/OperatingSystems/index.html |
[StevensRago2008] | Stevens, R., and Rago, S., Advanced Programming in the UNIX Environment, Addison-Wesley, 2008, http://books.google.be/books?id=wHI8PgAACAAJ |
[Stokes2008] | Stokes, J., Classic.Ars: Understanding Moore’s Law, http://arstechnica.com/hardware/news/2008/09/moore.ars |
[Tanenbaum+2009] | Tanenbaum, A., Woodhull, A., Operating systems: design and implementation, Prentice Hall, 2009, https://www.pearson.com/us/higher-education/program/Tanenbaum-Operating-Systems-Design-and-Implementation-3rd-Edition/PGM228096.html |
[Walls2006] | Walls, D., How to Use the restrict Qualifier in C. Sun Microsystems, 2006, http://developers.sun.com/solaris/articles/cc_restrict.html |