CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 内存管理 vc

搜索资源列表

  1. 虚拟内存

    0下载:
  2. 虚拟内存,这个使用vc++实现的对于虚拟内存的管理,这个程序是vc开发大全里面的源代码,可以给学习的朋友一个详细的解释。习于此道的朋友可以下载来看看。-virtual memory, the use vc + + for the virtual memory management, the procedure is vc development Daquan inside the source code, can be a friend to learn a detailed explanati
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:30.87kb
    • 提供者:笨蛋
  1. VC++6.0 内存管理编程技巧

    0下载:
  2. VC++6.0 内存管理编程技巧 包括: 1、共享内存页; 2、内存映射文件; 3、虚拟内存。-VC 6.0 memory management programming skills include : 1. Shared memory pages; 2, the memory mapping file; 3, virtual memory.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2.44mb
    • 提供者:张建
  1. ComputerInfo_demo

    0下载:
  2. 计算机的所有硬件及接口信息查询,检查和处理源代码,VC++,内存管理,网卡,缓存,PnP设备,多媒体设备,鼠标,调制解调器,键盘,磁盘等信息的管理。-all computer hardware and the interface information inquiries, inspection and processing source code, VC, memory management, network card, cache, PnP devices, multimedia devic
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:324.34kb
    • 提供者:谭昌勇
  1. windowsmemory

    0下载:
  2. 用vc++编写的一个虚拟内存管理的程序!!界面一般,谢谢大家的支持-vc prepared using a virtual memory management procedures! ! Interface General, thank you for the support
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:52.37kb
    • 提供者:房文
  1. neicunguanli999

    0下载:
  2. 是操作系统的的内存管理,用vc++编的,-is the operating system memory management, using vc series ,&&&&&&&&
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.65kb
    • 提供者:杨钦洪
  1. VC-MemoryManage

    0下载:
  2. VC++6中怎样进行内存管理事例通过它可以了 解VC的内存管理-how memory management through its examples of the VC can understand the memory management
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:87.44kb
    • 提供者:陶青松
  1. MemMang

    0下载:
  2. 高效内存管理函数实现。VC++实现,可以用于嵌入式系统内存管理,原创作品,绝对有价值。-efficient memory management functions to achieve. VC + +, can be used for embedded system memory management, original works, the absolute value.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:18.45kb
    • 提供者:王艳辉
  1. MemManager

    0下载:
  2. 这是操作系统中的内存管理的全部debug程序,可移植性非常强,可以在VC中调试,仅供学习,请勿用于商用-This is the operating system of all the memory management debug procedures, portability is very strong. the VC debugging, is for learning, do not for business
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:24.15kb
    • 提供者:Xuan Yang
  1. chq

    0下载:
  2. 采用最佳适应算法模拟实现内存管理-在VC++环境下编译通过,通过初始化空闲区、分配空闲区、回收空闲区实现模拟的内存管理。-best adaptation algorithm simulation memory management-the VC environment compile, free zone through the initialization, distribution idle, idle zones recovery simulation of memory manageme
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7.28kb
    • 提供者:chen启
  1. TaskMgr.zip

    0下载:
  2. 该任务管理器用vc6.0开发,可以查看当前系统进程,显示进程图标,可以暂停、恢复和结束进程,可以定位文件,查看进程用到的模块,内存占用,进程ID,还可查看当前系统内存的使用情况
  3. 所属分类:系统编程

    • 发布日期:2011-07-06
    • 文件大小:65.41kb
    • 提供者:zhangliang1223
  1. Memory

    1下载:
  2. 通过VC++MFC编程来实现计算机的内存的读取与管理,-Through VC++ MFC programming to achieve read the computer s memory and management,
  3. 所属分类:Static control

    • 发布日期:2017-05-13
    • 文件大小:178.88kb
    • 提供者:杨培科
  1. C++neicunguanli

    0下载:
  2. VC++的内存管理算法和算法实现,介绍了很多有用的函数和思想,原版英文书籍-VC++ Memory management algorithm and the algorithm to introduce a lot of useful functions and thought, the original English books
  3. 所属分类:OS Develop

    • 发布日期:2017-05-20
    • 文件大小:5.47mb
    • 提供者:顾箫剑
  1. four_system

    0下载:
  2. VC++2005编程实例\源代码\第4章 系统管理编程实例,如何获取计算机串口、鼠标、内存、驱动器、键盘特殊键,用户角色、系统服务、系统性能、启动或停止系统驱动、获取系统指定进程或线程信息,或使用WMI查询系统设备等功能源码27个-VC++ 2005 programming source code examples of Chapter 4 System Management Programming examples of how to obtain a computer serial port
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:422.44kb
    • 提供者:Liu Dongtao
  1. highprogram

    0下载:
  2. 高质量c++编程里面讲解了文件结构,程序板式,命名规则,常量,内存管理,函数设计等章节,对学习C++非要要帮助!-VC++ ,a good book!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-26
    • 文件大小:105.64kb
    • 提供者:海豚
  1. VCDigitalSignalProgressing

    0下载:
  2. VC实现数字图像处理、数字信号处理、内存管理、画饼状图柱状图、QQ广告栏、经纬度转换、将二进制代码写入excel、正旋发生器-VC digital image processing, digital signal processing, memory management, drawing pie chart histogram, QQ billboards, longitude and latitude conversion, the binary code into excel, is ro
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-16
    • 文件大小:67.65kb
    • 提供者:卓巨
  1. Mm

    0下载:
  2. 自己写的一个关于内存管理得小程序,用VC++写的,可以完美运行-Memory management
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1.25mb
    • 提供者:Kevin
  1. FIFO-Ver2

    0下载:
  2. 在VC环境下模拟操作系统的FIFO页式内存管理的实例-VC environment in the operating system simulation-style FIFO memory management example page
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:881.2kb
    • 提供者:冯涛
  1. CH3-Stack-and-memory

    0下载:
  2. 中科院研究生院信息学院杨立祥教授vc++面向对象程序设计课件,2010年版!堆栈和内存管理-Chinese Academy of Sciences, Graduate School of Information Science Professor Yang Lixiang vc++ object-oriented programming courseware, the 2010 edition! Stack and memory management
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4.79mb
    • 提供者:
  1. xuenineicun

    0下载:
  2. VC实现的内存管理,程序写的很标准。值得参考-VC to achieve memory management, the program is written in the standard. Worth considering
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1.81mb
    • 提供者:
  1. ucosIIinVC

    0下载:
  2. 这是一个在VC++下移植的UCOSII案例,是一份良好的教学案例,含有任务管理消息邮箱队列内存管理,事件管理的例程,对于UCosII初学者具有良好的参考作用,是卢有亮先先生UCOSII教学实验代码。-This is a transplant under VC++ UCOSII case is a good teaching case containing the the task management message mailbox queue memory management, event
  3. 所属分类:uCOS

    • 发布日期:2017-11-23
    • 文件大小:962.22kb
    • 提供者:李天
« 12 3 »
搜珍网 www.dssz.com