资源列表
reshensaibiaocheng
- 计算客第二届计算之道比赛的热身赛标程,在官方qq群拿到的-Calculated off the second channel calculation of the standard process warm-up match
HeapSort
- 堆排序非递归实现 代码注释详细,简单易懂-heapsort no recursion
permutations-and-combinations
- 经典DFS排列组合算法,简洁代码极易懂,使用DEV编写并编译,参加算法比赛必备算法- Classic DFS permutations and combinations algorithm, concise code is very easy to understand, the use of DEV to prepare and compile, to participate in the algorithm game algorithm
BFS-algorithm-learning
- BFS经典算法,准备比赛时自己写的,一看即懂。里面有比较详细的算法介绍,可供学习参考。-BFS classic algorithm, ready to play when they write, a look that is to understand. There are more detailed algorithm introduced, available for study and reference.
demo
- Vc++完整源码:实现二叉树的建立与先序遍历-Build Binary Tree
zhongxinchafen
- 通过中心差分方法简单计算振动系统的响应。-The response of the vibration system is simply calculated by the central difference method.
algs4
- 算法(第四版)随书源码,JAVA语言实现,经典-Source codes of Algorithms(4th edition), which is realized in JAVA and quite classical
shujujiegoukeshe
- 一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正整数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。 [基本要求] (1) 从键盘读入一个合法的算术表达式,输出正确的结果。 (2) 显示输入序列和栈的变化过程。-An arithmetic expression is
shujujiegou
- 编制一个将待格式化的文本按照一定的版面要求重新排版并输出到文件的程序 [基本要求] (1)文本文件非空且以文本文件形式存放(为空没有格式化意义)。输入输出文件名均由用户从键盘输入。 (2)字的定义:由非(‘@’,‘ ’(空格))的任意ASCII码字符组成。 (3)文本文件的定义:由字母字符,数字字符,空格和可以用ASCII代码显示的字符组成。‘@’只表示换行的意义。‘ ’(空格)只表示一个字的结束的意义。 (4)任何完整的字都没有被分割在两行:,行尾不齐没关系,但要实现左对齐
1003(AC)
- 北京大学online judge poj 1003 AC 搭木块
1004(AC)
- 北京大学online judge poj 1004 AC
1005
- 北京大学online judge poj 1005
