搜索资源列表
app222
- 一个小程序, 可以加深对控制台程序和windows程序的理解。 有兴趣看看那。-a small program, it can deepen the console procedures and windows procedures understanding. Interested in a look at.
showAllcurrentProcess
- 一个windows控制台程序,枚举了当前所有的进程名和进程ID-a windows console procedures, the current enumeration process all the names and process IDs
TerminateCloseProcess
- windows控制台程序,调用windowsAPI,关闭外部的一个应用程序.输入目标进程的进程ID后,即可关闭-windows console procedures, call windowsAPI. Close an external application. Goals process input in the process ID, will be closed
NetTransfer
- ACE框架编写了一个简单的C/S程序,完成多线程文件并发发送功能。客户端为窗口程序,可以同时选择多个文件进行上传,并可以得到服务器成功保存的反馈信息。服务器控制台程序,将收到的文件保存在指定的文件夹中。-ACE prepared a framework for a simple C / S process, multi-thread completed document with this function. Client for Windows program, you may also se
一个多线程的windows控制台应用程序
- 一个多线程的windows控制台应用程序-a multithreaded the windows console application
Threads
- 计算机操作系统多线程编程,学校作业~~ C语言控制台程序。 -Computer operating multi-threaded programming, school assignments ~ ~ C language console program.
Console
- 控制台程序,使用window线程通讯函数,进行多线程通讯-Console application, use the window thread communication function, multi-thread communication
123
- 关于链表使用的控制台程序,利用链表记录价格,目录等-Console program used on the list, using list record prices, catalog, etc.
20110407-05-_MutexObject
- C++ 创建线程互斥对象的实例源码下载,声明线程函数,创建线程,程序睡眠,释放互斥对象,设置事件对象为无信号状态,生成控制台程序,仅供参考。-C++ to create an instance of the thread mutex source download, declare the thread function, create a thread, the program sleep, release the mutex object, set the event object to n
processTest
- Windows平台上,关于多进程应用的例子,控制台程序。-For Windows platform, it s a demo about multi process, and a console program.
ConsoleHideRun
- ConsoleHideRun.rar 隐藏控制台程序,使其不出现在进程列表中-ConsoleHideRun.rar hide the console program, it does not appear in the list of processes
shiyan3
- 设计一个控制台程序,其中含有两个子线程。两个线程的功能都是输出一个数字,但第一个线程输出“1”,第二个线程输出“2”; 提示:写两个函数,分别循环输出1、2,在main函数中用这两个函数创建两个线程。 -Design a console application, which contains two sub-thread. Two threads are output to a number, but a thread output " 1" , the second t
KillBaiduPlayer
- WIN32 枚举指定进程并结束进程 控制台程序 本例以杀死百度影音的进程为例子-Enumeration specifies WIN32 console application process and end the process in this case in order to kill the process as an example Baidu video
task10
- 编写一个控制台程序,能够实现Windows任务管理器中进程管理的功能,具体功能包括:当前运行的进程名、进程ID、用户名、CPU占用率、内存使用等,并能够不断刷新CPU占用率和内存使用。该程序本身的CPU占用率低于5 。-Write a console program, to achieve the Windows Task Manager process management functions, specific features include: the name of the curren
ThreadCMutex
- 控制台程序中CMutex简单使用实例。创建两个线程使线程能够达到同步。-Console application CMutex simple example. Create two threads to synchronize the threads.
ThreadCritical
- 控制台程序中Critical简单使用实例。创建两个线程使线程能够达到同步。-Console application Critical simple example. Create two threads to synchronize the threads.
ThreadEvent
- 控制台程序中Event简单使用实例。创建两个线程使线程能够达到同步。-Console application Event simple example. Create two threads to synchronize the threads.
ThreadMutex
- 控制台程序中Mutex简单使用实例。创建两个线程使线程能够达到同步。-Console application Mutex simple example. Create two threads to synchronize the threads.
TreadCCritical
- 控制台程序中CCritical简单使用实例。创建两个线程使线程能够达到同步。-Console application CCritical simple example. Create two threads to synchronize the threads.
ThreadCevent
- 控制台程序中CEvent简单使用实例。创建两个线程使线程能够达到同步。-Console application CEvent simple example. Create two threads to synchronize the threads.