搜索资源列表
checkarray
- 设计一个用于检查数组在使用时下标是否越界的类,如越界给出提示。(知识点:下标运算符的重载)。-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].
wu
- 幕上刷新一下,在看看你右下角时间前是不是有你爱人的名字了? 更多电脑小技巧-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
czsjf
- 1、本程序实现计算任意长的整数的加法运算. 以用户和计算机对话的方式,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的运算命令,然后程序就计算并显示出这两个数的运算。 2、本演示程序中,集合的元素限定为数字字符[‘0’~’9’]和字符‘,’与‘;’,输入字符可以任意长,输入形式以“回车符”为结束标志,串中字符顺序不限,且允许出现重复字符。 3、利用双向循环链表现实长整数的存储,每个结点含一个整形变量。输入的形式以回车结束,可以直接输入正数或负数。按中国对于长整数
Hash
- 1. 本程序是针对“人名”设计的哈希表。 2. 程序中人名为汉语拼音形式,共30个人名,取平均查找长度的上限为2.哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 3. 本程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入程序中规定的运算命令;相应的输入数据(滤去输入中的非法字符)和运算结果显示在其后。4.本程序是清华严蔚敏配套哈希表程序-1. This program is for " names" design of the
1027
- 这是一个中序线索建立二叉树的程序希望能给用的上的人一点提示 , -This is a clue in order to establish procedures for binary tree used in hopes of giving the person a little on the tips,
abc
- C语言算法简单优化技巧 -C language algorithm is simple and simple algorithm optimization techniques C-optimization tips
Dijkstra
- Dijkstra算法,矩阵存储在txt文件,有详细的提示和演示过程,在输出时也有排版。-Dijkstra algorithm, the matrix is stored in the txt file, with detailed tips and presentation process, when a layout in the output.
EvaluateExpression
- 数据结构经典程序,表达式求值,完整的程序,有详细的注释,执行时会有详细的提示,主要遵照于 严蔚敏《数据结构》 里面的表达式求值程序,对该程序进行完善。-Classic procedure data structure, expression evaluation, complete program, with detailed notes, there will be a detailed implementation tips, mainly in strict accordance with
suanfa
- 囊括经典算法三十个实例,对提示编程能力有很大帮助-Include classical algorithm thirty examples of the programming capabilities are very helpful tips
Algorithm
- 算法艺术与信息学竞赛-传说中的黑书,对算法技巧和思想的培养十分有用-Algorithm art and information science competitions- the legendary black book of tips and ideas to develop algorithms useful
xiaoxingyinghancidian
- 问题描述:设计一个英汉词典,支持Member的查找、插入、删除操作。 基本要求:实现字典的常用方法有:有序线性表(用二分检索实现)、AVL树(二叉搜索树)、Patricia Tree、散列表等,任选一种方法实现字典的操作,查找单词、插入单词(插入时,先查找,找不到插入,找到提示用户)、删除单词(删除时,先查找,找到删除,找不到提示用户)。字典是按字母顺序排列的,不能用顺序查找,插入或删除单词后,要保持字典的有序性。 测试数据:任一英文单词。 提高要求:选用两种以上的方法实现字典的操作
arithmetic
- 通过输入四则运算表达式,得出结果。会考虑表达式存在的各种问题,并给出提示。-The outcome by entering the four arithmetic expression. Will consider the problems of expression exists, and give tips.
parenthesis-matching
- 链栈的方式实现括号匹配的判断,匹配返回成功的提示,不匹配则提示哪个括号不匹配-Judgment chain stack way to achieve parenthesis matching, matching returns success tips, which does not match the prompt does not match brackets
kuohaopipei
- 利用堆栈实现的括号匹配算法,如果输入有错,给出提示。-Parenthesis matching algorithm using a stack to achieve, if the input is wrong, give tips.
1111
- 有三户人家共拥有一座花园,每户人家的太太均需帮忙整理花园。A 太太工作了5 天,B 太太则工作了4 天,才将花园整理完毕。C 太太因为正身怀六甲无法加入她们的行列,便出了90元。请问这笔钱如何分给A、B 二位太太较为恰当?A 应得多少元?90/(5+4)*5=$50 元?如果这么想你就上当了!正确答案是60 元。如果没想通的话再想想吧。 下面回答一个一般性的问题:假定A 太太工作了x 天,B 太太工作了y 天,C 太太出了90元,则A 太太应得多少元?输入保证二位太太均应得到非负整数元钱。三
njbus
- 数据结构,公交线路提示,采用的是图的算法 -Data structure, bus line tips, the use of the algorithm