Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • books.tar.gz ... known as the scheduling contention scope, and are defined only in POSIX. Process contention scope scheduling means that all of the scheduling mechanism for the thread is local to the process—the threads library has full control over which ...
  • Convolution.0(cpu).tar.gz ... known as the scheduling contention scope, and are defined only in POSIX. Process contention scope scheduling means that all of the scheduling mechanism for the thread is local to the process—the threads library has full control over which ...
  • process_threads.pdf.zip A document on process and thread programming in unix environment using fork()
  • Concurrent-service.zip 掌握并发服务程序设计的特点 体会并发服务程序执行特点 了解进程(线程)控制、调度的原理和方法
  • ThreadCreate.rar 使用系统调用CreateThread()创建一个子线程,并在线程中显示:Thread is Running!。为了能让用户清楚地看到线程的运行情况,使用Sleep()使线程挂起5秒,之后使用ExitThread()撤销进程。
  • yuan.rar 嵌入式Linux中的进程/线程间通信机制研究,多进程/线程相互间的通信,包括父子进程间采用有名管道进行通信、进程间共享内存和消息队列通信、信号通信。
  • TLS.rar 线程局部存储(thread-local storage, TLS)是一个使用很方便的存储线程局部数据的系统。利用TLS机制可以为进程中所有的线程关联若干个数据,各个线程通过由TLS分配的全局索引来访问与 自己关联的数据。这样,每个线程都可以有线程局部的静态存储数据。
  • CSharp-code.rar 代码分7章 第1章 进程、线程与网络协议 第2章 TCP应用编程 第3章 UDP应用编程 第4章 P2P应用编程 第5章 SMTP与POP3应用编程 第6章 网络数据加密与解密 第7章 三维设计与多媒体编程
  • PorcessTest.rar 用c++很好的实现了,进程中线程的同步和互斥功能。代码清晰明了,可供新手学习。开发环境vs2010。
  • Processes.rar Windows Process Kernel - Process and Thread-