搜索资源列表
neicun
- 我所采用的内存管理思想是链表管理思想,内存分配方案是最佳适应方案(best fit)。其主要的数据结构为 struct node { char* p int memosize int flag struct node* next } 这是一个链表的结点的数据结构,用它来管理内存的分配与回收。P 表示所指的分配的内存的首地址,memosize 表示分配的内存块的大小,flag 为一个标志量,表示内存块是否被占用。用 1 和 0 来表示被占用和不被占
foo.tar
- sorting techniques--efficient C implementation of insertion,selection,bubble,merge and quick sort.
command
- 为Windows操作系统建立一个兼容Unix命令的命令接口; 实现命令包括ls,cat,cp,mv,md,rd,cd,sort,more,print,命令的内容与详细格式请查阅unix命令手册; 可以字符形式接收命令,执行命令,然后显示命令执行结果。-Compatible for the Windows operating system, a Unix command command interface to achieve order, including ls, cat, cp,
DemoCheck
- c++写的一个DOS程序,主要列举了VECTOR和SORT的使用方法-c++ to write a DOS program, the main cited use of VECTOR and SORT
memoryAllocate
- 操作系统内存分配模拟,采用首度适应匹配算法,能自动对碎片进行整理-Operating system memory allocation simulation, the first time to adapt to the matching algorithm that can automatically sort out the debris
pxzhlx
- 排序综合算法,很适合初学者学习操作系统使用,写的很清楚易懂的算法。-Sort synthesis algorithm , it is suitable for beginners to learn the operating system , written in very clear and understandable algorithm .
Selection-Sort
- 用冒泡法对整型和双精度型数组进行排序的c++程序-Bubble Act of integer and double-precision array sort c++ program
guanlixitong
- (一)九大数据处理功能: 数据输入功能(键盘输入,文件导入) 数据编辑功能(添加,删除,查询,排序,分析) 数据输出功能(屏幕显示,文件保存) 注:分析功能将给出各个科目的最高分,最低分,平均分,优秀率以及不及格率。 保存功能中可以将排序后的数据保存为文件。 (二)密码验证 三次密码验证体系:进入系统需要验证密码,如果三次验证均错误,系统将自动退出。 注:系统密码为abcdef。如需修改密码可在程序第78行处修改。(
nodelist.tar
- 数据结构、链表的操作;包括链表的创建、插入、删除、排序、逆置等操作;学习数据结构链表的绝佳材料-Data structure, the list of operations including the creation of the list, insert, delete, sort, reverse home and other operations linked list data structure of great learning materials