CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - type

搜索资源列表

  1. 含并、交和差运算的集合类型试验报告

    0下载:
  2. 含并、交和差运算的集合类型试验报告,这个报告是做计算机试验的标准样式,分为了7个模块。-containing, intersection and poor computing pool type test report, the report is made to the standard computer test pattern, divided into seven modules.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:33.79kb
    • 提供者:山子
  1. 排序算法演示

    0下载:
  2. 各种常用的排序算法的演示程序, 以顺序表作为存储结构~~~~ 欢迎大家指正-A demo for different sort arithmetic,use qlist as store type. welcome ues and question
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.12kb
    • 提供者:李鹏
  1. libgist-2.0.1

    0下载:
  2. Libgist is an implementation of the Generalized Search Tree, a template index structure that makes it easy to implement any type of hierarchical access method (AM). -Libgist is an implementation of the Generalized Search Tree, a template index stru
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.16mb
    • 提供者:hu
  1. NudtCommonTree

    0下载:
  2. 由STL扩展的树范型。该范型支持边的加权。树封装了内存管理,使得程序员免予释放、分配节点内存。附有实例程序-STL extended by the tree-Fan. Fan support for the type of edge-weighted. Tree Packaging, a memory management, allowing programmers to exempt from release, distribution nodes memory. With examples
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16kb
    • 提供者:邓熠
  1. finish01

    0下载:
  2. 一般来说用int型变量超过2^31的数就会溢出。此程序是利用数组对长度很长的整形字符串进行加减操作,并且进行自动测试的例子-int type generally used more than two variables ^ 31 a few will overflow. This procedure is the use of an array of very long length of plastic strings Modified operation, as well as automa
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15.21kb
    • 提供者:蔡雷
  1. accepted1

    0下载:
  2. 解决时钟问题,acm竞赛题 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:王冠
  1. SortedSet

    0下载:
  2. 本程序用VC++完成 定义类模板SortedSet (包括方法的实现) ,即元素有序的集合,集合元素的类型和集合元素的最大个数可由使用者确定。要 求该类模板对外提供以下三种操作: insert:加入一个新的元素到合适的位置上,并保证集合元素的值不重复; get:返回比给定值大的最小元素的地址。若不存在,返回-1; del:删除与给定值相等的那个元素,并保持剩余元素的有序性。-the completion of procedures with VC SortedSet clas
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.23kb
    • 提供者:zhangbb
  1. vlong

    0下载:
  2. very long 整数类,可以做高精度四则运算-very long integer type, can do high-precision four Operational
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.99kb
    • 提供者:诺曼
  1. jiangshangfei

    0下载:
  2. 该程序用于进行多项式的四则运算,其中抽象数据类型主要有栈和结构 -the procedures for conducting the four polynomial operations, which mainly abstract data type and structure of a stack
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.57kb
    • 提供者:江上飞
  1. datastructnote

    0下载:
  2. 数据结构笔记,类c语言版本,我自觉很不错,大家可以-data structure, type c language version, I do feel quite well, and we can s
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:29.77kb
    • 提供者:郑小光
  1. SimpalArray

    0下载:
  2. 这是一个简单的C++数组类程序,因为我学习过程中经常用到数组类,所以感到一定有很多人需要,特上传.-This is a simple array of categories C procedures, the learning process because I often use the array type, so I feel a lot of people will need special upload.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.32kb
    • 提供者:卢松
  1. Chromosome.cpp

    0下载:
  2. 染色体类 染色体类 -chromosome type chromosome type chromosome type chromosome category
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:700byte
    • 提供者:王萌
  1. 01package

    0下载:
  2. 背包问题优先队列分枝限界算法 所谓的背包问题,可以描述如下:一个小偷打劫一个保险箱,发现柜子里有N类不同大小与价值的物品,但小偷只有一个容积为M的背包来装东西,背包问题就是要找出一个小偷选择所偷物品的组合,以使偷走的物品总价值最大。这个问题的求解有很多种方法,本程序使用分枝限界法求解。-knapsack problem Branch and Bound priority queue algorithm called knapsack problem can be described as f
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.87kb
    • 提供者:王涛
  1. LSshixian

    0下载:
  2. 顺序表类型的实现,数据结构清华大学严老师C语言第二版算法。-order to achieve the type of data structure Tsinghua University teachers strict version of the second C-language algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.26kb
    • 提供者:燕先生
  1. newmatrix

    0下载:
  2. 最新收集得老外写的一个矩阵类,功能相当的强大,比以前的源码水平提高了不少,源码中有相当详细的英文注释,简单明了!-collected in the latest foreigner to write a matrix of type, quite powerful, the source than the level a lot, a significant source of detailed notes in English, simple!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.16kb
    • 提供者:孟耀伟
  1. Generic_Pool_demo

    0下载:
  2. Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grow
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:170.19kb
    • 提供者:zhuxin
  1. cstring

    0下载:
  2. 定义一个字符串类String,其私有成员为一个字符串指针。设计构造函数,拷贝构造函数,析构函数,设置新值函数Set, 打印成员值函数Print。借助此String类,将操作符"=="、">"、"<"的重载函数设置为String类的成员函数,实现对操作符"=="、">"、"<"的重载,使之能直接比较两个String类类型的字符串的大小,设计各种情况调用此三个重载操作符。-definition of a string type String, its private members as a str
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.02kb
    • 提供者:gongwen
  1. cclasspoint

    0下载:
  2. 首先定义一个点类Point,其私有成员为其坐标X,Y。设计构造函数,拷贝构造函数,析构函数(可以什么都不做,只打印信息,表示其被调用),设置新值函数Set, 打印成员值函数Print。再定义一个线类Line,线类是在公有继承点类的基础上,新增私有成员斜率S,并设计构造函数,拷贝构造函数,析构函数(可以什么都不做,只打印信息,表示其被调用),设置新值函数Set, 打印成员值函数Print以及其它你认为对访问此Line类对象有用的成员函数。并用此Line类定义对象,调用所有成员函数。尤其是考察构造函
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.54kb
    • 提供者:gongwen
  1. Expression-D.S.Report2

    0下载:
  2. 数据结构课程设计报告,算术表达式求值,自动辨别算符优先级,括号,将char型转换成int计算,再将结果显示,具有精美用户界面-data structure curriculum design, arithmetic expression evaluates automatically identify operator precedence, in brackets, char to int conversion type, the result shows that the user inte
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 自定义一个简单的日期类DateType,它具有数据成员y、m、d,用来表示当前日期的年、月、日。而后设计该类欲实现(完成)的功能,进而设计出相应的类成员函数。 例如,下面给出的“雏形”可用来实现对天的增加,比较两个日期是否相等,以及对日期的输出等操作。请完成各类成员函数,并编制主函数,说明DateType类对象,对定义的各成员函数进行调用,以验证它们的正确性。 class DateType { //自定义的日期类DateType int y,m,d //数
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.04kb
    • 提供者:fisherman
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com