联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 进程与线程(656) 
按平台查找All Visual C++(656) 

[进程与线程] thread-scheduling

Windows下使用多线程编程,对进程调度方法进行仿真,包括FCFS,SJF,优先级调度,RR,多级队列调度
Under Windows uses multi-threaded programming, the process of scheduling method simulation, including FCFS, SJF, priority scheduling, RR, multi-level queue scheduling (2014-05-10, Visual C++, 4KB, 下载9次)

http://www.pudn.com/Download/item/id/2536207.html

[进程与线程] TestSend

使用VC++6.0编程,使用Windows消息机制实现2个进程的通讯.其中采用了2种方法实现.需要的可以学习一下.
Use VC++6.0 programming using the Windows message mechanism to achieve two-process communication which uses two methods. Need to learn about. (2013-05-14, Visual C++, 46KB, 下载1次)

http://www.pudn.com/Download/item/id/2241844.html

[进程与线程] thread-map

这个程序给出了一个程序进程中多线程编程方法,包含对线程池的管理,适用于windows系统应用程序开发人员。
This program gives a program to process multi-threaded programming method contains the thread pool management, and application developers to apply to the windows system (2013-01-13, Visual C++, 12KB, 下载8次)

http://www.pudn.com/Download/item/id/2116188.html

[进程与线程] mutex

线程互斥在vc++环境下的实现,具体编程源程序,线程(thread)是"进程"中某个单一顺序的控制流。
mutex of thread on vc++ to relize in detail. as part of process,the thread is quite unique sequential control thread. (2013-01-06, Visual C++, 2878KB, 下载4次)

http://www.pudn.com/Download/item/id/2107973.html

[进程与线程] C-program

C语言编程宝典,受到广大电脑爱好者和程序员的普遍欢迎,集合了众多一线程序员的多年经验
Collection of the C programming language, was widely welcomed by the majority of computer enthusiasts and programmers, a collection of many years of experience of the first programmers (2012-08-01, Visual C++, 158KB, 下载4次)

http://www.pudn.com/Download/item/id/1954955.html

[进程与线程] MFC-multithread

mfc设计tcp程序代码实例,包含了7个实用的练习例程,深入了解mfc多线程编程
Tcp programs examples based on MFC,inludeding 7 practical practice routines,allow you look insight the MFC multithread programing. (2012-03-28, Visual C++, 9553KB, 下载74次)

http://www.pudn.com/Download/item/id/1808928.html

[进程与线程] MultiThread5

使用MFC 类库编程实现多线程的实例,其功能为演示如何传送一个指向结构体的指针参数。
Programming using the MFC class library multi-threaded instance, its function as a demonstration on how to send a pointer to a pointer to the structure parameters. (2011-12-10, Visual C++, 16KB, 下载10次)

http://www.pudn.com/Download/item/id/1726898.html

[进程与线程] zhexuejia

多进程/线程编程:哲学家问题。 设置进程/线程,描述哲学家 ; 随机启动哲学家 ; 显示进程/线程执行状态; 随着线程的执行,更新显示; 编写正确的哲学家程序,设法延迟线程的执行,使之出现死锁; 编写正确的哲学家程序,保证不出现死锁;
philosophers problem (2011-09-05, Visual C++, 10KB, 下载18次)

http://www.pudn.com/Download/item/id/1639657.html

[进程与线程] MFC_Thread

使用MFC进行线程编程的例子,本工程包含三个线程,演示了线程的创建、挂起和唤醒过程。
Thread programming with MFC for example, the project consists of three threads, demonstrates thread creation, suspend and resume the process. (2011-08-23, Visual C++, 5087KB, 下载41次)

http://www.pudn.com/Download/item/id/1629495.html

[进程与线程] print-service]

VC6++环境,基于TCP打印机的服务转发,基于多线程编程。此程序能够监听某一端口,然后发往指定的ip地址与端口。
TCP-based printer forwarding services, based on multi-threaded programming (2011-07-15, Visual C++, 206KB, 下载11次)

