搜索资源列表
怎样用算法语言编程序
- 算法对于编程来说很重要,本文结合数学对算法进行了很深入的研究,讲解很深刻,看懂需要很扎实的数学功底才行。-for programming algorithm is very important in this paper, and mathematical algorithms to a very in-depth study on the deep need to understand very solid mathematical foundation it.
time_serial
- 哦用java写的时间序列模型预测的算法程序,(基于季节波动的时间序列模型)-used to write java time series model predictive algorithm procedures (based on the seasonal fluctuations of the time series model)
利用双向走动法改进冒泡排序算法C语言源代码
- 传统的冒泡排序法是这样操作:从前往后,依次比较两个相邻的元素,如果逆序则交换这两个元素值,然后继续往后操作;到了数据尾部时,就找出了一个最大值(或最小值)。然后重复上面的操作n-1次(n为元素个数)。相关的改进办法:按照上面的办法来操作的话,第一次扫描把最大数(或最小数)放到最后面的位置,第二次扫描时其实只需要扫描到倒数第二个位置就可以了,因为最后一个位置已经不需要判断了,以后的操作都是类似的。这样可以减小程序运行时间。-traditional Bubble Sort method is ope
binarytreetravel
- 一个可以以图形方式直观表示的树状二叉树算法程序,可以实现生成和遍历.-to be a graphic visual representation of the tree binary tree algorithm can achieve generation and traversal.
fft_xs
- FFT快速傅立叶算法程序-FFT fast Fourier algorithm
yichuanDemo
- 一个java实现的遗传算法程序,风格清晰明了,十分适合初学者学习使用-java a genetic algorithm to achieve the procedure, clarity of style that is well suited to beginners learning to use
Cyuyanshuzhisuanfadaquan
- 程序设计之算法c语言数值算法程序大全 -procedures designed algorithm c language numerical algorithm procedures Solutions
LinkExtractor
- 名称:基于JAVA语言提取网站内部URL的算法 程序名称:LinkExtractor -name : Based on the Java language website extraction algorithm internal procedures URL names : LinkExtractor
欧拉回路的程序和说明
- 欧拉回路的算法和程序说明-Euler algorithm and circuit descr iption of the procedures
C程序优化3
- C程序优化 算法篇-C program optimization algorithm Part
常用算法
- C常用算法程序集-徐士良著
matlab 算法集合
- 100个经典的算法的Matlab程序源代码,附有注释,是学习应用的好资料
遗传算法C语言程序
- 浅显易懂的遗传算法C语言程序
RSSI定位php算法源程序
- 基于RSSI定位的php算法程序
Dijkstra
- 一个基于JAVA的Dijkstra算法程序,可用于仿真中作为路由算法的一个组件.包含网络拓扑及使用方法的代码.-JAVA based on the Dijkstra algorithm procedure can be used for simulation as a component of routing algorithm. Contains network topology and how to use the code.
Best
- java遗传算法程序,采用标准遗传算法求解函数的一个例子。-java genetic algorithm process, the use of standard genetic algorithm function of a case in point.
GA_Assembly
- JAVA编的遗传算法程序,解决装配车间排序问题-JAVA program for the genetic algorithm to solve the assembly shop scheduling problem
jbyqsftsp
- 基本蚁群算法程序:讲的是蚂蚁利用自己的记忆和更新机制并利用移动规则从而对线路进行优化并找到最优路线-Basic ant colony algorithm program: tell the ants use their own memory and update mechanism and use Rules to move on line and find the best route to optimize
AqiTest
- 用于api空气指数的计算算法,简单地根据api指数进行编程的java代码(Calculation algorithm for api air index)
CoSaMP算法
- 压缩感知算法——CoSaMP算法程序。已经试过,程序正确无误。