资源列表
CPP_Link_Queue_Template
- 用C++编写的队列是用链表实现的一个模版,用VS2012可以直接运行-Written by C++ queue is implemented using a template list, you can directly run by VS2012
IEEE754
- 将单精度浮点数的IEE754表示解析为实数,采用两种方法:移位法和指针转换法。-Analyse the float point number
Btrade
- 创建二叉树,并实现二叉树的先序、中序、后序遍历。-realize the traversal of binary tree
The-shortest-path
- 用Dijkstra算法和Floyd算法实现最短路径,代码比较详细。-To realize the shortest path
dynamicsvm
- 动态SVM算法,可实现模型的在线实时更新,里面的数据需要根据自己的实际数据改变,为一多输入单输出的拟合预测模型。-Dynamic SVM algorithm can achieve real-time updates online model, the data inside the data according to their actual needs change, fitting prediction model is a multi-input single-output.
fcmsvm
- fcm-svm模型,用来处理连续型数据的拟合预测建模,想用SOM算法将连续性数据离散化,paosvm为改进的粒子群优化SVM参数的算法。数据可根据自己的进行替换-fcm-svm model fit to handle continuous data, predictive modeling, would like to use SOM algorithm continuity discrete data, paosvm of improved particle swarm optimizatio
KMP
- KMP算法和KMP改进算法实现,数据结构,字符串匹配算法-KMP KMP algorithm and improved algorithms, data structures, string matching algorithm
shape
- 基类虚函数,容器的范例,求多个图形面积的源程序程,全部工程文件。-source program example,use base class ,public,virtual function,to get the area of different diagrams.include all project
score
- 华为上机考试测试试题,实现观众与大众评委的评分。-Huawei-on exam test questions, the audience and the general public to realize the judges score.
kechongfuzuhewentixiangjie
- 有 n 个不同的元素,每个元素可以选多次,一共选 k 个元素,有多少种选法?例如, n=3,k=2 时,有(1,1), (1,2), (1,3), (2,2), (2,3), (3,3), 共 6 种选法。-There are n distinct elements, each element can be selected multiple times, for a total choose k elements, there are many kinds of election law?
CKLIB
- Reaction mach for fortran
read_data2d_d03_new
- 读取netcdf数据格式文件,并写成netcdf数据格式文件-read and write the netcdf data with fortran