搜索资源列表
Java Thread Programming
- java线程编程一书的源代码。供学习java多线程的朋友参考学习-threaded a book source. Java Learning for multithreading friends Reference Learning
multithreadchat
- 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-multithreaded program, multithreaded applications easily occur. Mutex object explain how to use the mutex object to the multi-thread synchronization. How to use
python_code
- python源码,包含进程、多线程控制,客户端服务器模拟,数据结构等-python source, contains process, multi-thread control, client server simulation, data structures, etc.
WebCast20060714_Demo
- 在传统的asp中,开发者面对线程问题之于他们知道应该要做什么要多。因为asp是建立于com之上的,关于元件的线程需求这儿有非常详细而精确的规范。对于开发者来说幸运的是:线程在asp.net中远远比在asp中来的容易。-in traditional ASP, developers faced problems in the thread they should know what to do to improve. Because asp com is built on top of the th
vc_jiqiaoshili_part4
- Visual.C++程序设计技巧与实例--配套光盘 第4章 进程和线程 本章共有8个实例: 1. Process创建和终止进程 2. WorkerThread创建工作者线程 3. UIThread用户界面线程示例 4. Event使用事件对象来实现线程的同步 5. Thread使用临界区对象来实现线程的同步 6. Mutex使用互斥量对象来实现不同进程间的线程同步 7. Semaphore使用信号量对象实现线程的同步 8. MutiThread多线程任务调
thread-process
- VC++进程线程实例:EVENT,MUTEX,MUTITHREAD,PROCESS,SEMAPHORE,THREAD,UITHREAD,WORKERTHREAD
线程同步代码集实例
- 线程同步代码集很经典-thread synchronization code set classic
1231
- 操作系统 线程的调度根据时间片轮转和消息缓冲区的通信-OS thread scheduling time-based Web news and communications buffer
leiku
- 这是本人在工作中积累的VC++类库,适用于vs2003及以上开发工具,其中 Thread 和 Delegate 是从C#中得到的灵感, 还有一些是在使用开源代码或其它语言时得到的启发和灵感。个人认为部分代码还算好用,所以拿来分享一下。
Retlang.0.4.2.0
- Retlang is a robust library for writing highly concurrent applications. The library borrows part of its name and design from Erlang. Retlang provides a concurrency solution that is quite different from basic locking solutions, Parallel FX, or t
101ASPNETSamples
- 101升C样品高级-多线程-如何对异步调用高级- 远程处理-如何对TCP远程高级-序列化-如何对高级序列化对象。NET框架- Windows服务高级相互作用。NET框架-设为Win32 API调用高级。 NET框架(GDI +)的-动画与GDI +高级的。NET Framework(GDI +)的-创建一个屏幕保护程序与GDI +高级的。NET Framework(GDI +)的-使用GDI +来操作图像先进的。NET Framework(GDI +)的-工作与GDI +刷高级。网框架(GDI
VC_advanced_program_development
- 本代码是visual c++高级编程及其项目应用开发一书中的源代码,涉及到进程与线程通信、文件操作、dll及COM编程、socket编程、数据库编程的编码例子。此外,还有用COM应用程序框架进行服务器与客户端进行通信、界面设计方面的项目代码;材料信息管理项目代码、利用ATL设计通用查询与打印模块代码,供大家学习。-This code is visual c++ advanced programming and its application to develop a book project s
Cjingdianwenti100
- c语言的经典问题,进程通信,线程通信,网络编程 tcp/ip,udp-c language of classical problems, process communication, thread communication, network programming tcp/ip, udp
Visual_C_Book_Prg
- 多线程文件传输的实例,实现多个线程传输同一个文件,在服务器端多个线程以共享方式打开一个需要传输的文件,然后各个线程分别读取各自的一部分数据并分别发送给客户端,客户端同样各个线程分别接收服务端对应的线程发送的文件数据,最后将接收的临时文件合并为最终完整的文件。-Examples of multi-threaded file transfer, transfer of multiple threads with a file on the server side multiple threads t
Demo
- 一个多线程的编辑源码,希望可以帮到大家-Edit the source of more than one thread, I hope you can help. .
Thread
- 教你如何使用线程,适用于初学者。了解线程的流程和使用方法-tell you how to use Thread
JavaMultithreading
- Java多线程设计模式源码,这本书的多线程非常详细,非常之好,本书将多线程分为十二章,每章为每个模式。-Java multi-thread design patterns source, the book multithreading is very detailed, very good, this book will multithreading is divided into twelve chapters, each chapter for each mode.
os
- Windows操作系统中线程的创建与撤销的源程序。可以直接运行查看结果。-Windows operating system thread creation and revocation of the source. Can be run directly view the results.
homework02-LinkedQueue
- ConcurrentLinkedQueue是Queue的一个线程安全实现。 它是一个基于链接节点的*线程安全队列。此队列按照 FIFO(先进先出)原则对元素进行排序。队列的头部 是队列中时间最长的元素。 队列的尾部 是队列中时间最短的元素。新的元素插入到队列的尾部,队列获取操作从队列头部获得元素。 当多个线程共享访问一个公共 collection 时,ConcurrentLinkedQueue 是一个恰当的选择。此队列不允许使用 null 元素。 -ConcurrentLink
stlport
- STLport源码;STLport 是一个多平台的 ANSI C++ 标准类库实现,具备很多高级特征,并且为效率,异常安全性和线程安全性做了优化,还做了许多扩展,如 hash 表和单链。-STLport source STLport is a multiplatform ANSI C++ standard library implementation, with many advanced features, and for the efficiency, safety and abnorma
