CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - dynamic array

搜索资源列表

  1. 最佳适应法

    0下载:
  2. 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。-used first to adapt, adapt best or the worst adaptation law, the preparation of a memory allocation and recovery simulation program. Dyn
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:67.66kb
    • 提供者:吴晓辉
  1. sizable

    0下载:
  2. 动态二维数组的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.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:104.61kb
    • 提供者:杨世瀚
  1. DrakeCompiler

    0下载:
  2. 这可是我的倾情制作,离卖弄的语法分析器,是自己写的实现程序,不使用他人的结果,直接从原始语法里进行推理计算的,而且这个使用c语言实现的,很多底层函数都是自己来写,像hash表里的hash函数,还有像动态自增长分配等。当然这个还很不完善,但是已经作了很多工作,差就差在没有找到理想的脚本支持语言,最后没有办法只能用函数指针的数组来进行语义调用了。-this but my DEDECATES production, from the play of parser, written in their o
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:88.94kb
    • 提供者:中国
  1. goods

    0下载:
  2. 包含cpp文件,说明文件,exe文件。C++程序,模拟商店货物管理。将商店的货物,定义为一个货物数组类,数组对象动态建立,初始为20个元素,不够用时扩充一倍。 用二进制数据文件建立数组元素对象,要求放在构造函数中,而文件的保存和关闭放在析构函数中。第一次运 行时,建立空的数据文件,由键盘输入建立数组元素对象,并写入文件,程序退出时,关闭文件;下一次运行 就可以由文件构造对象,恢复前一次做过的工作-contains documents, notes, exe. C procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:49.69kb
    • 提供者:张林
  1. doublem

    0下载:
  2. 矩阵运算库文件,动态定义了多维数组。其中包括了矩阵的定义,通用矩阵运算,内存管理,异常处理等等。内容很全,从此不必再为动态数组烦恼-matrix calculation libraries, dynamic definition of a multi-dimensional arrays. These include the definition of the matrix, GM matrix calculation, memory management, exception handling
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6.64kb
    • 提供者:wang yu
  1. dtsz

    0下载:
  2. 一个关于动态数组进行排序的算法,希望对大家有帮助~-a dynamic array of the sort algorithm, we hope to help ~
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7.23kb
    • 提供者:黄杰
  1. D1ARRAY

    0下载:
  2. None Packed 及 Packed 两种动态数组构件 ( 附源码 ),-None Packed and Packed two dynamic array elements (FOSS),
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:6.65kb
    • 提供者:李正一
  1. VB56

    0下载:
  2. 这是一个有关VB的动态数组的有关设计,多多指导,多多批评-This is one of the VB dynamic array of the design, give more guidance, give more criticism
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.51kb
    • 提供者:杨燕
  1. dongtaishuzu

    0下载:
  2. 动态数组用法的VC源程序,适用于VC初学者-dynamic array usage of the VC program applies to the VC beginners
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:913byte
    • 提供者:周艺红
  1. linked_list

    0下载:
  2. 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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.79kb
    • 提供者:jovi
  1. cunchuguanli

    0下载:
  2. 模拟系统中,主存部分分为两部分,一部分是系统区,这里只存放进程控制块和内存分配表,一部分是用户区,这里主要是对用户区的管理。 系统区包括PCB区域、内存空间分配表; 用户区用数组模拟,大小为512字节,存储管理采用动态分区存储管理方式。-Simulation system, part of main memory is divided into two parts, the system area, only the storage process control block and
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:3kb
    • 提供者:liweixia
  1. 0714

    0下载:
  2. 对数据采集的工作人来说动态改变数组大小是一个重要问题,还得要知道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.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:123.21kb
    • 提供者:ycq
  1. FastMM499

    1下载:
  2. 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
  3. 所属分类:Delphi VCL

    • 发布日期:2014-04-08
    • 文件大小:1.12mb
    • 提供者:SophiaLung
  1. RSDYNSLM

    0下载:
  2. 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
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:14.59kb
    • 提供者:秦永久
  1. Call-C-dynamic-database

    0下载:
  2. 这个例子包含了一个虚拟仪器和排序程序,生成的数字数组调用一个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.
  3. 所属分类:LabView

    • 发布日期:2017-11-12
    • 文件大小:163.74kb
    • 提供者:肖玉华
  1. polynomial

    0下载:
  2. H11增强Polynomial类 (1) 以动态数组实现多项式类。多项式系数的最大上限为int数据类型能表示的最大整数,但在构建对象时不指定系数上限 (2) 对两个Polynomial类对象的运算,分别重载“+”“-”运算,并能够级联调用 (3) 重载“<<”操作符,并能级联调用。 (4) 重载赋值运算符“=”,思考为何必须重载该运算符,如果不重载会发生什么问题? -H11 Enhanced the Polynomial class (1) dynamic arr
  3. 所属分类:source in ebook

    • 发布日期:2017-11-24
    • 文件大小:1.61kb
    • 提供者:张国
  1. extract-words-in-text-2-array-by-C

    0下载:
  2. 把文本中的词提取到一个动态数组中,其中一行只有一个单词。-extract words in a text file to a dynamic array by C language
  3. 所属分类:ELanguage

    • 发布日期:2017-11-06
    • 文件大小:9.22kb
    • 提供者:Louis
  1. 111

    0下载:
  2. C++ 十进制长整数转换为16进制和8进制 vectror动态数组分配-Decimal long integer is converted to hexadecimal and octal vectror dynamic array allocation
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:711byte
    • 提供者:张泽坤
  1. Build-dynamic-array-of-structures

    0下载:
  2. 动态创建结构体数组,实现存放学生信息的功能-Dynamically create an array of structures to realize the function of storing student information
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:825byte
    • 提供者:zhen
  1. maopao_sort

    0下载:
  2. 冒泡排序算法,用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
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-30
    • 文件大小:201.33kb
    • 提供者:谢承聪
« 12 »
搜珍网 www.dssz.com