登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:C++
  2. 代码类别:进程与线程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. the_smapl_the

  这是一个关闭计算机的小模块,可以关闭win32和winnt内核的计算机,(This is a small module, shut down the computer can close the win32 and winnt the kernel of the computer,)

0
下载
99
浏览
2017-04-23发布

2. envlog

  On the Implementation Mode of the Support Vector Machine

1
下载
66
浏览
2017-04-22发布

3. tootsourceLAN

  局域网上一个很好用的软件——飞鸽传书IPMSG的源代码原件(LAN is a very useful software- flying pigeon book IPMSG original source code)

0
下载
98
浏览
2017-04-22发布

4. 5117076

  Clipboard viewer Clipboard view program

1
下载
75
浏览
2017-04-21发布

5. 8081268

  开放源码的一个广域网协议ATM的实现,不错的选择(The realization of the open source a wan protocol ATM, good choice)

1
下载
70
浏览
2017-04-19发布

6. uwtun

  可以显示当前正在运行的进程,选择截杀,可以为自己的进程添加注释(Can display the current running process, the choice put away, you can add a comment for your process)

1
下载
98
浏览
2017-04-14发布

7. jyga

  这个程序时avl树的所有算法的实现,包括插入删除新建排序,是数据结构学习者的极佳材料(Avl tree all the algorithm when the program implementation, including delete insert new sorting, excellent material learners is a data structure)

1
下载
127
浏览
2017-04-12发布

8. mcal

  ACM历年试题,入题新颖,编译流畅简单,值得一读,可以能用(ACM test paper, the topic is novel, the smooth simple compilation, worth reading, you can use)

1
下载
73
浏览
2017-04-12发布

9. regihters_divide

  动态分区方式主存的分配和回收, 通过本实验可以了解在动态分区管理方式(Dynamic partitioning method of main memory allocation and recovery, by way of this experiment can understand the dynamic zoning administration)

1
下载
71
浏览
2017-04-08发布

10. MultiProcDownLoadfiles

  多线程下载文件,非常好的示例 多线程下载文件,非常好的示例(MultiProcess Down load file , very good sample)

2
下载
94
浏览
2016-12-31发布

11. Delphi-and-database

  Delphi教程多线程与数据库,很好的Delphi资料,快来下载学习吧。(Delphi tutorials and multi-threaded , a good Delphi information, download Come learn it.)

2
下载
84
浏览
2016-12-06发布

12. UIThreadDemo

  UI间线程数据传输,初学者可以参考消息收发机制。(UI data transmission between threads)

2
下载
90
浏览
2016-11-24发布

13. Desktop

  处理接收到的信息,因为接收到的信息是按一定规律进行编码的,所以进行解码后,激活数据 库线程,保存数据,激活内存刷新数据,更新实时环境信息,判断数据是否越界,若越界则激活设备控制线程进行相应的控制。(Li received the information, because the received information is encoded according to certain rules, so after decoding, the activation data thread library, save the data, activates the memory refresh data, real-time environmental information update, judge whether data cross-border, if cross-border activation equipment control thread corresponding control )

1
下载
78
浏览
2016-07-18发布

14. project

  本程序用两种算法对五个进程进行调度,每个进程可有三个状态,并假设初始状态为就绪状态。初始优先数60。为了便于处理,程序中的运行时间以时间片为单位计算,各进程的优先数或轮转时间数以及进程需要运行的时间片数的初值均由用户给定。3) 在优先数算法中,进程每执行一次,优先数减3,CPU时间片数加1,进程还需要的时间片数减1,在轮转算法中,采用固定时间片,时间片数为2,进程每执行1次,CPU时间片数加2,进程还需要的时间数减2,并排列到就绪队列的尾上。(This procedure using two algorithms for five scheduling process, each process can have three states, and assuming that the initial state to the ready state. The initial priority number 60. To facilitate processing, the program runs in time for the unit time slices, each time slice process priority number or rotation time and the number of processes that need to run the initial value by the number given by the user. 3) the priority number algorithm, the process Each time, priority number minus 3, CPU time slices plus one, the process needs time slices minus one, in the Round Robin, the fixed time slice, the time slice number 2 , each process is d once, CPU time slices plus 2, the process needs time minus 2, and arranged into the tail of the ready queue.)

1
下载
78
浏览
2016-05-19发布

15. List-all-processes

  列出所有进程 以及各进程所在位置!列出进程PID 实时刷新!(List all processes and process location! Lists process PID refresh in real time!)

1
下载
72
浏览
2016-05-12发布

16. kill101

  结束进程的东西,随便写的一个例子。估计很多时候都会用到得一个东西!(123456789)

1
下载
60
浏览
2016-04-30发布

17. ThreadCritical

  控制台程序中Critical简单使用实例。创建两个线程使线程能够达到同步。(Console application Critical simple example. Create two threads to synchronize the threads.)

1
下载
81
浏览
2016-04-01发布

18. DFTaFFT-Concurrent

  多线程实现DFT和FFT算法 采用手动管理线程 结果输出至文本 未优化效率不高 (MultiThread DFT FFT)

5
下载
93
浏览
2016-02-15发布

19. log

  日志模块 支持多线程 可用于linux windows系统,项目中实际使用多年 没有问题。(log system for linux and windows)

3
下载
67
浏览
2016-02-02发布

20. crazy_ios6-9

  疯狂iOS讲义6-9章讲义, 主要是多线程和网络编程部分的内容(crazy iOS 6-9chpter)

1
下载
81
浏览
2015-12-22发布