搜索资源列表
MyThread
- 通过菜单的start 来开启一个线程程,以及停止功能来停止一个线程,同时可以开启多个线程,来实现界面图形多个时钟功能-Through the start menu to open a thread process, as well as the stop function to stop a thread, multiple threads can be opened at the same time, to achieve graphical interface features a numb
mianshi
- c与c++面试题汇总.doc 微软亚洲技术中心的面试题!!! 1.进程和线程的差别。 -c and c++ face summary questions. doc Microsoft Technology Center in Asia face questions! ! ! 1. The difference between process and thread.
RegisterTool
- 机器没装VC++时MSComm控件用不了,网上介绍了很多手工注册的方法,我根据这些方法结合自己的实践写成了自动注册的程序,推荐给大家。网上介绍注册Mscomm32.ocx时都是另开了个线程,在我的应用中没有开线程调用windows自带的Regsvr32.exe而是全部用代码实现。-Machines not loaded VC++ Few hours MSComm control, on-line, introduced a lot of manual method of registration
Ergodicprocess
- 遍历进程线程(暂停恢复线程自定义函数)-Ergodic process thread (thread suspended custom restore function )......
pthread.c
- 利用pthread,使用者在命令列輸入,程序將產生一個個別行程產生費式數目,置串列為資料型態且被執行緒共享.當執行緒完成執行,由父行程輸出子行程的串列.因為父行程不再一開始就輸出費氏序列,需等待子行程完成 命令列: gcc hw2.c -lpthread-Use pthread, the user at the command line input, the program will produce a resulting fee amount for the individual tr
wujincheng
- 无进程式线程插入穿墙技术实现的VC++源代码-No insert wear process-type thread-wall technology to achieve the source code of vc++
testCpu
- 一个简单的测试cpu实用率的简单程序,主要是学习在wince下如何使用api来得到某个线程的cpu使用时间,比较粗糙-A simple test cpu utility rate of a simple process, mainly in the wince to learn how to use the api to get a certain thread cpu usage time, compare rough
xiaojingling
- 简单的程序控制,包括:窗体透明、事件、委托、线程、按键鼠标控制等。-Simple process control, including: a transparent form, event, delegate, thread, button mouse control.
sy4
- 线程的创建和同步控制 在windows2000的环境下,创建一个控制台进程,此进程创建两个并发线程,一个是读线程,另一个是写线程。这两个线程共享一个数组A,写线程对数组分别进行10次写操作,每次写操作对A的每个元素赋一个相同的值;读线程对数组分别进行10次读操作,每次读操作输出A中所有元素的值。写出相应代码,并分析运行结果。修改代码,使每次读写互斥,即每次对数组的写操作结束后才能进行写操作,反之亦然。-Thread creation and synchronization control i
InjectThread
- Help you to inject your own thread in running process.
Remote
- 远程线程注入支持库 (1.0_2版)争取大家的意见,增加了一个命令取进程ID 和修改了注入进程参数为进程ID,修改了上次的例程无效果的情况,本例程WIN7以上无效果-Remote thread injection support library (1.0_2 edition) fight for everyone s views, and adds a command to take the process ID and modifying the injection process param
Code2
- 每个进程至少拥有一个线程,来执行进程的地址空间中的代码。当创建一个进程时,操作系统会自动创建这个进程的第一个线程,称为主线程。此后,该线程可以创建其他的线程。-Each process has at least one thread to execute the code in the address space of the process. When a process is created, the operating system will automatically create a
operating-system-(OS)
- operating system (OS)包括进程、线程与微内核技术、并发性、死锁、内存管理、多处理机调度等-Operating system ( OS ) including the process, thread and microkernel technology, concurrency, deadlock, memory management, multiprocessor scheduling etc.
test
- 线程的创建与消除,进程的创建与消除,关于进程调度算法,高响应比优先,轮转调度算法,短作业优先算法-Thread creation and elimination, the process of creation and elimination, on the process scheduling algorithm, a high response ratio priority scheduling algorithm, short operating priority algorithm
jinc
- 这是关于java中进程和线程的相关代码源文件,大家可以试着下载下来学习或查阅,个人认为这是java开发中特别重要的部分-This is about the process and thread in java source code files related, we can try to download or access to learning, java personally think this is a particularly important part of the devel
detours-analyse
- 拦截WIN32 API调用,将其引导到自己的子程序,从而实现WIN32 API的定制。 为一个已在运行的进程创建一新线程,装入自己的代码并运行。-Intercept API calls, will lead to his son the program, so as to realize the customized WIN32 API. For a has set up a file in the operation of the process to create new thread
test5
- 我们在开发是经常需要在启动一个进程之后等待其结束后再继续运行。 在这里提供了一个名为Wait的函数,它会为你完成上面的功能。实现的思想是在启动进程后等待其结束,由于进程是一种资源,而资源的句柄在WIN32中可以作为核心量使用。你可以使用WaitForSingleObject等待核心量状态改变为有信号状态。对进程来讲当进程结束时其状态转变为有信号。 在本例中使用了一个单独的线程来启动进程并等待结束。 -We often need to develop a process t
CSerialPort-problem-
- CSerialPort是一个很好的串口通讯类,但它没有关闭串口的方法,如果对这个类的实现原理不了解,自行编写串口关闭方法可能会带来如下问题: 1、用closehandle方法关闭串口:由于调用类方法StartMonitoring后会生成一个串口通信线程,这个线程中要不停地访问串口,这种方法会带来明显的错误。 2、先用StopMonitoring方法停止串口监听,然后用closehandle关闭串口:由于StopMonitoring只是将进程挂起,这样做将使程序结束时解构函
APIencapsuldtbonWyndows
- 对windows tool help api封装的COM组件,用于显示进程,线程,模块列表等-For Windows tool help API encapsulation of COM component, is used to display process, thread, module list, etc
PCHunter_free
- 1.进程、线程、进程模块、进程窗口、进程内存信息查看,杀进程、杀线程、卸载模块等功能 2.内核驱动模块查看,支持内核驱动模块的内存拷贝 3.SSDT、Shadow SSDT、FSD、KBD、TCPIP、Classpnp、Atapi、Acpi、SCSI、IDT、GDT信息查看,并能检测和恢复ssdt hook和inline hook 4.CreateProcess、CreateThread、LoadImage、CmpCallback、BugCheckCallback、Shutdown、Leg