登录

最新会员 最新下载

成为了本站VIP会员

12月25日 15:38

成为了本站VIP会员

12月25日 12:28

成为了本站VIP会员

12月25日 12:10

成为了本站VIP会员

12月24日 23:54

成为了本站VIP会员

12月24日 23:29

成为了本站VIP会员

12月21日 19:40
已选条件
  1. 编程语言:所有
  2. 代码类别:进程与线程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. MyThread

  Qt多线程示例,对于初学者比较适合用来学习练手(Qt Thread program)

33
下载
99
浏览
2013-05-10发布

2. pthread_pie

  并行计算:多线程计算Pi值。 运行与编译环境:Linux(Parallel computing: multi-threaded calculating the value of Pi. Operation and compile environment: Linux)

1
下载
126
浏览
2013-05-07发布

3. Win32

  关于win32多线程编程的书籍,很不错的资源,欢迎大家下载(win32 Multi-threaded programming)

1
下载
122
浏览
2013-04-26发布

4. MultiThread

  多线程编程测试,主要测试互斥量与临界区的使用(The use of multi-threaded programming test, the main test mutex and critical section)

3
下载
133
浏览
2013-04-25发布

5. test1

  TCP SYN扫描。采用多线程扫描任意端口(TCP SYN scan. Using multithreading scan any port)

16
下载
131
浏览
2013-04-13发布

6. scan

  端口扫描 多线程实现 使用的是VC++语言,有vs2010调试并测试成功(Port scan)

5
下载
153
浏览
2013-03-29发布

7. loadBanace

  里面包含了全部负载均衡的源码,用到了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.)

21
下载
102
浏览
2013-02-26发布

8. Cp23_WinForm.chp5.thread

  C#_WinForm实践开发教程》chp5.多线程编程技术.ppt(The C# _WinForm practice development tutorial "chp5 multithreaded programming techniques. Ppt)

7
下载
113
浏览
2013-01-23发布

9. create-and-terminate-Process

  进程的创建与撤销,能在VC6.0中运行,简单的学习进程的创建与撤销相关内容(Creation and revocation of the process can be run in VC6.0, the creation of simple learning process and revocations)

6
下载
123
浏览
2013-01-10发布

10. java-thread

  java实现多线程排序,有3种排序方式,可以输入(java achieve the sort of multi-threaded Sort by)

2
下载
106
浏览
2013-01-09发布

11. CountDown

  倒计时,多线程,visual studio开发坏境,C#变成语言 (Countdown,multithreading,visual studio development environment,language C#)

4
下载
83
浏览
2012-12-14发布

12. OmniThreadLibrary-2.2

  一个很棒的线程库,解决了很多的delphi自带的线程的问题,真正体验到什么叫做多线程。很爽. 此为 2.2 版本(。-A great thread library to solve a lot of delphi)

30
下载
109
浏览
2012-12-07发布

13. jingchengtongbu

  哲学家思考吃饭的问题,即进程同步问题!!!!!!!(Philosophers think about eating problems)

5
下载
108
浏览
2012-11-25发布

14. duoxiancheng

  如何实现多线程多任务?这是一个很好的学习例子,想学的可以看看(How to implement multi-threaded multi-tasking? This is a good learning example, want to learn can take a look at)

4
下载
147
浏览
2012-11-04发布

15. CreateProcessAsUser

  主要的功能是创建用户使用的一个子进程,一般的子进程都是由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.)

125
下载
148
浏览
2012-10-30发布

16. amicMultiThread

  一款稳定的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.)

6
下载
150
浏览
2012-09-25发布

17. TreadTest01

  多线程简单例程,有三个线程,一个主线程,两个子线程,两个子线程分别同时进行计时并显示出来,其中一个每隔一秒计时一次,另一个每隔两秒计时一次(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)

6
下载
127
浏览
2012-09-12发布

18. IPC

  实现两个进程间的通讯,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.)

8
下载
118
浏览
2012-09-10发布

19. DELPHI_Pool

  线程池的开发和应用,里面有详细的实现过程和用法,请参考(The development and application of the thread pool, which detailed implementation process and usage, please refer to)

6
下载
113
浏览
2012-09-05发布

20. jingchengxiancheng

  进程与线程管理,帮助大家理解线程与进程的区别(Process and thread management, help us to understand the difference between thread and process)

2
下载
103
浏览
2012-07-11发布