CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - 调用函数

搜索资源列表

  1. tw

    0下载:
  2. 主要靠调用API函数实现图片框的透明从而实现动画,
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:66221
    • 提供者:jhf
  1. depends22_x86

    0下载:
  2. vc中查看dll的工具,可以查看dll调用函数,配合调试器使用!
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:568907
    • 提供者:陈小鱼
  1. CPU_status

    0下载:
  2. 得到CPU和内存的状态。 调用系统函数示例。-Get usage and status of CPU/Memory. A good example to use system API.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:2079
    • 提供者:tian xiao ma
  1. ReactOS-0.3.3-REL-src

    0下载:
  2. 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
  3. 所属分类:OS Develop

    • 发布日期:2017-06-22
    • 文件大小:41173337
    • 提供者:gbcgbc
  1. J3

    0下载:
  2. nor flash驱动,可以在没有操作系统下,直接调用函数接口对flash进行读,写,擦除。 -nor flash drive, no operating system can directly call the function on the flash interface for reading, writing and erasing.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:34725
    • 提供者:刘跃
  1. DeleteProcess(vc)

    0下载:
  2. 镜像工作进程,派生新进程,删除进程,起到杀死进程的功能,调用的API函数-Mirroring the process, derive a new process, the removal process, the functions of play to kill the process, call the API function
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:19034
    • 提供者:libin
  1. produce_customer

    0下载:
  2. 操作系统课程设计 简单的进程互斥访问资源的模拟,调用了windows的线程接口函数实现的 MFC开发 生产者消费者程序-no
  3. 所属分类:OS Develop

    • 发布日期:2017-05-19
    • 文件大小:5500554
    • 提供者:孟庆刚
  1. as

    1下载:
  2. 编写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. 假设系统中文件的最大
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1634
    • 提供者:fdsf
  1. 1234os

    0下载:
  2. 操作系统课程设计上的源码分析,代码中有关于虚拟内存分配的知识,其中相关函数调用还是值得借鉴-Curriculum design of the operating system source code knowledge about the virtual memory allocation ...
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:2009100
    • 提供者:daliang
  1. fskdigital

    0下载:
  2. 这是简易的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.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-20
    • 文件大小:629
    • 提供者:何荣聪
  1. My-OS

    0下载:
  2. 一个简单的shell或命令行解释器,使用了部分API函数,能够简单的实现一些命令调用-A simple shell or command line interpreter, use some API function that can achieve some simple command to call
  3. 所属分类:OS Develop

    • 发布日期:2017-11-19
    • 文件大小:1188684
    • 提供者:hank
  1. API.chuangkou

    0下载:
  2. 易语言实现调用API函数实现窗口在右下角-Easy language calling API functions in the lower right corner of the window
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1049
    • 提供者:小勇
  1. getlocaltime

    0下载:
  2. 时间计算,操作系统时间函数调用,此函数为自写函数,没有操作系统函数的线程安全问题,如有此地方发操作系统转化函数不安全或有问题,可用引函数-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 ​ 
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:842
    • 提供者:l
  1. CPU__GetT

    0下载:
  2. ① 初始化 COM 接口: 访问 WMI, 必须先初始化 COM 接口, 在程序的一开始调用 CoInitialize(NULL) 初始化, 在结束时调用 CoUninitialize() 释放资源。 这两个函数在 #include <comdef.h> 里面定义。 ② 获取访问 WMI 权限: CoInitializeSecurity(NULL, -1, NULL, NULL, RPC_C_AUTHN_LEVEL_PKT, RPC_C_IMP_LEVEL
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:2169
    • 提供者:Asdf
  1. lift_control_by_Vina

    0下载:
  2. 某一层楼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
  3. 所属分类:OS Develop

    • 发布日期:2017-05-06
    • 文件大小:1387251
    • 提供者:vina
  1. fuzhihanshu

    0下载:
  2. 调用复制构造函数,在编辑C++程序中头文件的构造函数、复制函数及构造函数的使用说明-Call the copy constructor, the constructor header file in the editor C++ program, copy constructor function and use
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1018677
    • 提供者:张家伟
搜珍网 www.dssz.com