搜索资源列表
Mutex_Critical
- 这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
ThreadTest
- 线程实例,线程间通讯控制,辅助线程调用主线程控件-Thread instance, controls communication between threads, worker threads call the main thread controls
Semaphore
- 主、子两个线程之间的同步,要求子线程先执行。在主线程中使用系统调用CreateThread()创建一个子线程。主线程创建子线程后进入阻塞状态,直到子线程运行完毕后唤醒主线程。-The main synchronization between two threads of the child requires the child thread is executed first. In the main thread using the system call CreateThread () to
MAC
- C#由IP地址获取对应的网卡MAC地址,基于Iphlpapi.dll,主线程之外的线程要调用main线程中建立的控件,需要使用委托的方式。请确保网络是正常的,否则获取不到MAC地址-C# by IP address corresponding to the MAC address based Iphlpapi.dll, outside the main thread to call the main thread of threads created controls, you need to
MAC
- C#由IP地址获取对应的网卡MAC地址,基于Iphlpapi.dll,主线程之外的线程要调用main线程中建立的控件,需要使用委托的方式。请确保网络是正常的,否则获取不到MAC地址。-C# to obtain the IP address corresponding to the MAC address, thread-based Iphlpapi.dll, outside the main thread to call the controls created in the main thre
WorkerThread
- WorkerThread线程实例,C#建立WorkerThread 工作者线程 的例子,代码中已定义工作者线程中调用的公用委托,建立事件标识,用于停止线程,建立委托实例,用于调用接口函数,自定义了一个工作者线程处理函数,若停止线程若其正在运行,模拟长时间的操作,运行于工作者线程中,异步调用要使用BeginInvoke方法,线程完成,通知主线程。-`WorkerThread thread instance, C# build WorkerThread worker threads exampl
CALL
- 易语言绑定主线程调用CA-Easy language bindings main thread calls CALL
易语言绑定主线程调用CALL
- 绑定指定进程,执行CALL,防止游戏崩溃。 1、游戏判断call主线程调用,不是马上掉线。(Bind the specified process and execute CALL to prevent the game from crashing. 1, game judgment call main thread calls, not immediately dropped.)