搜索资源列表
进程创建
- 1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为\"process\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"process.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"process.cpp\";接下来询问是否创建新文件时回答\"yes\";然后
ThreadMigrate
- 封装win32和POSIX线程API。从而能够使得多线程程序能够方便在windows和linux平台移植。 压缩包中有两个文件:Thread.h和testMain.cpp。其中Thread.h是线程封装的实现,testMain.cpp是测试代码文件。 windows下使用VC7.0编译通过。Linux下用gcc3.2.3编译通过。 该版本只支持下列API: 线程创建,清除。 互斥量操作。 等待其他线程。-Packaging and POSIX threads API. I
runprocess
- 如何直接运行一个资源中的程序,能够编译通过.-how to run a direct resources procedures to compile.
multi_thread_udp_data
- 多线程接收udp数据包,vc代码编译通过。-multithreading receive udp packets, vc code compile.
w-r
- 一个实现读写者问题的代码,已通过编译,编译后调试即可-achieve a literacy problem of the code, compile, debug can be compiled
KeyboardSound
- 用键盘来模拟声音播放软件,按不同的键发出不同的声音。。键盘小钢琴,,vc6.0下编译通过-keyboard to simulate the sound player software, in different keys of different voices. . A small piano keyboard, and vc6.0 under compile. .
NtdllProc(NtQuerySystemInformation)
- NT进程查看,使用NTDLL的NtQuerySystemInformation函数,vc6.0编译通过-NT process, NTDLL NtQuerySystemInformation use the function, vc6.0 compile
进程手术刀1.0
- 功能:1.显示系统进程及进程的模块、线程信息。2.能杀死任意进程包括系统服务进程。3.能释放任意进程中的任意模块,不过有些关键模块释放不了。4.结束任意进程中的任意线程。5.请用右键进行操作。编译平台:1.该代码在Windows2000+sp2+VC.net平台下编译通过。应用:1.可以用来结束有些以服务进程形式的HACKER及病毒进程。2.可以干掉以DLL形式存在的木马。警告:不要太随意得KILL进程,有些服务进程你KILL了之后要倒霉的。-functions : 1. Display Sys
LanI2M_2
- 基于WinPcap的局域网IP/MAC地址快速查找程序。运行和编译时需加入WinPcap开发包支持。这是一个老掉牙的程序题材,但如果你是新手,那么不妨看看本程序多线程的思路相对比较简单,新手可以慢慢研究。本程序的不足是:在嗅探返回线程安全退出环节上处理很过于简单,如果你有能力可以继续开发。 -WinPcap-based LAN IP/MAC Address Finder quickly. Compile-time operation and development need to join
CpuUsage
- 使用这个小程序可以实现任务管理器功能中的查看cpu即时使用率的功能。 编译时会提示有个错误,不用理会,直接连接和执行就可以啦。 站长,刚刚我传了一次啦,可是回来发现少了个文件,再重新传一下!-Use this small program can achieve the task management function in the real-time view cpu usage function. Compile-time will be prompted to have a mistak
onekeyhide
- onekeyhide源码,可通过编译.利用了线程的注入-onekeyhide source, can compile
EVC_ThreadTest
- EVC的多线程实例,可直接在WinCE5.0上运行,并可直接编译通过。-EVC instance of multi-threading can be run directly on the WinCE5.0 can directly compile.
process_communication
- 本程序主要实现进程通信功能 程序说明: 在vi中输入,用gcc编译,并调试程序; (1).用vi comm.c打开,并输入程序,用w保存,用qa!退出; (2).用gcc –o comm comm.c编译; (3).用./comm运行,观察结果; 多次运行,用ctrl+c结束,观察结果变化,可修改程序后再观察-This program features the main descr iption of the procedures to achieve the proce
Thread-and-Process-Source-code
- 这是为VC++进阶爱好者学习的源代码,全都通过编译-This is for the advanced amateur to learn VC++ source code, compile all
pai
- 多线程计算π的程序源码 可以直接编译运行 采用了windows的多线程-Multi-threaded computation of π can directly compile and run the program source using multi-threaded windows
3pcf
- windows下多线程计算3pcf问题的源码 直接编译运行即可 从文件中读取数据-Under the multi-threaded computing 3pcf windows source code directly compile and run the problem can be read from the file
dxcThread
- 主要做的是关于一个多线程方面的例子!可以编译通过!-Mainly done on a multi-threading example! You can compile!
procedure
- 这是在学进程调度时写的作业,分别实现了时间片轮转和优先级两种进程调度,本人测试通过,仅供参考。(环境为gcc,只上传了源代码,请需要的人自行编译)-This is the process of scheduling time to write in school operations, respectively, to achieve a round-robin scheduling and priority of the two processes, I test for reference
thread
- asio_threads.cpp : ASIO 线程样例代码源文件 join.c : 用 pthread join 测试例子代码源文件 multi_threads.c : 结合 ACE以及 pthread 的多线程例子代码源文件 build.sh : 编译并生成可执行文件的脚本程序 readme.txt : 自述文本文件-asio_threads.cpp : ASIO thread program sample join.c : an example of join whic
bianyiyuanli_cifafenxi
- 编译原理第四版的词法分析器,包括设计文档,自己写的源码,希望对大家有用。-Compile the principle of the fourth edition of the lexical analyzer, including design documents, write their own source code, the hope that useful.