搜索资源列表
Example052
- 程序的互斥运行 如果你的程序被同时运行两次以上,有可能会造成文件系统冲突而丢失数据,本例程用一个简单的办法避免第二次启动同一个程序。-operating procedures contradict the procedure if you are running two or more, and may cause conflicts and file system data loss, the routines with a simple way to avoid the second s
zy1
- 一.算法介绍: **数据结构: 1.可利用资源向量Available 2.最大需求矩阵Max 3.分配矩阵Allocation 4.需求矩阵Need **功能介绍: 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描) 1.如果Request<=Need,则转向2 否则,出错 2.如果Request<=Available,则转向3,否则等待 3.系统试探分配请求的资源给进程 4.系统执行安
Multiprocess
- 多进程的解决方案 : 创建一个包含四个窗口的多任务模拟:第一个窗口必须显示一系列的递增偶数;第二个窗口必须显示一系列的递增素数;第三个窗口必须显示任意半径的圆;第四个窗口必须显示一系列的随机矩形。-multi-process solution : Create a window contains four multi-task simulation : a window to show a series of incremental even; The second window mus
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
VirtualMemory
- program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, MEM_RESERVE, PAGE_READWRITE) if
CreatCurrentTime
- 这是一个用JAVA多线程编写得显示当前系统时间的小窗口程序,包括年,月,日,时,分,秒-This is a multi-threaded with JAVA prepared in the current system revealed a small time window procedures, including the year, month, day and hour, minute and second
YINHANG2
- 操作系统的第二次实验,感觉相当不错的,没有错误-operating system of the second experiment, I feel pretty good, no errors
Clock
- 利用线程来模拟时钟,一个是1秒,一个是5秒,还有一个是10秒为单位-Use threads to simulate the clock is 1 second, one is 5 seconds, there is another 10 seconds
Multy2
- 简单的MFC多线程例子,总共有十个,这是第二个。-Multi-threaded MFC simple example, a total of ten, this is the second.
NHD
- 程序采用当前最先进的Rijndael算法作为核心算法,带有可变块长和可变密钥长度的迭代块密码。块长和密钥长度可以分别指定成 128、192 或 256 位。多线程操作,保证加密时程序界面流畅,加密速度大约9M每秒。-Procedures using the most advanced as a core algorithm Rijndael algorithm with variable block length and variable key length of the iterative
CYBERBOTv2.2-Stable.m0dd_ownz.DreamWoRK
- second BOTNET using irc
Gellbot_3
- second BOTNET .-second BOTNET .
InjectorDll
- InjectorDll 线程注入程序第一个参数:运行的目标程序\n第二个参数:你的模块\n2.例如:郭荣华.exe winlogon.exa,C:\\NoShutDLL.dll" 可以把您的模块注入正在运行的进程中-InjectorDll thread into the program the first argument: to run the target program \ n the second argument: your module \ n2. For example: Gu
MMThread
- Usage of Multimedia Timer(setTimeEvent) and Thread, resolution is 1 mili-second.
CreateThread
- 鼠标点击按钮,启动线程,马上开始计数, 在Edit中显示,一秒钟刷新一次。-Click the mouse button to start the thread, immediately began to count, in the Edit display, a second refresh.
hide-process
- Driver to Hide Processes and Files. Second Edition: Splicing
myThread
- 多线程,第一种工作形式是长等待,第二种工作形式是长工作状态-Multi-threaded, the first form of work is a long wait, the second form of work is a long working condition
RandBW
- VB6. Random functions. First module generates a random number between two numbers. Second function randomly mixes up a given array.
Watch
- 使用Timerd定时器制作数字时钟标签组件,显示当前日期和时间,每秒刷新。-Use Timerd timer making digital clock label component to display the current date and time, refreshed per second.
lianxi08
- 监视notepad.exe,如果发现其运行则每隔5s记录notepad当前内容一次,并存在当前目录下的f1.txt文件中。-Mmonitor the notepad.exe process, if it was runing log the content of notepad every 5 second and save it to f1.txt in current directory.