搜索资源列表
tw
- 主要靠调用API函数实现图片框的透明从而实现动画,
depends22_x86
- vc中查看dll的工具,可以查看dll调用函数,配合调试器使用!
CPU_status
- 得到CPU和内存的状态。 调用系统函数示例。-Get usage and status of CPU/Memory. A good example to use system API.
ReactOS-0.3.3-REL-src
- ReactOS是一些高手根据Windows XP的内核编写出的类XP。内核实现机理和API函数调用几乎相同。甚至可以兼容XP的程序。喜欢研究系统内核的人可以看一看。-ReactOS is a number of players under the Windows XP core classes to prepare XP. Core mechanism and realize almost the same API function call. Can even be compatible wi
J3
- nor flash驱动,可以在没有操作系统下,直接调用函数接口对flash进行读,写,擦除。 -nor flash drive, no operating system can directly call the function on the flash interface for reading, writing and erasing.
DeleteProcess(vc)
- 镜像工作进程,派生新进程,删除进程,起到杀死进程的功能,调用的API函数-Mirroring the process, derive a new process, the removal process, the functions of play to kill the process, call the API function
produce_customer
- 操作系统课程设计 简单的进程互斥访问资源的模拟,调用了windows的线程接口函数实现的 MFC开发 生产者消费者程序-no
as
- 编写C语言程序,模拟UNIX磁盘空间管理中使用的分组链接法。 1.定义一个记录磁盘块号的堆栈S—free[10],以及记录栈中现有磁盘块数的变量S—nfree。 2.定义一个由40个元素构成的结构数组block[40]用作磁盘块存放。 struct size { int blocl[10] } struct blocd { struct size a[10] //用于在空闲磁盘块号链中存放磁盘块号 }block[40] 3. 假设系统中文件的最大
1234os
- 操作系统课程设计上的源码分析,代码中有关于虚拟内存分配的知识,其中相关函数调用还是值得借鉴-Curriculum design of the operating system source code knowledge about the virtual memory allocation ...
fskdigital
- 这是简易的FSK信号调制,把文件放入matlab的文件库中,通过在matlab的命令窗口直接调用功能函数并运行,可以直接看到仿真结果。-This is a simple FSK signal modulation, the file into Matlab file library, call function directly in the Matlab command window and run the simulation results can be seen directly.
My-OS
- 一个简单的shell或命令行解释器,使用了部分API函数,能够简单的实现一些命令调用-A simple shell or command line interpreter, use some API function that can achieve some simple command to call
API.chuangkou
- 易语言实现调用API函数实现窗口在右下角-Easy language calling API functions in the lower right corner of the window
getlocaltime
- 时间计算,操作系统时间函数调用,此函数为自写函数,没有操作系统函数的线程安全问题,如有此地方发操作系统转化函数不安全或有问题,可用引函数-Time calculation, the operating system time function call, this function is self-write function, there is no operating system functions thread safety issues, if any, made
CPU__GetT
- ① 初始化 COM 接口: 访问 WMI, 必须先初始化 COM 接口, 在程序的一开始调用 CoInitialize(NULL) 初始化, 在结束时调用 CoUninitialize() 释放资源。 这两个函数在 #include <comdef.h> 里面定义。 ② 获取访问 WMI 权限: CoInitializeSecurity(NULL, -1, NULL, NULL, RPC_C_AUTHN_LEVEL_PKT, RPC_C_IMP_LEVEL
lift_control_by_Vina
- 某一层楼20层,有五部互联的电梯。基于线程思想,编写了此电梯调度程序。 程序包含两个类: lift_control类 实现对电梯的生成和调度 dest类 当做静态类调用其中函数,实现对int数组的管理,包括insert(),size(),pop(),delete()等。-Floor of a 20-story, there are five interconnected elevator. Based on the thread of ideas, this elevator
fuzhihanshu
- 调用复制构造函数,在编辑C++程序中头文件的构造函数、复制函数及构造函数的使用说明-Call the copy constructor, the constructor header file in the editor C++ program, copy constructor function and use