搜索资源列表

  1. qsort

    0下载:
  2. 数组排序的经典程序shell。-Sorting an array of classic shell procedures.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1158
    • 提供者:徐玉功
  1. 阵列的具体设置方法

    0下载:
  2. 阵列的具体设置方法-array of specific configuration
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:7455
    • 提供者:温敏
  1. 整型数组与Object数组的互操

    0下载:
  2. 整型数组与Object数组的互操作性-integer arrays with the Object array of interoperability
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5970
    • 提供者:李想
  1. Text1

    0下载:
  2. 数据生成小程序,数组间的简单转换而已!-data generation small programs, an array of simple conversion!
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:1257
    • 提供者:oudongbin
  1. 数据生成

    0下载:
  2. 还是数组见的转换小程序-or see the array of small change procedures
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:9175
    • 提供者:欧东斌
  1. 最佳适应法

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

    • 发布日期:2008-10-13
    • 文件大小:69285
    • 提供者:吴晓辉
  1. 如何给链表数组赋值

    0下载:
  2. 如何给链表数组赋值,很适合初学数据结构的朋友。-array assignment is well-suited to beginners data structure friend.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1177
    • 提供者:张志明
  1. C++头文件库

    0下载:
  2. 里面有几个c++的头文件,适合于初学者。 Array,Link,SeqList,Tr-c in the first document, suitable for beginners. Array, Link, SeqList, Tr
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4655
    • 提供者:刘超
  1. 动态控件数组的创建

    0下载:
  2. 在窗体中动态地创建控件,在窗体中动态地创建控件.-Creating Control Array Dynamical in the Form.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:370112
    • 提供者:周梦星
  1. lhh5

    0下载:
  2. 动态数组 用函数递归和非递归的方法求两个整数的最大公约数-Dynamic array, compute the largest common divisor of two intergal by recursion and non-recursion.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1126
    • 提供者:劳伦斯
  1. kthleast

    0下载:
  2. 用三种方法实现在数组中选择第k个最小的元素-three methods to find the k-th minium element in an array.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:10837
    • 提供者:刘川意
  1. 智能初始化数组

    0下载:
  2. C++编的关于智能初始化数组的小程序,初学者可能会用到的哦。下下来看看吧-C series of the smart initialize the array of small programs, beginners may use the oh. Let's see it down under. .
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7946
    • 提供者:周小海
  1. 仓库管理系统(C语言)

    0下载:
  2. 一个仓库管理系统,用C语言编写的,之前做过学生成绩管理系统与此有相同的地方。采用结构体数组,具有输入商品,排序的功能,用菜单实现查询,学习C语言的好程序-a warehouse management system using the C language, the students did before the performance management system with the same place. Using the st
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1959
    • 提供者:刘鹏
  1. 在COM中使用数组_code

    0下载:
  2. COM中使用SAFEARRAY数组例程,代码中给了两种数组的用法,一种是字符串数组,另一种是自定义数据结构数组。 -use COM SAFEARRAY array routines, a code for the use of two arrays, a string array, and the other is from the definition of array data structure.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:55913
    • 提供者:全宁
  1. 部分数组操作

    0下载:
  2. 可实现矩阵转换,螺旋数组,数字移动,数组操作,桶排序,杨辉三角形-conversion matrix can be realized, helical array, digital mobile array operation, barrels, in order of Yang Hui triangle
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3608
    • 提供者:皮皮
  1. Delphi 7.0常用函数速查手册

    0下载:
  2. 函数由一句或多句代码组成,可以实现某个特定的功能。使用函数可以使代码更加易读、易懂,加快编程速度及减少重复代码。过程与函数类似,过程与函数最重要的区别在于,过程没有返回值,而函数能有返回值。   在Delphi 7.0中,已为我们定义好了非常多的函数,大致分类有6种:数据类型转换函数、字符串、数组操作函数、文件、磁盘操作函数、内存、指针操作函数、数学运算函数、日期函数。-function sentence by one or more
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:6623
    • 提供者:陈修
  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
    • 文件大小:107117
    • 提供者:杨世瀚
  1. arraytemp

    0下载:
  2. 一个数组的stl实现,实现了拷贝构造函数、下标运算符重载等,含有测试程序。-an array of stl, has implemented a copy constructor function, indexed Operator, containing the test.
  3. 所属分类:其它资源

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

    0下载:
  2. 天门阵游戏源码。是类似连连看的一款游戏,需要通过鼠标拖动牌到相同牌对齐的地方后,消除。最多有30000局。-days Gate Array game source. 1000 block of Terry Avenue is similar to the one game, through licensing the mouse to drag the same alignment of licensing, eliminate. Up
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:195596
    • 提供者:徐剑波
  1. l3emulete0518

    0下载:
  2. 功能是把一个无符号长整型的数的后n位放入到前length位有效的无符号字符型数组array[arraybyte]中-function is an unsigned long integer number of spaces after n Add to place before the effective length of unsigned character array [arraybyte]
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11699
    • 提供者:张静
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org