资源列表
Multi-threaded-programming
- 这个文档的主要用途就是多线程的编程。 所使用的方法简洁明了。-The main purpose of this document is multi-threaded programming. The method used is clear and concise.
socketchat
- java聊天室,采用socket,支持多人聊天,多线程练习代码,初学者学习适用-java chat room, using socket, support for more than chat, multi-threaded practice code for beginners to learn
adacbob
- 一个科学计算器,包含表达式计算功能,推荐给大家()
MultiThread4
- VC多线程例程四及图解文档,测试windos支支持的线程数-VC and multi-threaded routines four graphic documentation, testing, windos branch support threads
Windows NT2000下的进程列举&.rar
- Windows NT2000下的进程列举
Process_control
- 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 -Design and implementation of the Unix
bootstrap
- 这个频率与硬件和操作系统都可能有关。利用 API 函数 QueryPerformanceFrequency 可以得到 这个定时器的频率。利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。根据 要延时的时间和定时器的频率, 可以算出要延时的时间定时器经过的周期数。在循环里用 QueryPerformanceCounter 不停的读出定时器值, 一直到经过了指定周期数再结束循环, 就达到-the frequency with hardwa
hardwarebreakpoint
- C++硬件CPU断点编程 这个程序可以在X86,X64构架的硬件断点设置,直接利用CPU,而不是在VC等程序下使用软件断点。-C++ Hardware breakpoint CPU programming this procedure can X86, X64 architecture hardware breakpoints settings, the direct use of CPU, rather than in the VC and other procedures using s
eat1
- 使用线程实现并发操作,解决操作系统中经典的哲学家吃饭问题,通过可视化演示。-use threads to achieve concurrent operation and solve operating system classic philosophers food, through visual demonstration.
xiancheng
- VC++6.0做的一个创建多线程并设置不同的优先级的小程序-VC++6.0 to do to create a multi-threaded and set the priority of different small procedures
06408350
- 运用lib进行解码,运用directdraw进行显示,运用MFC实现控制的自己写的程式,()
fava
- C# Language Reference Good source()