搜索资源列表
创建多进(线)程
- VC目录: 演示Viusal C++中创建多线程的方法 编译环境要求: 安装Viusal C++6.0 主要文件说明: ThreadDemo.cpp: 演示创建线程的C++文件 run.cmd:自动打开一个命令窗口执行程序的脚本文件-VC Contents : Presentations Khan C to create multiple threads of environmental requirements compiler : 6.0 C contemp
进程创建
- 1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为\"process\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"process.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"process.cpp\";接下来询问是否创建新文件时回答\"yes\";然后
itbbs
- 第二版功能: 能将DSP应用程序生成的.out文件直接生成烧写Flash的.out文件,直接在CCS里load program并运行即可。 变灰的控件表示以后版本将要支持的功能。 第一次发布前经过测试的系统: 1.C5402+SST39VF040,Flash的8000H-FFFFH映射到外部数据空间的8000H-FFFFH, 2.C5416+SST39VF200,Flash的0000H-7FFFH映射到外部数据空间的8000H-FFFFH 加载表均小于32k wor
java多线程编程实例
- 已经编译成功的多线程JAVA实例.可用来参考或使用-has already built a successful example of multi-threaded Java. Can be used to reference or use
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
MyDownloader
- 自己用C++写的下载者。利用远程线程注入技术注入自身的一段用于下载的代码从而有效的穿透防火墙。编译到一个节后大小只有1.5KB-own C wrote downloaders. The use of telemedicine technology into threads itself into a section for downloading code to effectively penetrate the firewall. Compiled into a post-KB size on
MultiThread_Chat
- 代码的内容是基于多线程的聊天室的程序代码,程序已经编译过了,下载后可直接运行-code is based on multi-threaded chat room code, procedures have been compiled. After downloading directly run
thread_xiancheng
- 用c编写的windows环境下的线程的例子,包括源文件和编译生成的目标文件-prepared with the windows environment threads examples, including source and compiled object files generated
runprocess
- 如何直接运行一个资源中的程序,能够编译通过.-how to run a direct resources procedures to compile.
process(source)
- 示例程序没有脱离编译环境,因此要想成功运行,你的机器上必须有VC-sample program from the compiler environment, in order to be successful, you must have a machine VC
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. .
HDlock
- bios启动程序,在DOS下运行成功。要经过编译-bios commencement of proceedings, under the DOS operating successfully. To be compiled
PS-Proc(use-psapi)
- 进程查看源码与.exe,使用PSAPI,VC++6.0编译通过.-View source with the process. Exe, use PSAPI, VC 6.0 compiler passed.
NtdllProc(NtQuerySystemInformation)
- NT进程查看,使用NTDLL的NtQuerySystemInformation函数,vc6.0编译通过-NT process, NTDLL NtQuerySystemInformation use the function, vc6.0 compile
RW
- 读者写者问题源码.包含我的注释. 没有加入工程文件. 只有一个R&W.cpp.在vc++6.0下编译成功. 在Windows 2000 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n 个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制实现读者-写者问题(读者优先)。 读者-写者问题的读写操作限制: 1)写-写互斥; 2)读-写互斥; 3)读-读允许; 读者优先的附加限制:如果一个读者申请进行读操作时已有另一读者正在进行
Multithreading_Serial_Communication_C_code
- 用VC++写的关于多线程串行通信的应用,程序编译的效果比较好,可根据需要做些修改。
ProcessViewer
- 可以通过此源码进行编译来达到对进程和线程的检测!
KillProcess
- 进程手术刀1.1版(在vc6.0下编译通过) 与原版只有很少的修改.重要的是自带了psapi.h和psapi.lib,而且修改了编译选项. 注意:这个工程只能在Release模式下编译, 如果谁知道怎样设置在Debug下编译,请告诉我.