资源列表
MyShareMemory
- 本程序提供了共享内存操作类,使用该类可以方便的完成共享内存的各项操作: 1. 创建、读写共享内存; 2. 支持互斥处理。-This program provides a shared memory operations, the use of such can easily complete the operation of shared memory: 1. Create, read and write shared memory 2. Support exclusive d
realoze
- 用udp实现可靠数据传递,从本机固定位置读取一个文件-Using udp to realize reliable data transmission, read a file the machine fixed position
cgi_GTO
- Use cgi programs written in MFC and ADO-Use cgi designed written in MFC and ADO
progess__pointer
- 使用wtl实现的edit中有链接的例子,很好不错-Use of WTL achieve the edit link example, good good
good
- corba技术orbit demo例子 echo 不错不错-Corba technology orbit demo example echo quite good
uThreadPool
- 线程池
MultiThread
- 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-Procedures for the preparation of multi-threaded, multi-threaded applications easily arise. Mutex object to explain how the use of mutex objects to achieve simu
TerminateCloseProcess
- windows控制台程序,调用windowsAPI,关闭外部的一个应用程序.输入目标进程的进程ID后,即可关闭-windows console procedures, call windowsAPI. Close an external application. Goals process input in the process ID, will be closed
Process-scheduling-algorithm-
- 先来先服务调度算法(FCFS):每次调度都是从后备作业队列中,选择一个或多个最先进入该队列的作业,将它们调入内存,为它们分配资源、创建进程,然后放入就绪队列。在进程调度中采用FCFS算法时,这每次调度是从就绪队列中,选择一个最先进入该队列的进程,为之分配处理机,使之投入运行。该进程一直运行到完成或发生某事件阻赛后,才放弃处理机。 最短作业优先(SJF):每次从后备队列中选择一个或若干个估计运行时间最短的作业,将它们调入内存运行。 -FCFS scheduling algorithm (F
ThreadPool.cpp
- 进程管理子程序,希望大家喜欢-process management subroutine hope you like
pipe.txt
- 管道概述及相关API应用 有名管道概述及相关API应用-Pipeline overview and related API application named pipe API overview and related applications
Process_Patcher
- This a small example of how to read from and write to an active process.-This is a small example of how to read from and write to an active process.