资源列表
LBM_ jet
- 基于lbm方法的一个射流程序,用matlab编写,简单易懂,帮助理解晶格玻尔兹曼方法(LBM-Rough jet model)
柔性加工车间遗传算法调度
- 针对柔性车间调度编程,并且有MFC界面可以调试(For flexible shop scheduling programming, and MFC interface can be debugged)
Gravity earth tide
- 计算重力固体潮,通过展开计算地球上任意时空位置的重力固体潮,并且给出示例(Calculation of gravity earth tide)
Copy_of_HHT0
- 正弦信号加汉宁窗调制,快速傅里叶变换,生成激励信号(Sinusoidal signal modulation Hanning window)
Simple_TOA
- code for toa estimation
Ch 33. Matlab Codes
- code matlab for practice
Ch 32. Matlab Codes
- POSITIONING IN LTE code matlab
Ch 29. Matlab Codes
- DIGITAL SIGNAL PROCESSING IN GNSS RECEIVERS
Ch 28. Matlab Codes
- OVERVIEW OF GNSS SYSTEMS
libsvm-3.20
- 根据训练数据,使用SVMlib 学习TrainLetter.txt的linear SVM models, 进而预测测试数据TestLetter.txt的分类结果(According to the training data, the TrainLetter.txt linear SVM models is learned by using SVMlib, and then the classification results of the test data TestLetter.txt are
遗传算法求解VRP问题的技术报告
- 本文通过遗传算法解决基本的无时限车辆调度问题。采用车辆和客户对应排列编码的遗传算法,通过种群初始化,选择,交叉,变异等操作最终得到车辆配送的最短路径。通过MATLAB仿真结果可知,通过遗传算法配送的路径为61.5000km,比随机配送路径67km缩短了5.5km。此结果表明遗传算法可以有效的求解VRP问题。(In this paper, genetic algorithm is used to solve the basic vehicle scheduling problem without
普里姆算法最小生成树
- 数据结构之普里姆算法最小生成树(图的相关应用)(data structure of minimum spanning tree-using Prim(application og graph))