资源列表
MyThread
- Qt多线程示例,对于初学者比较适合用来学习练手-Qt Thread program
filefind
- 用MFC的多线程技术 实现了文件查找器的功能-With MFC multithreading technology to achieve the function of File Finder
Process_control
- 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 -Design and implementation of the Unix
Producers-and-consumers
- 多进程/ 线程编程:生产者 - 消费者问题。 1,设置两类进程/ 线程,一类为生产者,一类为消费者; 2,建立缓冲区的数据结构; 3,随机启动生产者或消费者; 4,显示缓冲区状况; 5,随着进程/ 线程每次操作缓冲区,更新显示;-Multi-process/thread programming: producer- consumer issues. 1, set two types of processes/threads, one for producers, a cla
zhe-reader-zhe-writer
- 多进程/线程编程:读者-写者问题。 1,设置两类进程/线程,一类为读者,一类为写者; 2,随机启动读者或写者; 3,显示读者或写者执行状态; 4,随着进程/线程的执行,更新显示; -Multi-process/thread programming: Readers- write the problem. 1, set two types of processes/threads, o
hcon
- 怎么让进程不在进程管理器中显示, 网上看到许多代码, 但都不能完全适应winxp,win7,winserver 64位等操作系统, 而且实现复杂(用到一些注入技术等),容易被防病毒毒软件误杀. 进过一些实验, 给出的代码简单明了,适应不同的操作系统, 而且是原创.-How so that the process is not in the process manager shows that online to see a lot of code, but they can not fully
VCPP-IOCP
- VC++ IOCP+线程池网络通讯源码 几万个主机在线无压力-VC++ IOCP+ thread pool hosts tens of thousands of network communications source code online without pressure
banksulotion
- 银行柜员服务问题:银行有n个柜员负责为顾客服务,顾客进入银行先取一个号码,然后等着叫号。当某个柜员空闲下来,就叫下一个号。 编程实现该问题,用P、V操作实现柜员和顾客的同步。 实现要求 某个号码只能由一名顾客取得; 不能有多于一个柜员叫同一个号; 有顾客的时候,柜员才叫号; 无柜员空闲的时候,顾客需要等待; 无顾客的时候,柜员需要等待。 测试文本格式 测试文件由若干记录组成,记录的字段用空格分开。记录第一个字段是顾客序号,第二字段为顾客进入银行的时间,
producer-and-consumer
- 创建4个POSIX线程。其中2个线程(A和B)分别从2个数据文件(data1.txt和data2.txt)读取10个整数. 线程A和B把从文件中读取的逐一整数放入一个缓冲池. 缓冲池由n个缓冲区构成(n=5,并可以方便地调整为其他值),每个缓冲区可以存放一个整数。另外2个线程,C和D,各从缓冲池读取10数据。线程C、D每读出2个数据,分别求出它们的和或乘积,并打印输出。-Creating four POSIX threads. Where two threads (A and B) were r
C++版的飞机大战
- 用c++结合MFC写的2D游戏,对于新手会很有帮助的
power_hvdc_vsc
- 在MATLAB中的simulink下搭建的高压直流输电模型,高压交流电通过整流模块的的整流等,最终将交流电通过直流输送-HVDC model in MATLAB simulink built in, high voltage alternating current through the rectifier rectifier, and ultimately by the AC current delivery
FTP-Multi-Thread
- VB 无需使用INET控件,多线程登录FTP服务器。-Without the use of INET control, the multi thread login to the FTP server.
