资源列表
415782
- 遗传算法数值法确定色谱吸附等温线基于线上求解法()
serien
- 马尔可夫链,蒙特卡洛方法,数值模拟 matlab程序()
kdtree
- 基于PCL的kdtree,可以根据给定的搜索范围搜索近邻点(you can get the nearest points in the given range by kdtree based on the PCL)
8576-顺序线性表的基本操作
- 顺序表是在计算机内存中以数组的形式保存的线性表,是指用一组地址连续的存储单元依次存储数据元素的线性结构。(The sequence table is a linear table stored in the form of an array in computer memory. It refers to a linear structure that stores data elements sequentially in a continuous storage unit.)
8589-银行客户平均等待时间
- 经典问题的标准算法:银行客户平均等候时间,要算等候时间和算逗留时间不同(The standard algorithm of the classic problem: the average waiting time of the bank customer is different from the waiting time and the time of the stay.)
8592-KMP算法
- 实现KMP算法。KMP算法是一种改进的字符串匹配算法,由D.E.Knuth,J.H.Morris和V.R.Pratt同时发现,因此人们称它为克努特--莫里斯--普拉特操作(简称KMP算法)。(Implement the KMP algorithm. KMP algorithm is an improved string matching algorithm. It is discovered by D.E.Knuth, J.H.Morris and V.R.Pratt simultaneousl
8606-二叉树的构建及遍历操作
- 实现二叉树的遍历操作,属于数据结构基础算法,代码能够顺利运行,运行环境是ColdBlick。(The traversing operation of two forked tree belongs to the basic algorithm of data structure, the code can run smoothly, and the running environment is ColdBlick.)
KMP
- KMP算法 最常用的用于字符串处理的算法(KMP Algorithm for string processing)
数据结构与数据库实验
- 编程实现表的定义及常用操作:1)判断表示表是否为空;2)获取第i个节点的内容;3)删除;4)插入(Programming definition and common operation of the table: 1) judge whether the table is empty; 2) get the content of the i-th node; 3) delete; 4) insert)
dijkstra
- 用python3实现dijkstra srearch(do dijkstra srearch with python3)
归并排序作业
- 归并排序,一种比较快速,效率较高的排序方法(Merging sorting, a faster and more efficient sorting method. And also I love this method.)
CayAVL
- AVL Tree code in c++, cay AVL