搜索资源列表
p_c.win-linux
- 基于进程与共享主存实现的生产者消费者问题(Windows/Linux)。与网络上可以下载到的大多数生产者消费者问题模拟程序不同,本程序使用进程(而非线程)模拟,基于共享内存读写“产品”。同时给出了Windowst和Linux下实现的源代码,使用gcc编译通过。详细参见:http://blog.sina.com.cn/s/blog_53773b5f01000a1j.html
sys
- 易语言驱动读写内存模块源码,带默认驱动一个。可自行添加驱动修改函数。-Yi language-driven source code to read and write memory module with a default driver. Can add a function-driven changes.
memoryshare
- 多进程内存共享。包括内存的读写。 多进程内存共享。包括内存的读写。-Multi-process memory sharing. Including memory read and write.
hakgjkdag
- 读写其他进程的内存,适合初学者进行学习研究,不错的源码-Read-write memory of other processes, suitable for beginners to learn research, a good source
Upgrade-The--Process
- 提升当前进程权限,使具有读写其它进程内存内容-Permission to upgrade the current process, so that it can read and write the other process memory content
ShareMemery
- 通过利用共享内存的一部分空间,来存储当前内存中存储的数据信息,完成了对内存读写功能的完善。-By using part of the shared memory space to store the data currently stored in memory, completed a perfect memory read and write functions.
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
yyjlba19
- FileMon是一个监视内存当中的应用程序对磁盘进行读写操作活动的小工具-FileMon is a monitoring application of memory to disk small tools to do activities of read and write operations
lock和多线程
- C#,lock和多线程的简单例子,使用线程的好处·使用线程可以把占据长时间的程序中的任务放到后台去处理 ·用户界面可以更加吸引人,这样比如用户点击了一个按钮去触发某些事件的处理,可以弹出一个进度条来显示处理的进度 ·程序的运行速度可能加快 ·在一些等待的任务实现上如用户输入、文件读写和网络收发数据等,线程就比较有用了。在这种情况下可以释放一些珍贵的资源如内存占用等等。(A simple example of C#, lock, and multithreading, the b
head
- 易语言 驱动级读写内存 仅仅用于学习与研究()