搜索资源列表

  1. mikecatsiteinfo

    0下载:
  2. 新增功能及修改BUG: 1。 修改对服务器端操作系统对WIN2003识别错误BUG。 2。 新增服务器服务器操作系统安装目录检测 3。 新增服务器应用程序安装目录检测 4。 新增服务器CPU个数检测 5。 新增服务器每个CPU详细信息检测(包括 标识、描述、频率、最高频率、二级缓存大小、速度 CPU等级 OEMID等信息) 6。 新增服务器内存信息检测(包括 物理内存、交换文件大小、可用物理内存、内存使用率、虚拟
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:47104
    • 提供者:zenghl
  1. 45a

    0下载:
  2. 小巧而强大!及少的内存和CPU占用集合了超多功能:万年历、世界时钟、定时运行、定时关机、等。-Compact and powerful! And less memory and CPU occupancy has assembled a super-multi-function: calendar, world clock, timer operation, timing shutdown, and so on.
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-20
    • 文件大小:512000
    • 提供者:
  1. sharemem

    0下载:
  2. vc工程,实现windows下进程间共享内存,是个不错的学习例子。-vc works under windows realize inter-process shared memory, it is a good example of learning.
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:peter
  1. OS

    0下载:
  2. 一个内含进程管理、内存管理、文件管理的操作系统设计实现方案-An implicit process management, memory management, document management system designed to achieve program
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:1814528
    • 提供者:小惠
  1. Memory_strShare

    0下载:
  2. 一个简单的使用了共享内存映射,实现进程间通讯。-A simple use of a shared memory mapping, to achieve inter-process communication.
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:best4u
  1. linux-kenel-memery-guide

    1下载:
  2. 讲解linux内核 内存管理 部分经典讲义,通俗易懂,不得多得 优秀 的内核学习资料-Linux kernel memory management on the part of the classic lecture, easy to understand, may not be more excellent core learning materials
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:35840
    • 提供者:小鸟
  1. ProcessComm

    0下载:
  2. 几种进程通信的方式,提供进程通信的有剪贴板,映象文件,自定义消息,内存映射还有WM_COPYDATA消息对进程通信的初学者有帮助。-Several process communication approach to the provision of the process of communication there are clipboard, image files, custom news, there are memory-ma
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-20
    • 文件大小:275456
    • 提供者:weiwei
  1. xunineicun

    0下载:
  2. linux下设置虚拟内存了解Linux内核中与虚拟内存管理相关的变量和函数 理解Linux内核对虚拟内存的管理;掌握虚拟内存管理信息统计的方法的实验报告,有详细的操作和截图
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:44032
    • 提供者:张毓玺
  1. auto_allocate

    0下载:
  2. 纯c下一般用链表实现内存的动态分配,有点麻烦,而且容易出错,为了方便实用,这里尝试写了一个在用c写的动态分配内存的console程序,例子实现的是可以动态分配二维数组的大小。-Under the general use of pure c List realize the dynamic allocation of memory, a bit of trouble, but also prone to error, in order t
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:137216
    • 提供者:彦竹
  1. 3411318

    0下载:
  2. ramdisk,著名的内存虚拟磁盘的源代码-ramdisk, the well-known virtual memory disk source code
  3. 所属分类:驱动编程

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:zhang
  1. BoundsChecker_howtouse

    0下载:
  2. 检查VC的内存泄露问题,可以精确定位是哪个文件哪一行出了内存泄露。-VC checks the memory leak problem, you can pinpoint which file is which line a memory leak.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:134144
    • 提供者:许国兵
  1. neicunfenpeihuishou

    0下载:
  2. 操作系统的内存分配与回收的实验代码 -Operating system memory allocation and recovery of experimental code
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:232448
    • 提供者:张旭
  1. DoProcess

    0下载:
  2. 在VC环境下编写的对内存进行扫描的小程序。-In the VC environment prepared to scan the memory of small procedures.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:37888
    • 提供者:王立红
  1. ShareMemory

    0下载:
  2. windows环境下的一个共享内存的程序,进程之间通过共享内存的方式进行通信
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:3664896
    • 提供者:李全玲
  1. ReadShareMemory

    0下载:
  2. 两个进程之间的通信的代码,一个进程将数据写入共享内存,另外一个进程执行读共享内存的操作,从共享内存中读取数据-Communication between the two processes of the code, a process to write data to shared memory, another process of the implementation of shared memory read operation,
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:3595264
    • 提供者:李全玲
  1. MemFile

    0下载:
  2. 一个操作内存文件的例子,对那些需要读写文件并对执行速度有较高要求的场合可以试试内存文件的使用-An example of operation of the memory files of those who need to read and write files and has a higher speed of execution can try occasions requested the use of paper memory
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:肖克
  1. memery

    0下载:
  2. 这是一个操作系统中模拟内存管理的程序。主要展示内存的三种分配算法,和内存合并的方法,以解决内存的碎片问题。-This is a simulation of the operating system memory management procedures. The three main display memory allocation algorithms, and memory combined solution to the is
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:75776
    • 提供者:马俊锋
  1. BMP

    0下载:
  2. 用普通方法显示BMP位图,占内存大,速度慢,在图形缩小时,失真严重,在低颜色位数的设备上显示高颜色位数的图形图形时失真大。本文采用视频函数显示BMP位图,可以消除以上的缺点。-Ordinary methods of display BMP bitmap, or memory, and slow to narrow in the graphics when a serious distortion in the low-color dis
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:小甜瓜
  1. FileDivider

    0下载:
  2. 使用内存映射机制,分割大型文件的程序——对于较小的文件,一般的api函数是没法打开的呢!-The use of memory mapping mechanism, split large files- for smaller documents, the general function of the api there is no way to open it!
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:69632
    • 提供者:yeqing
  1. system

    0下载:
  2. 使用虚拟内存技术的操作系统课程实验,成功实现-The use of virtual memory technology, operating systems course experiments, the successful implementation of
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:257024
    • 提供者:qq11420
« 1 2 ... 42 43 44 45 46 4748 49 50 »

源码中国 www.ymcn.org