资源列表
structLinkList
- 用单链表创建两个多项式,然后实现两个多项式的相加
trie_suffix.rar
- 后缀tire树(tire图),用于多字符串匹配。,Suffix tire tree (tire chart), for use in multi-string matching.
interpolation
- 给出插值算子的算法,牛顿法求解非线性方程,欢迎大家给出意见。-Interpolation operator is given algorithm, Newton method for solving nonlinear equations, welcome to give their views.
cx
- n皇后回溯算法,C语言编写的程序。能够学习使用-C language to program
yuesefuhuana
- 约瑟夫环的实现。。功能比较完整,用户界面比较友好,能够成功的进行环的循环。-Joseph Ring implementation. . Features more complete, the user interface is friendly to the success of the ring cycle.
TSP
- 一些小程序,有关于TSP问题的代码,这是数据结构老师安排的作业-Small programs, the code on the TSP problem, which is a scheduled job data structure teacher
Linked-list
- 这是一个顺序链表的实现,包括了链表的建立、插入/删除元素、打印操作-This is an order linked list implementation, including the establishment of the list, insert/delete elements, the print operation
Practic-fft
- Sample Fast Furier Transform
list
- 利用顺序表的操作,实现以下的函数。 (1) 从顺序表中删除具有最小值的元素并由函数返回被删元素的值。空出的位置由最后一个元素填补,若顺序表为空则显示出错信息并退出运行。 (2) 从顺序表中删除第i个元素并由函数返回被删元素的值。如果i不合理或顺序表为空则显示出错信息并退出运行。 (3) 向顺序表中第i个位置插入一个新的元素x。如果i不合理则显示出错信息并退出运行。 (4) 从顺序表中删除具有给定值x的所有元素。 (5) 从顺序表中删除其值在给定值s与t之间(要求s
yasuo
- 一个实现压缩功能的JAVA程序源代码,主要实现如下功能:将某一目录(包括其子目录)下所有符合条件的文件(如.jpeg文件)压缩到某一zip文件中。-A compression function of JAVA source code, mainly realizes the following functions: will a directory (including its directory) all meet the conditions of the files (such as jp
HFB2
- 在matlab平台下实现了简单的图片哈夫曼编码压缩,并比较了编码前后的压缩率-Huffman coding of picture using matlab
8queen
- python使用遗传算法解决八皇后问题,课程作业-python using genetic algorithms to solve the eight queens problem
