搜索资源列表
Multi-ThreadTest
- 简单的多线程例子,可以很清楚的看到怎么实现,win32编程,很易懂.-simple multithreading example, we can clearly see how the realization of win32 program, very easy to understand.
ThreadTest
- VB中利用Active Exe实现稳定的多线程 完整源码
ThreadTest
- ThreadTest.rar:一个运行在PDA上的线程控制的时钟程序,运行和测试环境:VS2005+多普达8125
ThreadTest
- 学习C#多线程很好的例程,简单明了,演示了使用互斥量的使用方法.
threadTest
- 在不同对象中,利用值类型实现多线程的同步关系!
ThreadTest
- 线程测试程序源代码,本例程是本人联系之用,欢迎测试学习
ThreadTest.rar
- 一个实例,介绍如何在VC中调用多线程,本例中也同时实现了常用的排序算法。,An example on how to call the VC multi-threaded, this case also the realization of the sorting algorithm used.
ThreadTest
- WinCE环境下关于EVC使用的多线程程序,供初学者参考使用-EVC WinCE environment on the use of multi-threaded program, use reference for beginners
threadtest
- this treading program for biganer-this is treading program for biganer
nachos01
- nachos下并发程序设计。编写双向链表并演示并发错误。包含文件Makefile.common、main.cc、threadtest.cc、dllist-driver.cc、dllist.cc、dllist.h、nachos01.doc-concurrent programming under the nachos. List and demonstrate the preparation of two-way concurrent error. Include file Makefile.co
threadTest
- 一个简单有趣的程序,运行时不出现窗口,然而每隔10秒会弹出一个显示时间的消息框。-Interestingly, a simple procedure, there is no run-time window, but every 10 seconds will pop up a message box display the time.
threadtest
- 线程的例子 恨好用的。一看就懂了。有注释的
Threadtest
- C#調整迴圈速度的範例,運用執行緒sleep功能-C# to adjust the speed of the sample loop, using the thread sleep function
ThreadTest
- 模拟多进程共享临界资源 1、实现两个进程模拟进入临界区的用户进程,当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请;申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”;当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请;当申请返回,显示:“进程x已退出临界区。” 2、一个进程作为原语的管理进程,接受其他进程的临界区进入请求:如果允许进入,则设置相应变量,然后返回;如果不允许进入,则进入循环等待,直到允许为止
Thread
- 验讨论临界区问题及其解决方案,利用Windows的mutex机制,采用软件方案 然后比较这两种方案的性能优劣。-ThreadTest
Threadtest
- 在vc++6.0环境下用winsock实现的多线程-vc environment achieved with the winsock thread
ThreadTest
- 此功能是线程的同步问题!在某种意义上讲有时我们在写代码是程序是否同步是很关键的!-this function is Thread synchronization problem.
ThreadTest
- 这是一个HTTP多线程文件下载的例子,是一个做下载工具的基础。供大家学习之用 -This is a multi-threaded file download HTTP example is the one to do download the tool base. For everyone learning to use
ThreadTest
- 将线程绑定到指定CPU核上,在多核的CPU中,很方便的分配各个cpu来处理线程的工作。-Bind threads to specific CPU cores in multi-core CPU, it is convenient to allocate all thread cpu to handle the work.
ThreadTest
- 找了很久网上都没有找到在C++ Builder (我用的是XE2 )开发用CreateThread((LPSECURITY_ATTRIBUTES)0,0,(LPTHREAD_START_ROUTINE)Settle,this,0,&id)开启一个线程。现在终于我自己研究出来了。你可以ThreadTest\Win32\Debug\Project1.exe来运行程序,里头有两个可以运行的线程可以开启和挂起和结束。-Looking for a long-time did not find (I use