• P

    THE Java Programming Language, Fourth Edition 文檔

    Direct from the creators of the Java? programming language, the completely revised fourth edition of The Java? Programming Language is an indispensable resource for novice and advanced programmers alike.<br> Developers around the world have used previous editions to quickly gain a deep understanding of the Java programming language, its design goals, and how to use it most effectively in real-world development. Now, Ken Arnold, James Gosling, and David Holmes have updated this classic to reflect the major enhancements in Java? 2 Standard Edition 5.0 (J2SE? 5.0).

    silentboy 2015-02-21   372   0
    P

    Core PHP Programming Third Edition 文檔

    PHP核心編程第三版(Prentice Core PHP Programming 3rd Edition) 英文版。

    jasonyu 2010-09-19   472   0
    PHP開發   PHP  
    P

    Java.Network.Programming.Third.Edition 文檔

    JAVA網絡編程實例

    冉鵬TB 2012-10-17   0   0
    P

    Advanced Programming in the UNIX Environment: Second Edition 文檔

    這本書適合所有對Unix系統的種種感到好奇的人,Unix和Windows不同在于,它是個鼓勵你思考的操作系統(換句話說對于想遠離計算機的細節的用戶可能不那么友好),只要你使用它有些時日,就會有很多問題冒出來:symbolic link和hard link區別究竟何在?daemon process是怎么回事?即便不寫系統級的程序,只作為一般的unix用戶,這本書里的信息也是彌足珍貴的。

    iceger 2014-08-01   1711   0
    UNIX  
    P

    Programming Python, 3rd Edition 文檔

    Python在多數情況下是跨平臺的,對于與平臺相關的部分則進行sys.platform檢測。例如底層的控制臺交互可能隨平臺不同而不同,則通過檢測sys.platform來選擇合適的工具 sys.path在解釋器啟動時根據PYTHONPATH和系統缺省的目錄進行初始化,可以在運行時對其進行改動。有時PYTHONPAHT是不夠的,一些程序,例如web服務器腳本,可能在啟動時配置sys.path來包含要訪問的目錄

    w7f5 2012-11-20   517   0
    P

    Python Programming on Win32, First Edition 文檔

    Despite Python's increasing popularity on Windows, Python Programming on Win32 is the first book to demonstrate how to use it as a serious Windows development and administration tool. This book addresses all the basic technologies for common integration tasks on Windows, explaining both the Windows issues and the Python code you need to glue things together.

    fp34 2014-12-31   403   0
    P

    Java Network Programming, 3rd Edition 文檔

    《Java網絡編程(第3版)》會為你介紹Java網絡API的最新特性。《Java網絡編程(第3版)》討論了JDK 1.4和1.5(現在已命名為J2SE 5)中所做的所有修改和增補。《Java網絡編程(第3版)》內容全面,涵蓋了從網絡基礎知識到遠程方法調用(RMI)等各方面的內容,書中章節涉及到TCP和UDP socket、服務器socket、URL和URI、組播以及特殊用途的API(如JavaMail)等等。《Java網絡編程(第3版)》展示了如何使用JSSE編寫安全的網絡應用程序,解釋了如何使用NIO API編寫超高性能的服務器。它還涵蓋了Java對網絡代理、Web cookie和URL緩存的支持。

    liuchaoya 2013-02-24   573   0
    P

    Advanced Programming in the UNIX Environment - 2nd Edition 文檔

    書本的第一章是UNIX基礎知識,這是這類的每一本書籍所慣常有的,可以使讀者先大致了解一些相關的情況。第二章比較重要,它講解了貫穿本書的三個標準:ISO C, IEEE POSIX, Single UNIX Specification 。每一個標準都是前一個的超集。這也是程序員在開發可移植性強的程序時所必須考慮的。然后接下來就詳細講解了各種I/O,因為這是程序最常用到的。接著是進程相關的內容,這也I/O一樣,是本書的兩大重點之一。當然,講解完進程少不了對線程的介紹,這是能大大地提高程序性能的一種技術。書本的后半部分主要講解進程間通信

    leeewei 2012-09-11   4037   0
    UNIX  
    P

    Elements of Programming 文檔

    編程的本質。Elements of Programming provides a different understanding of programming than is presented elsewhere. Its major premise is that practical programming, like other areas of science and engineering, must be based on a solid mathematical foundation. The book shows that algorithms implemented in a real programming language, such as C++, can operate in the most general mathematical setting. For example, the fast exponentiation algorithm is defined to work with any associative operation. Using abstract algorithms leads to efficient, reliable, secure, and economical software.

    venuswu 2013-06-13   2563   0
    P

    Twisted Network Programming Essentials - Event-driven Network Programming with Python 文檔

    Twisted Network Programming Essentials from O'Reilly is a task-oriented look at this new open source, Python-based technology. The book begins with recommendations for various plug-ins and add-ons to enhance the basic package as installed. It then details Twisted's collection simple network protocols, and helper utilities. The book also includes projects that let you try out the Twisted framework for yourself. For example, you'll find examples of using Twisted to build web services applications using the REST architecture, using XML-RPC, and using SOAP.

    fde8 2014-12-30   2576   0
    P

    Elements of Programming(編程的本質) 文檔

    Elements of Programming(編程的本質)

    infinityu 2013-05-23   578   0
    P

    GNU/Linux Application Programming 文檔

    Using a holistic approach to teaching developers the ins-and-outs of GNU/Linux programming using APIs, tools, communication, and scripting, this book introduces programmers to the environment from the lowest layers to the user layers.

    xmanxihua 2013-05-27   507   0
    Linux  
    P

    The C programming Language(英文) 文檔

    C is a general-purpose programming language. It has been closely associated with the UNIX operating system where it was developed, since both the system and most of the programs that run on it are written in C. The language, however, is not tied to any one operating system or machine; and although it has been called a ``system programming language'' because it is useful for writing compilers and operating systems, it has been used equally well to write major programs in many different domains. <br> Many of the important ideas of C stem from the language BCPL, developed by Martin Richards. The influence of BCPL on C proceeded indirectly through the language B, which was written by Ken Thompson in 1970 for the first UNIX system on the DEC PDP-7.

    johnnych 2014-12-19   457   0
    P

    SQL Database Programming with Java 文檔

    Java is a modern, object-oriented language based on C++. For the moment, C++ remains the more popular language, but Java is rapidly gaining ground. Someday soon, you may hear C++ described as the "middle-aged and overweight father" of Java. Already, experienced Java programmers are earning higher wages than experienced C++ programmers (though how a programmer can be "experienced" in using a language that has been publicly available for barely two years is not at all clear).

    why311 2014-10-20   342   0
    Java開發   Java   SQL  

    RP(Reactive Programming)入門 經驗

    Clojure , JavaScript , Ruby , Python , C++ , Objective-C/Cocoa , Groovy , 等等)。所以,無論你用的是什么語言、庫,你都能從下面這個教程中學到東西。

    jopen 2014-10-26   25483   0
    RP  

    指路Reactive Programming 經驗

    com/2016/03/02/introduction-to-reactive-programming/ 我在工作中采用Reactive Programming(RP)已經有一年了,對于這個“新鮮”的辭藻或許有一些人還

    oblicalow 2016-03-02   15194   0
    P

    Python Programming for the Absolute Beginner 文檔

    With this text, you will acquire the skills that you need for more practical Python programming applications, and learn how these skills can be put to use in real-world scenarios.

    fp34 2014-12-31   2407   0

    Qore Programming Language 0.8.6.1 資訊

    Qore 是一種支持線程和嵌入式邏輯的腳本語言。專為企業應用界面開發提供一種基于腳本的靈活方式,也可以作為一種實用的通用語言。

    jopen 2012-11-10   8819   0
    Qore  
    P44

      Programming computer vision applications 文檔

    ?Programming computer vision applications: ? A step-by-step guide to the use of the Intel OpenCV library

    asdfghj 2013-05-15   1982   0
    P

    MySQL Stored Procedure Programming 文檔

    MySQL 存儲過程編程

    ws_fyy 2012-09-13   3531   0
    1 2 3 4 5 6 7 8 9 10
  • sesese色