-
pthread_1
这是介绍标准的多线程编程的一些资料和代码,介绍的比较详细(This is the standard on multi-threaded programming some of the information and codes, and a more detailed briefing)
- 2005-07-06 11:37:20下载
- 积分:1
-
ehe
提供公路工程材料的录入和修改,统计,利用可编辑的Infragics,webGrid实现(Provide input and modify of highway engineering material, statistics, the use of editable Infragics, webGrid implementation)
- 2017-04-10 10:40:12下载
- 积分:1
-
IDmessage
此代码实现进程与进程之间内存映像共享、也可以实现进程间通讯,适合初学者了解API(id-id message)
- 2013-08-14 20:26:30下载
- 积分:1
-
452971
X1.5论坛POST注册易语言源码,程序结合易语言多线程支持库和易语言第三方多线程库1.1版,以及易语言模块彗星HTTP应用模块.ec,实现52xigua论坛自动提交注册功能。(X1.5 Forum POST-Registry-language source code , the program combined with easy language and easy language support library multithreading third party multithreading library , version 1.1, as well as easy language module Comet HTTP application modules .ec, achieve 52xigua Forum automatically submitted registration function .)
- 2016-05-10 17:17:03下载
- 积分:1
-
kode__toe
I wrote the box source code
- 2018-11-26 04:18:39下载
- 积分:1
-
832450
图标进程管理源码例程,程序结合易语言应用接口支持库,调用API函数实现进程管理。(Icons process management code samples , combined with easy language application program interface support library , call the API functions for process management .)
- 2016-11-07 15:38:30下载
- 积分:1
-
processDispatch
进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:
1.先进先出调度算法;
2.基于优先数的调度算法;
3.最短执行时间调度算法
确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:
1.当前执行进程;
2.就绪队列;
3.等待队列
附:此程序可直接运行,是操作系统课的经典实验.
(scheduling process simulation program : Suppose a 10 CPU in the process of implementation, respectively :)
- 2021-05-07 04:28:36下载
- 积分:1
-
kill101
结束进程的东西,随便写的一个例子。估计很多时候都会用到得一个东西!(123456789)
- 2016-04-30 16:18:31下载
- 积分:1
-
IPC
实现两个进程间的通讯,IPC(Inter-Process Communication)是共享"命名管道"的资源,通过提供可信任的用户名和口令,连接双方可以建立安全的通道并以此通道进行加密数据的交换,从而实现对远程计算机的访问。(Communication between two processes, IPC (Inter-Process Communication) is a shared resource of the " named pipes" by providing a trusted user name and password, to connect the two sides can establish a secure channel and channels for the exchange of encrypted data enabling access to the remote computer.)
- 2012-09-10 08:37:18下载
- 积分:1
-
virtual-memory-allocation--tracking
说明: 编写一个程序,包括两个线程,一个线程用于模拟内存分配活动,另一个用于跟踪第一个线程的内存行为,要求两个线程之间通过信号量实现同步,模拟内存活动的线程可以从一个文件中读出要进行的内存操作。将VirtualAlloc函数的参数flAllocationType分别设置为MEM_RESET,MEM_TOP_DOWN,将flProtect参数分别设置为PAGE_GUARD,PAGE_NOACCESS,PAGE_NOCACHE,执行并查看内存分配的结果。(Write a program that consists of two threads, one thread is used to simulate the memory allocation activities, one for tracking the memory behavior of the first thread, requiring between two threads synchronize through semaphores to simulate the activities of the thread of memory from a read the file memory operations to be carried out. FlAllocationType the VirtualAlloc function parameters were set to MEM_RESET, MEM_TOP_DOWN, will flProtect parameters are set to PAGE_GUARD, PAGE_NOACCESS, PAGE_NOCACHE, execute and view the results of memory allocation.)
- 2011-04-14 10:08:23下载
- 积分:1