资源列表
xiaoyuanpingmiantu
- 用C语言实现校园平面图线路查询,给出最优线路-Using C language to achieve campus plan line query, give the optimal line
huiwenpanduan
- 利用堆栈和队列分别存储输入的字符串,再分别出栈和出队列实现回文的判断-Stacks and queues are stored using the input string, and then stack and a queue, respectively, to achieve a palindrome judgments
basicoperation_forstring
- 包括字符串的一些基本操作如构建一个定长顺序存储表示的字符串以及堆分配表示的字符串,还包括了字符串的经典算法kmp算法-Including a number of basic operations such as the string to build a fixed-length strings, as well as the order is stored, said that the string heap allocation, but also includes a string of
polynomial
- 数值算法,用链表实现多项式的运算,加减乘除-Numerical algorithm, using the list to achieve polynomial operations, Math
Cpp_struct_ch02
- data structure code for C++ ch2
guangyibiaofanxu
- 广义表的反序 逆置广义表的递归模型如下: F(LS) = null 若 LS 为空 F(LS) = LS 若 LS 为原子,且 tail(LS) 为空 F(LS) = append( F(tail(LS)), head(LS) ) 若 LS->tag=0 ,且 LS->tp!=null F(LS) = append( F(tail(LS), F(head(LS)) ) 若 LS->tag=1
dianbao
- 根据第一次输入的字母形成哈夫曼编码,下一次的电报内容即可译成0,1的形式,反之也可以翻译成字母-According to the first letters form the input Huffman coding, the next time the telegraph in the form of content can be translated into 0 and vice versa can also be translated into letters
Dijkstra_v1.0_SourceCode
- Delphi6.0编写的Dijkstra算法的例子,用在数学建模上的程序。源码自带数据。-The Dijkstra algorithm example Delphi6.0 written, the procedures used in the mathematical modeling. Source comes with the data.
chitangyejiangcaiseyu
- 池塘夜降彩色雨,数据结构课程设计源程序,可以运行,没有错误,是我同学给我的
Solutions.for.Introduction.to.al
- 麻省理工大学 算法导论 英文文档 感受顶尖大学魅力-Introduction to Algorithms MIT top universities feel the charm of the English document
tushuguanlxit
- 1. 图书信息包括:序号、书名、作者、出版单位、价格。 2. 系统以菜单方式工作。 3. 图书信息录入功能(图书信息用文件保存)--输入。 4. 图书信息的删除与修改功能。 5. 图书信息浏览功能--输出。 6. 查询功能--算法:(按书名/作者查询)。 7. 排序功能--算法:(按书名排序/按价格排序)。 8. 图书购买功能:统计选购图书的总价,给出清单,屏幕输出参考以下的实际购书单。 -1 book inform
Horseridingboard
- 利用Java语言实现马踏棋盘问题,图形化界面,附带背景图片。-Using Java language horse riding chessboard, graphical interface, with a background image.
