Welcome![Sign In][Sign Up]
Location:
Search - concurrent

Search list

[Remote ControlConcurrent(并发访问)

Description: 数据并发访问代码,大量数据在网络中被同时访问时可参考本代码。-concurrent data access code, large amounts of data in the network were also visit reference to the code.
Platform: | Size: 22724 | Author: 朱广 | Hits:

[Game ProgramConcurrent

Description: 一个用Concurrent并发库编写的信号程序,很经典,希望板主收到我的第五个后给我开通会员号,急需-a library with Concurrent with the preparation of the signal process, classic, I hope that the Mets received the fifth after I opened to members of the urgent need
Platform: | Size: 2491 | Author: 刘和 | Hits:

[Other resourceOverview.of.the.util.concurrent

Description: 这本小册子对jdk 5.0里面的java concurrent api框架有清晰的描述,是concurrent api最初实现的大牛Doug Lea教授撰写的教程。-this booklet on jdk 5.0 java inside the framework of a concurrent api - Xi description api is concurrent initial realization of cattle Professor Doug Lea wrote the handbook.
Platform: | Size: 24546 | Author: xinqianli | Hits:

[Develop ToolsConcurrent Programming in Java

Description: Concurrent Programming in Java
Platform: | Size: 138092 | Author: 洪光 | Hits:

[Other resourceAddison Wesley - Concurrent.Programming.in.Java.-.

Description: Concurrent.Programming.in.Java.-.Design.Principles.and.Patterns,.Second.Edition
Platform: | Size: 1438543 | Author: 王庆国 | Hits:

[BooksConcurrent Programming in Java

Description: Concurrent Programming in Java
Platform: | Size: 138240 | Author: 洪光 | Hits:

[Remote ControlConcurrent(并发访问)

Description: 数据并发访问代码,大量数据在网络中被同时访问时可参考本代码。-concurrent data access code, large amounts of data in the network were also visit reference to the code.
Platform: | Size: 22528 | Author: 朱广 | Hits:

[Game ProgramConcurrent

Description: 一个用Concurrent并发库编写的信号程序,很经典,希望板主收到我的第五个后给我开通会员号,急需-a library with Concurrent with the preparation of the signal process, classic, I hope that the Mets received the fifth after I opened to members of the urgent need
Platform: | Size: 2048 | Author: 刘和 | Hits:

[JSPOverview.of.the.util.concurrent

Description: 这本小册子对jdk 5.0里面的java concurrent api框架有清晰的描述,是concurrent api最初实现的大牛Doug Lea教授撰写的教程。-this booklet on jdk 5.0 java inside the framework of a concurrent api- Xi description api is concurrent initial realization of cattle Professor Doug Lea wrote the handbook.
Platform: | Size: 24576 | Author: xinqianli | Hits:

[Process-Threadclient

Description: 用vc++编写的一个多线程并发服务器的客户端-With vc++ Prepared a multi-threaded concurrent server client
Platform: | Size: 1798144 | Author: 于佳 | Hits:

[OtherMordenMultithreading

Description: Master the essentials of concurrent programming,including testing and debugging This textbook examines languages and libraries for multithreaded programming. Readers learn how to create threads in Java and C++, and develop essential concurrent programming and problem-solving skills. Moreover, the textbook sets itself apart from other comparable works by helping readers to become proficient in key testing and debugging techniques. Among the topics covered, readers are introduced to the relevant aspects of Java, the POSIX Pthreads library, and the Windows Win32 Applications Programming Interface.
Platform: | Size: 1725440 | Author: Jacky | Hits:

[JSP/Javaconcurrent_programming_in_java

Description: jdk1.5中关于并发(concurrent)的经典教程 该压缩包中还包含ibm关于并发的入门书籍-java.util.concurrent.*
Platform: | Size: 1870848 | Author: wangliang | Hits:

[BooksEclipseCVS

Description: CVS是Concurrent Versions System(并发版本系统)的简称。它是一个开放源代码的项目,是当前最流行的版本控制系统,目前绝大部分Open Source项目都使用它来做版本管理。如果你还习惯用微软的VSS来进行Java项目的版本管理,那么用上Eclipse后,建议还是转为使用CVS。-CVS is the Concurrent Versions System (Concurrent Versions System) is short. It is an open source project, is currently the most popular version control system, at present most of Open Source projects use it to do version management. If you are using Microsoft' s VSS is also used to carry out the version of Java project management, and then spend Eclipse, the proposal was to use CVS.
Platform: | Size: 699392 | Author: E行者 | Hits:

[Linux-UnixtcpMuti

Description: 基于Tcp的多线程并发服务器,利用fork创建线程,一个服务器端可以对应多个客户端-Tcp-based multi-threaded concurrent server, using fork to create threads, a server-side may correspond to multiple clients
Platform: | Size: 2048 | Author: kathy | Hits:

[Linux-Unixtcp_romote_mp

Description: Linux下实现tcp多进程并发服务器,有客户端和服务端俩个类-Linux achieve tcp multi-process concurrent server, there are both client and server classes
Platform: | Size: 2048 | Author: 吴萤 | Hits:

[Internet-NetworkPatterns-for-Concurrent-and-Networked-Objects

Description: POSA 网络编程设计模式 Vol2,网络底层编程必备。-Patterns for Concurrent and Networked Object.
Platform: | Size: 3820544 | Author: michael chen | Hits:

[JSP/Javajava.util.concurrent

Description: java.util.concurrent包的并发处理 Sun大神终于为我们这些可怜的小程序员推出了 java.util.concurrent工具包以简化并发完成。开发者们借助于此,将有效的减少竞争条件(race conditions)和死锁线程。concurrent包很好的解决了这些问题,为我们提供了更实用的并发程序模型。 -java.util.concurrent concurrent processing package for the Sun The Great God has finally those of us poor little programmer launched a toolkit to simplify concurrent java.util.concurrent completed. Developers have the help of this, will effectively reduce the conditions of competition (race conditions), and deadlock the thread. excellent concurrent package addresses these issues, provides us with a more practical model for concurrent programming.
Platform: | Size: 6144 | Author: jing | Hits:

[JSPDynamic-Analysis-Java-Research

Description: Java并发程序动态分析技术研究,介绍了一种基于插装的JAVA并发程序动态执行轨迹跟踪技术,并在实际工作中已得到应用-Dynamic Analysis of Java Concurrent Programs Research
Platform: | Size: 310272 | Author: jianjun | Hits:

[JSPconcurrent-programming-in-java-design-principles-

Description: Concurrent Programming in Java™ : Design Principles and Patterns, Second Edition By Doug Lea
Platform: | Size: 2269184 | Author: Naz | Hits:

[JSP/JavaDoug-Lea--Concurrent-Programming-in-Java-Design-P

Description: concurrent programming in java by doug lea
Platform: | Size: 1439744 | Author: aym | Hits:
« 12 3 4 5 6 7 8 9 10 ... 49 »

CodeBus www.codebus.net