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

搜索资源列表

  1. checkarray

    0下载:
  2. 设计一个用于检查数组在使用时下标是否越界的类,如越界给出提示。(知识点:下标运算符的重载)。-Used to check the design of a current array subscr ipt is in the use of cross-border class, such as cross-border give tips. [Knowledge points: subscr ipt operator overloading].
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5kb
    • 提供者:王清
  1. wu

    0下载:
  2. 幕上刷新一下,在看看你右下角时间前是不是有你爱人的名字了? 更多电脑小技巧-Click on screen to refresh, to see you at the bottom right corner of time before there is you are not a lover' s name? More computer tips
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:243.23kb
    • 提供者:jun
  1. czsjf

    0下载:
  2. 1、本程序实现计算任意长的整数的加法运算. 以用户和计算机对话的方式,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的运算命令,然后程序就计算并显示出这两个数的运算。 2、本演示程序中,集合的元素限定为数字字符[‘0’~’9’]和字符‘,’与‘;’,输入字符可以任意长,输入形式以“回车符”为结束标志,串中字符顺序不限,且允许出现重复字符。 3、利用双向循环链表现实长整数的存储,每个结点含一个整形变量。输入的形式以回车结束,可以直接输入正数或负数。按中国对于长整数
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:4.84kb
    • 提供者:莫雨
  1. Hash

    0下载:
  2. 1. 本程序是针对“人名”设计的哈希表。 2. 程序中人名为汉语拼音形式,共30个人名,取平均查找长度的上限为2.哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 3. 本程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入程序中规定的运算命令;相应的输入数据(滤去输入中的非法字符)和运算结果显示在其后。4.本程序是清华严蔚敏配套哈希表程序-1. This program is for " names" design of the
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:7.11kb
    • 提供者:lt
  1. 1027

    0下载:
  2. 这是一个中序线索建立二叉树的程序希望能给用的上的人一点提示 , -This is a clue in order to establish procedures for binary tree used in hopes of giving the person a little on the tips,
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.03kb
    • 提供者:金希希
  1. abc

    0下载:
  2. C语言算法简单优化技巧 -C language algorithm is simple and simple algorithm optimization techniques C-optimization tips
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2.6kb
    • 提供者:林海涵
  1. Dijkstra

    0下载:
  2. Dijkstra算法,矩阵存储在txt文件,有详细的提示和演示过程,在输出时也有排版。-Dijkstra algorithm, the matrix is stored in the txt file, with detailed tips and presentation process, when a layout in the output.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:395.23kb
    • 提供者:lin
  1. EvaluateExpression

    0下载:
  2. 数据结构经典程序,表达式求值,完整的程序,有详细的注释,执行时会有详细的提示,主要遵照于 严蔚敏《数据结构》 里面的表达式求值程序,对该程序进行完善。-Classic procedure data structure, expression evaluation, complete program, with detailed notes, there will be a detailed implementation tips, mainly in strict accordance with
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:340.71kb
    • 提供者:lin
  1. suanfa

    0下载:
  2. 囊括经典算法三十个实例,对提示编程能力有很大帮助-Include classical algorithm thirty examples of the programming capabilities are very helpful tips
  3. 所属分类:Data structs

    • 发布日期:2017-06-12
    • 文件大小:18.43mb
    • 提供者:xizhang
  1. Algorithm

    0下载:
  2. 算法艺术与信息学竞赛-传说中的黑书,对算法技巧和思想的培养十分有用-Algorithm art and information science competitions- the legendary black book of tips and ideas to develop algorithms useful
  3. 所属分类:Data structs

    • 发布日期:2017-06-11
    • 文件大小:17.52mb
    • 提供者:时间轴
  1. xiaoxingyinghancidian

    0下载:
  2. 问题描述:设计一个英汉词典,支持Member的查找、插入、删除操作。 基本要求:实现字典的常用方法有:有序线性表(用二分检索实现)、AVL树(二叉搜索树)、Patricia Tree、散列表等,任选一种方法实现字典的操作,查找单词、插入单词(插入时,先查找,找不到插入,找到提示用户)、删除单词(删除时,先查找,找到删除,找不到提示用户)。字典是按字母顺序排列的,不能用顺序查找,插入或删除单词后,要保持字典的有序性。 测试数据:任一英文单词。 提高要求:选用两种以上的方法实现字典的操作
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:928byte
    • 提供者:姚伦帮
  1. arithmetic

    0下载:
  2. 通过输入四则运算表达式,得出结果。会考虑表达式存在的各种问题,并给出提示。-The outcome by entering the four arithmetic expression. Will consider the problems of expression exists, and give tips.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.3kb
    • 提供者:穆清
  1. parenthesis-matching

    0下载:
  2. 链栈的方式实现括号匹配的判断,匹配返回成功的提示,不匹配则提示哪个括号不匹配-Judgment chain stack way to achieve parenthesis matching, matching returns success tips, which does not match the prompt does not match brackets
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:753.2kb
    • 提供者:libin
  1. kuohaopipei

    0下载:
  2. 利用堆栈实现的括号匹配算法,如果输入有错,给出提示。-Parenthesis matching algorithm using a stack to achieve, if the input is wrong, give tips.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:12.87kb
    • 提供者:山东蓝翔
  1. 1111

    0下载:
  2. 有三户人家共拥有一座花园,每户人家的太太均需帮忙整理花园。A 太太工作了5 天,B 太太则工作了4 天,才将花园整理完毕。C 太太因为正身怀六甲无法加入她们的行列,便出了90元。请问这笔钱如何分给A、B 二位太太较为恰当?A 应得多少元?90/(5+4)*5=$50 元?如果这么想你就上当了!正确答案是60 元。如果没想通的话再想想吧。 下面回答一个一般性的问题:假定A 太太工作了x 天,B 太太工作了y 天,C 太太出了90元,则A 太太应得多少元?输入保证二位太太均应得到非负整数元钱。三
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8.43kb
    • 提供者:zhao
  1. njbus

    0下载:
  2. 数据结构,公交线路提示,采用的是图的算法 -Data structure, bus line tips, the use of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:274.93kb
    • 提供者:靳以2002
搜珍网 www.dssz.com