资源列表
715927
- 介绍了几个用c语言编写的插值算法,程序简单,实用,很有帮助,()
0310099
- 采用最近邻策略,最短链接策略,插入启发式策略求出TSP问题的最优解,()
997142
- 龙格---库塔方法是求解微分方程比较常用的方法,在理解数学上是怎么一回事后,编制这个程是相当容易的,就是个迭代的过程 步长的()
excrptionoperates
- 可以进行曲线回归拟合算法的四参数算法,函数为 y (a-d) (1+(x c) b) +d ec50 m 为其主要函数()
fbtzv
- 可以用黄金分割和斐波那契算法实现优化,只要改变相应的参数就可以用了()
mxcoangecombo
- 新型数值计算方法--无网格MLPG法的应用()
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
dijkstra
- 用python3实现dijkstra srearch(do dijkstra srearch with python3)
train
- C++题目 信息学奥赛的车厢调度题 题干请自行查阅(An NOIP Question Train Station find the question on Internet)
Dijkstra
- Dijkstra算法c语言实现,c头文件(Dijkstra algorithm implementation)
vehsice
- ACM 第10318 Solve It()
Longest common subsequence
- 用动态规划思想设计实现最长公共子序列问题,用贪心思想设计实现活动安排问题,并且用不同数据量进行对比分析。(We use dynamic programming theory to design the longest common subsequence problem. We use greedy thought to design the activity scheduling problem, and compare it with different data volume.)