Welcome![Sign In][Sign Up]
Location:
Search - Unix Programmi

Search list

[Internet-Networkaddisonwesley-unix.network.programming

Description: addison wesley - unix.network.programming.UNIX 网络编程经典教材-addison wesley - unix.network.programmi ng.UNIX network programming classic textbook! !
Platform: | Size: 5655929 | Author: 秦超 | Hits:

[Internet-NetworkUnix Network Programming Volume 1_3rd

Description: UNIX网络编程,套接字编程,第三版。非常经典的Socket书籍,名家名作,值得一看。内附源代码。-unix network progrqamming ,the 3rd edition. classic book on socket written by famous expert, worth reading. source code included.
Platform: | Size: 11309056 | Author: 李鸣 | Hits:

[Internet-Networkaddisonwesley-unix.network.programming

Description: addison wesley - unix.network.programming.UNIX 网络编程经典教材-addison wesley- unix.network.programmi ng.UNIX network programming classic textbook! !
Platform: | Size: 5655552 | Author: 秦超 | Hits:

[OtherUnix_Shell_Programming

Description: Unix.Shell编程(第三版),本书以POSIX标准Shell为讲解对象,介绍了用Unix shell编写程序所涉及到的方方面面。包括Unix基本命令、Shell编程要用到的主要工具、Shell程序的基本内容以及子Shell编程中的高级特性。-Unix.Shell Programming (third edition). The book to the POSIX standard for Shell on target introduces the Unix shell programming, which was involved in all aspects. Basic commands, including Unix, Shell Programming use of the main tools Shell procedures and the basic content-Shell Programming senior characteristics.
Platform: | Size: 20593664 | Author: cxb | Hits:

[Linux-UnixUNIX_Systems_Programming-Communication_Concurrency

Description: unix系统编程第二版源代码,这本书主要讲Unix通信、并发、线程-unix systems programming second edition of the source code, the book stresses the major Unix communications, concurrency, thread
Platform: | Size: 1030144 | Author: asdf | Hits:

[OtherThe_Art_Of_Unix_Programming

Description:   经典的unix书籍,《unix编程的艺术》,书里既有讲到开发的实际应用,又有软件设计的架构和思想。是不可多得的好书。-Unix classic book, unix programming of arts , the book talked about the development of both the practical application of software design and architecture and ideas. Is a rare book.
Platform: | Size: 1555456 | Author: | Hits:

[OtherThe-Art-Of-Unix-Programming

Description: unix编程艺术英文版本,是学习操作系统以及UNIX历史的经典名著。-Art and English versions of unix programming, as well as the UNIX operating system is to learn from history classics.
Platform: | Size: 1442816 | Author: zhangweihong | Hits:

[Linux-Unixadvanced_unix_programming

Description: 高级unix编程第二版, 和unix环境高级编程比较起来,更全面,感觉还可以-Senior unix programming second edition, and high-level programming unix environment comparison, more comprehensive and the feeling can also be
Platform: | Size: 283648 | Author: 韩水 | Hits:

[OtherUnix_Network_Programming

Description: 本书涉及的内容包括umx系统、网络协议及编程技术,井由浅入深地讲述了网络编程核心技术、实 用技术和尚级网络编程。本书既是从事网络开发人员的参考资料,也可以作为学习uM网络编程知识的 教材。 -this book include umx systems, network protocols and programming techniques, well described and easy-to-digest the core of network programming technology, practical technology monk level network programming. This book is both a network of developers engaged in the reference, but also can serve as a knowledge network programming uM learning materials.
Platform: | Size: 4354048 | Author: li | Hits:

[JSP/JavaJava-Network-Programming.pdf

Description: JavaTM s growth over the last five years has been nothing short of phenomenal. Given Java s rapid rise to prominence and the general interest in networking, it s a little surprising that network programming in Java is still so mysterious to so many. This doesn t have to be. In fact, writing network programs in Java is quite simple, as this book will show. Readers with previous experience in network programming in a Unix, Windows, or Macintosh environment should be pleasantly surprised at how much easier it is to write equivalent programs in Java. That s because the Java core API includes well-designed interfaces to most network features. Indeed, there is very little application layer network software you can write in C or C++ that you can t write more easily in Java. Java Network Programming endeavors to show you how to take advantage of Java s network class library to quickly and easily write programs that accomplish many common networking tasks.
Platform: | Size: 2266112 | Author: faiq | Hits:

[Windows DevelopThe-C-programming-Language-

Description: 《C程序设计语言》是由C语言的设计者Dennis M. Ritchie和著名计算机科学家Brian W. Kernighan编写的一部介绍标准C语言及其程序设计方法的权威性经典著作。全面、系统地讲述了C语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、UNIX系统接口、标准库等内容。 -"C Programming Language"by the C language, and the famous designer Dennis M. Ritchie Brian W. Kernighan computer scientist describes the preparation of a standard C language and programming methodology of the authority of the classics. Comprehensively and systematically about the various characteristics of C language and the basic method of programming, including basic concepts, types and expressions, control flow, function and program structure, pointers and arrays, structure, input and output, UNIX system interface, the standard Library and so on.
Platform: | Size: 6396928 | Author: cl | Hits:

[Software EngineeringDennis-Ritchie-a-Brian-W.-Kernighan---C-Programmi

Description: C is a general-purpose programming language with features economy of expression, modern flow control and data structures, and a rich set of operators. C is not a ``very high level language, nor a ``big one, and is not specialized to any particular area of application. But its absence of restrictions and its generality make it more convenient and effective for many tasks than supposedly more powerful languages. C was originally designed for and implemented on the UNIX operating system on the DEC PDP-11, by Dennis Ritchie. The operating system, the C compiler, and essentially all UNIX applications programs (including all of the software used to prepare this book) are written in C. Production compilers also exist for several other machines, including the IBM System/370, the Honeywell 6000, and the Interdata 8/32. C is not tied to any particular hardware or system, however, and it is easy to write programs that will run without change on any machine that supports C.-C is a general-purpose programming language with features economy of expression, modern flow control and data structures, and a rich set of operators. C is not a ``very high level language, nor a ``big one, and is not specialized to any particular area of application. But its absence of restrictions and its generality make it more convenient and effective for many tasks than supposedly more powerful languages. C was originally designed for and implemented on the UNIX operating system on the DEC PDP-11, by Dennis Ritchie. The operating system, the C compiler, and essentially all UNIX applications programs (including all of the software used to prepare this book) are written in C. Production compilers also exist for several other machines, including the IBM System/370, the Honeywell 6000, and the Interdata 8/32. C is not tied to any particular hardware or system, however, and it is easy to write programs that will run without change on any machine that supports C.
Platform: | Size: 1264640 | Author: roshan | Hits:

CodeBus www.codebus.net