搜索资源列表
最佳适应法
- 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。-used first to adapt, adapt best or the worst adaptation law, the preparation of a memory allocation and recovery simulation program. Dyn
sizable
- 动态二维数组的c++模板函数实现,实现了动态创建一维和二维数组,资源清除。-dynamic two-dimensional array of c template function, has implemented a dynamic creation of a dimensional and two-dimensional array of resources to remove.
DrakeCompiler
- 这可是我的倾情制作,离卖弄的语法分析器,是自己写的实现程序,不使用他人的结果,直接从原始语法里进行推理计算的,而且这个使用c语言实现的,很多底层函数都是自己来写,像hash表里的hash函数,还有像动态自增长分配等。当然这个还很不完善,但是已经作了很多工作,差就差在没有找到理想的脚本支持语言,最后没有办法只能用函数指针的数组来进行语义调用了。-this but my DEDECATES production, from the play of parser, written in their o
goods
- 包含cpp文件,说明文件,exe文件。C++程序,模拟商店货物管理。将商店的货物,定义为一个货物数组类,数组对象动态建立,初始为20个元素,不够用时扩充一倍。 用二进制数据文件建立数组元素对象,要求放在构造函数中,而文件的保存和关闭放在析构函数中。第一次运 行时,建立空的数据文件,由键盘输入建立数组元素对象,并写入文件,程序退出时,关闭文件;下一次运行 就可以由文件构造对象,恢复前一次做过的工作-contains documents, notes, exe. C procedures
doublem
- 矩阵运算库文件,动态定义了多维数组。其中包括了矩阵的定义,通用矩阵运算,内存管理,异常处理等等。内容很全,从此不必再为动态数组烦恼-matrix calculation libraries, dynamic definition of a multi-dimensional arrays. These include the definition of the matrix, GM matrix calculation, memory management, exception handling
dtsz
- 一个关于动态数组进行排序的算法,希望对大家有帮助~-a dynamic array of the sort algorithm, we hope to help ~
D1ARRAY
- None Packed 及 Packed 两种动态数组构件 ( 附源码 ),-None Packed and Packed two dynamic array elements (FOSS),
VB56
- 这是一个有关VB的动态数组的有关设计,多多指导,多多批评-This is one of the VB dynamic array of the design, give more guidance, give more criticism
dongtaishuzu
- 动态数组用法的VC源程序,适用于VC初学者-dynamic array usage of the VC program applies to the VC beginners
linked_list
- Linked lists are a widely used data structure for storing a dynamic number of items. Unlike an array, whose maximum capacity is determined on its creation, a linked list can accommodate any number of data items provided that memory can be allocat
cunchuguanli
- 模拟系统中,主存部分分为两部分,一部分是系统区,这里只存放进程控制块和内存分配表,一部分是用户区,这里主要是对用户区的管理。 系统区包括PCB区域、内存空间分配表; 用户区用数组模拟,大小为512字节,存储管理采用动态分区存储管理方式。-Simulation system, part of main memory is divided into two parts, the system area, only the storage process control block and
0714
- 对数据采集的工作人来说动态改变数组大小是一个重要问题,还得要知道VC中编译器允许你能用多大空间。-Work on data acquisition for dynamic changes in the size of the array is an important issue, but also to know in the VC compiler allows you to use much space.
FastMM499
- Fast Memory Manager - Readme --- --- --- --- ---- Descr iption: ------------ A fast replacement memory manager for Embarcadero Delphi Win32 applications that scales well under multi-threaded usage, is not prone to memory fragmentation, and
RSDYNSLM
- and more访问尺寸不固定的数组,很好用,下了体验一下吧 -The rsDynarray classes from RealSoft provide access to several types of "Resizable" Arrays. This feature is not a standard part of Object Pascal, and simulating a Dynamic Array can be tedious and cumbersome. The rsDy
Call-C-dynamic-database
- 这个例子包含了一个虚拟仪器和排序程序,生成的数字数组调用一个c构建DLL使用虚拟仪器的调用库函数节点。-This example contains a LabVIEW program that Generates and Sorts an array of numbers by calling a C-built DLL using LabVIEW s Call Library Function Node.
polynomial
- H11增强Polynomial类 (1) 以动态数组实现多项式类。多项式系数的最大上限为int数据类型能表示的最大整数,但在构建对象时不指定系数上限 (2) 对两个Polynomial类对象的运算,分别重载“+”“-”运算,并能够级联调用 (3) 重载“<<”操作符,并能级联调用。 (4) 重载赋值运算符“=”,思考为何必须重载该运算符,如果不重载会发生什么问题? -H11 Enhanced the Polynomial class (1) dynamic arr
extract-words-in-text-2-array-by-C
- 把文本中的词提取到一个动态数组中,其中一行只有一个单词。-extract words in a text file to a dynamic array by C language
111
- C++ 十进制长整数转换为16进制和8进制 vectror动态数组分配-Decimal long integer is converted to hexadecimal and octal vectror dynamic array allocation
Build-dynamic-array-of-structures
- 动态创建结构体数组,实现存放学生信息的功能-Dynamically create an array of structures to realize the function of storing student information
maopao_sort
- 冒泡排序算法,用random函数随机生成数值放入动态数组,然后再用算法排序后打印到edit控件-Bubble sort algorithm with random function random value in a dynamic array, and then use the algorithm sort after printing to the edit control