http://www.pudn.com/Download/item/id/1598218.html

[进程与线程] Named-pipe-instance

创建线程,在VC中创建多线程,用于程序的并行运行,在VC编程中有广泛运用
Create a thread in the VC to create multiple threads running in parallel for the program in the VC are widely used programming (2011-05-15, Visual C++, 587KB, 下载7次)

http://www.pudn.com/Download/item/id/1532503.html

[进程与线程] a-multiThread-Model

一个多线程编程模型,用于MFC的的后台设计。其包含一个线程池。
A multi-threaded programming model, the background for the design of MFC. It contains a thread pool. (2011-03-15, Visual C++, 3812KB, 下载19次)

http://www.pudn.com/Download/item/id/1455239.html

[进程与线程] ThreadDemo

演示了多线程编程,以及CMutex,CEvent和CMultiLock的组合使用,三个线程,两个写,一个读,效果可视化。
Demonstrates the multi-threaded programming, and CMutex, CEvent and CMultiLock use a combination of the three threads, the two write, one read, visual effects. (2010-11-11, Visual C++, 28KB, 下载44次)

http://www.pudn.com/Download/item/id/1342579.html

[进程与线程] multitread

这是在网上找的介绍多线程编程的技术文章和相应的源代码,对我帮助很大,这里和大家一起分享。
This is the introduction of the Internet to find technical articles of multithreaded programming and the corresponding source code, helped me a lot, to share with everyone here. (2010-10-10, Visual C++, 146KB, 下载4次)

http://www.pudn.com/Download/item/id/1313859.html

[进程与线程] MultiThreadFileTransfer

这是一个多线程文件传输的源代码。。。相信对想学习多线程和网络编程的人来说是个很好的参考。。。
This is a multi-threaded file transfer the source code. . . I believe want to learn multi-threading and network programming people is a good reference. . . (2010-07-15, Visual C++, 553KB, 下载19次)

http://www.pudn.com/Download/item/id/1241855.html

[进程与线程] multitreadsrc1

visual c++多线程编程, 从单个线程到多个线程的教学example, 一步步做肯定能搞懂多线程技术!
visual c++ multi-threaded programming, from a single thread to multiple threads of teaching example, make sure to get to know the step by step, multi-threading technology! (2010-06-08, Visual C++, 2496KB, 下载28次)

http://www.pudn.com/Download/item/id/1206744.html

[进程与线程] 20100422MultiThread5

使用MFC 类库编程实现如何传送一个结构体给一个线程函数,可以通过传送一个指向结构体的指针参数来完成。
Programming using MFC, how to send a structure to a thread function, you can send a structure pointer parameter points to finish. (2010-04-21, Visual C++, 70KB, 下载18次)

http://www.pudn.com/Download/item/id/1136939.html

[进程与线程] 20062340

多线程聊天室,两个客户端可以联系到一起,通过socket编程,VC++6.0下额可以运行调试。。
Multi-threaded chat rooms, two clients can be linked together through socket programming, VC++6.0 run under the amount of debugging. . (2010-04-15, Visual C++, 47KB, 下载35次)

http://www.pudn.com/Download/item/id/1127088.html

[进程与线程] VCLongRun

多线程的编程,将耗时的工作放在worker线程中,可实现动态调用UI界面的文本框和Static控件
Multi-threaded programming, will be time-consuming work on the worker thread, you can achieve the dynamic invocation interface UI text box and Static Control (2008-12-13, Visual C++, 30KB, 下载20次)

http://www.pudn.com/Download/item/id/604020.html

[进程与线程] VisualCMFCthread

Visual C++6_0高级编程技术——MFC与多线程篇 超星上的收费书,大家共享
Visual C 6_0 senior programming technology-- MFC and multithreading Superstar chapter on the charges, share (2007-04-05, Visual C++, 4475KB, 下载69次)

http://www.pudn.com/Download/item/id/264039.html