搜索资源列表
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
- 一个简单有趣的程序,运行时不出现窗口,然而每隔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
- 模拟多进程共享临界资源 1、实现两个进程模拟进入临界区的用户进程,当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请;申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”;当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请;当申请返回,显示:“进程x已退出临界区。” 2、一个进程作为原语的管理进程,接受其他进程的临界区进入请求:如果允许进入,则设置相应变量,然后返回;如果不允许进入,则进入循环等待,直到允许为止
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
- 这里面有几个多线程方面的例子,希望对初学者有帮助-this is about thread
ThreadTest
- 简单多线程,为练手而做的小东西,初学者可以拿来看看,但别学啊,不然为以后的学习不好-Simple multi-threaded, for the practicing hand and do the little things, for beginners to borrow it, but ah do not learn, or not good for the future learning
ThreadTest
- 线程实例,线程间通讯控制,辅助线程调用主线程控件-Thread instance, controls communication between threads, worker threads call the main thread controls
ThreadTest
- 測試lock, monitor, mutex, semaphore等執行緒用法-test use of lock, monitor, mutex, and semaphore in threads
ThreadTest
- 线程测试,并且将线程的运行情况绘制以图形表示出来-Thread test, and the operation of the thread drawn out of a graphical representation of
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