1. CS 194 Parallel ProgrammingCreating and Using ThreadsKatherine Yelick yelick@cs.berkeley.edu http://www
都是关于系统编程的各个方面的具体的讲解。先介绍函数,然后给出的代码实例。每隔一段就给出用前面所学可以做到的一个实用小项目(这是有点难度的,觉得没难度的大概有过一些编程经验了)。我觉得最好读者有一些关于操作系统的基础知识,比如看过操作系统原理之类的书籍,还有相应的C语言基础本人看过之后觉得获益良多
Java 线程 第三版
srm (secure rm) 是一个用于替代rm命令的命令行工具,它在删除文件前会重写文件内容。本工具的目的是安全的删除文档的内容。
Android编程中一个共同的困难就是协调Activity的生命周期和长时间运行的任务(task),并且要避免可能的内存泄露。思考下面Activity的代码,在它启动的时候开启一个线程并循环执行任务。
Java8并发教程:Threads和Executors 原文地址 原文作者: Benjamin Winterberg 译者:张坤 欢迎阅读我的Java8并发教程的第一部分。这份指南将会以简单易
编程的本质。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.
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.
Elements of 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.
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.
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).
在互联网上有着一大堆糟糕的解释与定义。维基百科一如既往的空泛与理论化。Stackoverflow的权威答案明显不适合初学者。Reactive Manifesto看起来是你展示给你公司的项目经理或者老板们看的东西。微软的Rx terminology "Rx = Observables + LINQ + Schedulers" 过于重量级且微软味十足,只会让大部分人困惑。
com/2016/03/02/introduction-to-reactive-programming/ 我在工作中采用Reactive Programming(RP)已经有一年了,对于这个“新鲜”的辞藻或许有一些人还
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.
Qore 是一种支持线程和嵌入式逻辑的脚本语言。专为企业应用界面开发提供一种基于脚本的灵活方式,也可以作为一种实用的通用语言。
Programming computer vision applications: A step-by-step guide to the use of the Intel OpenCV library
MySQL 存储过程编程
1. C++ Network ProgrammingMastering Complexity with ACE & PatternsDr. Douglas C. Schmidt schmidt@isis-server
开发多线程Java应用程序的书籍