▍1. MyThread
Qt多线程示例,对于初学者比较适合用来学习练手(Qt Thread program)
并行计算:多线程计算Pi值。 运行与编译环境:Linux(Parallel computing: multi-threaded calculating the value of Pi. Operation and compile environment: Linux)
关于win32多线程编程的书籍,很不错的资源,欢迎大家下载(win32 Multi-threaded programming)
多线程编程测试,主要测试互斥量与临界区的使用(The use of multi-threaded programming test, the main test mutex and critical section)
TCP SYN扫描。采用多线程扫描任意端口(TCP SYN scan. Using multithreading scan any port)
里面包含了全部负载均衡的源码,用到了windows多线程、条件变量、临界区机制,有客户模块、服务器模块、负载处理模块,对于windows下多线程编程的学习者颇有益处。 (Which contains the source code of all the load balancing, use the windows multithreading, condition variables, critical section mechanism, the client module, the server module, the load processing module, is quite good for multithreaded programming windows learners.)
C#_WinForm实践开发教程》chp5.多线程编程技术.ppt(The C# _WinForm practice development tutorial "chp5 multithreaded programming techniques. Ppt)
进程的创建与撤销,能在VC6.0中运行,简单的学习进程的创建与撤销相关内容(Creation and revocation of the process can be run in VC6.0, the creation of simple learning process and revocations)
java实现多线程排序,有3种排序方式,可以输入(java achieve the sort of multi-threaded Sort by)
倒计时,多线程,visual studio开发坏境,C#变成语言 (Countdown,multithreading,visual studio development environment,language C#)
一个很棒的线程库,解决了很多的delphi自带的线程的问题,真正体验到什么叫做多线程。很爽. 此为 2.2 版本(。-A great thread library to solve a lot of delphi)
哲学家思考吃饭的问题,即进程同步问题!!!!!!!(Philosophers think about eating problems)
如何实现多线程多任务?这是一个很好的学习例子,想学的可以看看(How to implement multi-threaded multi-tasking? This is a good learning example, want to learn can take a look at)
主要的功能是创建用户使用的一个子进程,一般的子进程都是由system启动的,但是这个是当前用户启动的。(The main function is to create a user using a subset of the process, a subset of the general process is initiated by system, but this is the current user initiated.)
一款稳定的VB多线程例子源码,运行实例后,每个线程单独运行,框内一条竖线各自运行互不影响,本线程占用系统资源极少,而且较稳定,是值得大家借鉴的一款不错的多线程模块。 (A stable VB multithreaded example source code, running instances, each thread is run separately, a vertical bar box each run independently of each other, very little this thread consumes system resources, and more stable, is worth learning a good multi-threaded module.)
多线程简单例程,有三个线程,一个主线程,两个子线程,两个子线程分别同时进行计时并显示出来,其中一个每隔一秒计时一次,另一个每隔两秒计时一次(Multithreading simple routine, three threads, a main thread, the two sub-thread, two sub-thread timing and displayed every second timing once another tick once every two seconds)
实现两个进程间的通讯,IPC(Inter-Process Communication)是共享"命名管道"的资源,通过提供可信任的用户名和口令,连接双方可以建立安全的通道并以此通道进行加密数据的交换,从而实现对远程计算机的访问。(Communication between two processes, IPC (Inter-Process Communication) is a shared resource of the " named pipes" by providing a trusted user name and password, to connect the two sides can establish a secure channel and channels for the exchange of encrypted data enabling access to the remote computer.)
线程池的开发和应用,里面有详细的实现过程和用法,请参考(The development and application of the thread pool, which detailed implementation process and usage, please refer to)
进程与线程管理,帮助大家理解线程与进程的区别(Process and thread management, help us to understand the difference between thread and process)