资源列表
clock for windows
- a simple clock after windows boot
bai tap lon thong tin so
- khong co gi oi day ca
进程控制
- 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 在Linux下实现: 使用fork()/execv()来创建进程运行程序 使用wait()等待新创建的进程结束 调用gettimeofday()来获取时间
内存监视
- 存储器管理 设计一个内存监视器,能实时地显示当前系统中内存的使用情况,包括系统地址空间的布局,物理内存的使用情况;能实时显示某个进程的虚拟地址空间布局和工作集信息等。
大吨位起重机核心程序
- 大吨位起重机核心程序,可查看原码逻辑,并且了解其运行方式,通讯
ethernet programming with atmega32 code
- ethernet programming with atmega32
1wire low mem library
- 1wire low mem library
chemical wrf model
- WRF-Chem is the Weather Research and Forecasting (WRF) model coupled with Chemistry. The model simulates the emission, transport, mixing, and chemical transformation of trace gases and aerosols simultaneously with the meteorology. The model is used f
存储管理
- 请求分页式存储管理,源文件及可执行文件 请求分页式存储管理,源文件及可执行文件
单片机实现简单密码锁
- 51单片机实现简单密码锁的程序。希望大家能够有所借鉴,初次上传,还望通过
IDL hdf文档读取代码
- 读取hdf文档属性,并绘制海表面温度分布图
线程池
- linux下线程池的实现,能够实现多任务操作,不用频繁创建-The Linux thread pool, no test