资源列表
GetProcessFullPath
- GetProcessImageFileName可以在xp和win732位和64位都能获取进程路径,GetModuleFileNameEx只能获取32位进程路径 但GetProcessImageFileName获取的路径都是包含设备名的路径,因此我们还要转换成一下,因此我们最终的GetProcessFullPath函数这样的-GetProcessImageFileName in xp and win732 bits and 64 bits can obtain process path, pa
VBCreateThread
- vb实现多线程的例程,很详细,并且直观实用-vb multi-threaded routines, intuitive and practical
ProcessInfo
- 操作系统中有名的“Process Information.exe”程序,观察当前电脑运行进程信息包含工程文件和执行EXE,注意要在VS上运行,VC6.0的MFC库版本过低,可能不能运行工程文件。-OS famous Process Information.exe program, observe the current computer running process information includes project files and EXE, pay attention to
env
- pemrosesan envelope pada sinyal dalam Matlab
banker
- 可运行 #define W 10 //最大进程数W=10 #define R 20 //最大资源总数=20 int AVAILABLE[R] //可利用资源向量 int MAX[W][R] //最大需求矩阵 int ALLOCATION[W][R] //分配矩阵 int NEED[W][R] //需求矩阵 int Request[R] //进程请求向量 -Can run#define W 10 // maximum number of processes W =
File-Transferwinsock
- 用于文件的传输与断点续传,有控制台和应用台。-Transmission and HTTP for file, there are console and application sets.
Operating-System-B-test-reports
- 开发一个仿真操作系统,要求具备进程调度、存储器管理、文件及设备管理等基本功能-The development of a simulation operating system, requires scheduling process, the basic functions of memory management, file and device management
win32_timer
- 基于网上很多定时器都是用MFC写的,而用win32方面比较少,项目用到定时器这块,所以顺便上传一份. 是在VS2010 > VC++ > Win32控制台建的工程.里面涉及线程/定时器,简单易用,下载完可直接运行.-Based on the Internet many timers are written in MFC, but less use win32 aspect, project use the timer, so upload a., by the way is in V
AppVentas
- App ventas en java, utilizando conceptos y buenas practicas de varios marcos de trabajo. Basado en Spring
the-use-of-multiple-processes
- 介绍多进程的使用,让初学者以最简单的方式接受多线程这个方法-Introduction the use of multiple processes。For beginners in the simplest way to accept a multithreaded this method
RndRctMT
- 介绍多线程的使用,让初学者更快的学习怎样使用多线程-Introduction the use of multiple thread.For beginners in the simplest way to accept a multithreaded this method
Thread
- 一个简单的QT 线程例子,对初学者很有帮助。-A simple example of QT thread, is very helpful for beginners.
