搜索资源列表
mydialog
- 利用Visual C++进行对话框的各种技巧编写
rom_ram
- 根据c++代码,利用perl分析文件中占用rom,ram相关信息。适用英飞凌平台。
VIRTUMEM
- 本实验是在win2000+VC6.0上实现的,实例程序利用Windows SDK编制,所以实验需要在windows下安装VC后进行。而VC是一个集成开发环境,其中包含了Windows SDK的所有定义和工具,所以安装了VC后就不用再安装SDK了。 这里由于用到了多线程编程,我们还需要设置一下编译环境,选中菜单project-> settings,在左边列表中选中工程名,在右边选中c/c++项,将其下\"project options\"中的默认值MLd改为MTd。
Memory_Management
- 扩展的动态内存机制 任务综述 本任务扩展了自己私有的内存管理机制。首先使用预先规划的思想,使用预先分配的内存池和内存分区,再通过使用消息队列作为内存池的管理机制处理内存块分配与释放的过程,而消息队列中保存的是每个预先申请内存块的地址。当用户需要分配一个内存块时,使用msgQReceive() 函数从消息队列中获取一个相应大小的内存块地址;当用户需要释放一个内存块时,则使用msgQSend()函数将内存块首地址发送回消息队列中。通过这种方法,减少了内存反复申请与释放产生外部碎片的可能
aa.app
- 本程序为利用C++实现操作系统的进程调度-This procedure for the use of C++ realization of the process of operating system scheduling
MemoryManager
- 内存管理模拟器,利用MFC模拟实现了内存的管理操作--内存分配和释放;不同内存分区利用不同颜色区分;采用首次适应算法实现。-Memory management simulator, the use of MFC to achieve a simulated memory management operations- memory allocation and release different memory partition to use to distinguish between dif
Cxiaoxiduilie
- C语言的消息队列,利用c语言实现进程间的通信-C language, message queue, using c language inter-process communication
neichunhuishou
- 操作系统课程设计:内存回收——利用C++语言编写-Operating System Course Design: garbage collection- using C++ language
main
- 理发师问题,利用信号量解决同步问题,利用互斥器解决互斥问题,利用事件实现顾客与理发师之间的通信-Barber problem Visual C++ 2010
zuihou
- 利用c语言模拟cache的三种映射关系及地址变换的方法-using C language imitate cache simulation three mapping and address translation method
os1
- 完成了“进程控制”。 其实验目的是, 1. 利用简单的结构和控制方法模拟进程结构、进程状态和进程控制。 2. 了解6个原语,创建进程(C),终止进程(e),唤醒进程(w),阻塞进程(b),调度进程(p),时间到(t) 3. 理解PCB的含义,PCB是进程存在的唯一标志,它记录着进程标识符,处理机状态,进程调度信息和进程控制信息 4. 掌握进程状态的转换 5.了解内存的分配和回收算法。 -Complete process control. Experimen
chengji-xitong
- 利用c语言编写的学生成绩管理系统,简单易用-Student achievement management system using c language, easy to use
CPPscheduling-elevator
- 操作系统线程进程同步思想利用,电梯调度,包括c++,c语言版本-Used in operating system.Writen by c++ and c language,scheduling the elevator.
SourceInsightchs
- c程序各模块查看定位,利用此软件可以更加容易的进行程序的调试-c program module view positioning, the use of this software program can more easily debug
minishell
- 利用C语言编写一个微型命令解释程序,接受并解释以下命令: ⑴dir 列当前目录 ⑵cop-C language prepared by a miniature command interpreter and explain the following command: (1) dir column current directory (2) COP
tanxin
- 使用C语言,利用贪心算法解决经典的旅行商问题,手动输入城市间的距离矩阵,输出最佳路径-Using the C language, the greedy algorithm to solve the classic traveling salesman problem, manually enter the distance matrix between cities, the best path output
RdfSnap_3.0
- 门禁系统VB源代码,开发门禁的参考 vb写的主要学习网络操作。-VB source c... [tcp_ip.zip] - vb利用winSocket写的网络数据传输程序很简单的实现了文件的传输,XPSP-do do
lesson1
- 基于rtos的任务切换,利用C语言编程。(Task switching based on RTOS)