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

搜索资源列表

  1. bubblesorttemp

    1下载:
  2. 对字符串集进行排序,支持C++数组和MFC集合类,支持升序和降序. -right string sets, in order to support array and MFC C Class Set support ascending and descending.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6085
    • 提供者:顾义坤
  1. YCArray

    0下载:
  2. /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add(\"Number2\",4) * test.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:5101
    • 提供者:叶振华
  1. 大数的阶层

    0下载:
  2. 用数组存储一个大数的阶层。输入一个整数n,先求出n!占用的位数。动态开辟bits位数组,用适当方法把n!的值存储到数组里去-storage arrays with a majority of the class. The importation of an integer n, first obtained n! The median occupancy. The median opening bits dynamic group, the use of appropriate means, n
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14504
    • 提供者:红苹果
  1. matrixclasslibraries

    0下载:
  2. 本程序提供了一个矩阵类库。本类库的矩阵、向量运算采用值传递。本类库的矩阵和向量的第一个元素的起始下标为1,不是0。这点尤其要注意。这和C语言中的数组不一样-this program provides a matrix class library. The Class of matrix vector operations using transfer value. The Class of matrix and vector elements of a start to an index, no
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7861
    • 提供者:tomb499717
  1. removeDuplicates2

    0下载:
  2. 上课的作业,是除去数组中的重复元素,利用数据结构常用算法-class operation is to remove duplication of array elements, the use of commonly used data structures Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:975554
    • 提供者:郎斐
  1. lwork

    0下载:
  2. 一个学生成绩编辑程序,本程序设计优缺点: 采用数组实现各项功能,简洁易懂,便于操作。功能包括: 1. 建立文件:能建立多个文件保存不同数据;载入:可从现有任意文件中载入数据;保存:可将输入的数据保存到现有文件中,建议新建文件,否则会覆盖原文件中数据。 2. 增加或删除学生数据,按学号查学生姓名、成绩(包括平均成绩),求总平均成绩和各科平均成绩。 3. 有各种排序功能:按学号排序、平均成绩排序、某门课成绩排序。 4. 不及格类统计:统计考试有不及格的学生、指定课程有不及格的学生
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5011
    • 提供者:沈叔涛
  1. CArrayBITMP

    0下载:
  2. 实现了一个Class for storing any standart bitmaps in array,通过对数组运算来处理bmp图像的源代码。-achieved a Class for storing any standart bitma ps in array, the array of operations to handle bmp image of the source code.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3854
    • 提供者:wuming
  1. htmlSQL

    0下载:
  2. htmlSQL是一个是你可以方便的对HTML和XML内容方便的使用类似SQL语句进行检索的PHP类.也就是说有了它,你不必再去写复杂的函数(正则表达式那类的)来获取特殊的值了. 用htmlSQL查询的方法的例子: SELECT href,title FROM a WHERE $class == \"list\" ^ ^ ^ 搜索查询 (可以为空) 待返回的属性 ^ ^ 需要搜索的HTML标签 允许使用\"*\"(= 所有标签) 这个查询返回一个包括
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:28145
    • 提供者:ck
  1. chengjipaixu

    1下载:
  2. 简易学生成绩排序(汇编) 编制一程序,要求接收从键盘输入的一个班的学生成绩,并存放于50字grade数组中,其中grade+i保存学号为i+1的学生成绩。然后根据grade中的学生成绩,把学生名次填入50字rank字数组中,其中 rank+i的内容是学号为i+1学生的名次。再按学号顺序把名次从终端上显示出来-summary ranking the performance of their students (compilation) preparation process, recei
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:300963
    • 提供者:yinlu
  1. libshd

    0下载:
  2. SH_Object libSH的基类 SH_String String类 SH_Array 数据结构Array类 SH_Stack 数据结构Stack类 SH_Queue 数据结构Queue类 SH_List 数据结构List类 SH_Hash 数据结构Hash类 SH_Tree 数据结构Tree(AVL)类 SH_Lock 互斥Lock类 SH_Serial 串口类 SH_Socket 套接字类 SH_Tcp TCP类
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:54985
    • 提供者:yangthui
  1. rank

    0下载:
  2. 编制一程序,要求接收从键盘输入的一个班的学生成绩,并存放于50字grade数组中,其中grade+i保存学号为i+1的学生成绩。然后根据grade中的学生成绩,把学生名次填入50字rank字数组中,其中 rank+i的内容是学号为i+1学生的名次。再按学号顺序把名次从终端上显示出来。(输入学生个数<=50,可以不定)-preparation of a procedure that requires the receiving input from the keyboard of a cla
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2389
    • 提供者:陈于
  1. so_sys

    0下载:
  2. 学生成绩管理 假设有一个班级的学生n人,期末考试老师要对成绩从高到低列出,并对各科的考试成绩求出其最高分、最低分和平均成绩。现在设计一个成绩管理程序,能够实现以下的功能: (1)对某门科目的成绩进行排序并显示输出; (2)求出每门科目的最高分、最低分和平均分的信息; 学生成绩的数据用结构数组表示,包括:学号、姓名、三门科目的考试成绩,其结构格式如下: 学号 姓名 语文 数学 外语 C++ int num char name[10] int score[4]-stude
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:88699
    • 提供者:yeweijian
  1. ghost516

    0下载:
  2. 把一个班的学生姓名和成绩存放到一个结构数组中,寻找和输出最高分者。 要交的作业-bring a class of students names and accomplishments of a storage array structure of the search and the maximum output stakeholders. To pay operating
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:246092
    • 提供者:ghost
  1. myfft_ifft

    0下载:
  2. FFT and IFFT for 16-bits wave, you can use this instead of convolution calculate, input samples must be 2^n. If its not 2^n samples just stuff zero in last array. I already make it to C++ class you can new a calss and do it easy
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:33266
    • 提供者:小誠\
  1. lzwnhuffman

    0下载:
  2. The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7926
    • 提供者:sdfsdfwe
  1. Analisis_CArray_in_MFC

    0下载:
  2. 我们在使用vc进行比较复杂的编程时,经常需要用到复杂的数组结构,并希望能实现动态管理。由于C++并不支持动态数组,MFC提供了一个CArray类来实现动态数组的功能。有效的使用CArray类,可以提高程序的效率。 MFC提供了一套模板库,来实现一些比较常见的数据结构如Array,List,Map。CArray即为其中的一个,用来实现动态数组的功能。 CArray是从CObject派生,有两个模板参数,第一个参数就是CArray类数组元素的变量类型,后一个是函数调用时的参数类型。 我们
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8813
    • 提供者:li sheng
  1. array

    0下载:
  2. c++编写的队列操作类,包含队列的初始化,读取,写入等函数。-written in c++ class queue operations, including the initialization of the queue, read, write and other functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:920
    • 提供者:xingxudong
  1. shuzuleimokuai

    0下载:
  2. 设计一个数组类模板MyArray<T>,实现一个通用的数组类-Design a template array class MyArray <T> To achieve a common array class
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:11426
    • 提供者:
  1. 5163001010-魏振豪-实验11-2

    0下载:
  2. 将直接插入排序、直接选择排序、冒泡排序、顺序查找函数封装到第9章的数组类中,作为成员函数。实现并测试这个类(Directly into the sorting, direct selection, sorting, bubble sorting, sequential search function, encapsulated in the ninth chapter of the array class, as a member function. Implement and test thi
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:zadq
  1. ArrayHelper

    0下载:
  2. Unity 功能 泛型 处理数组元素 工具类(Unity function generic processing array element tool class)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:lianglangtao
« 1 2 3 45 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com