资源列表
FunctionApproximation
- 使用C++实现BP神经网络拟合函数f(x)=sin(x)+cos(x)-Using C++ to achieve BP neural network fitting function f (x) = sin (x)+ cos (x)
matlab-computer-language
- matlab教程,类似计算机语言,很适合初学者的学习教程。-matlab tutorial, similar to computer language, it is suitable for beginners to learn tutorial.
hough-circle
- opencv 霍夫圆检测 c++实现 编译环境是visual studio 2015-opencv hough circle
MATLAB与机器学习
- 此为机器学习中的常见算法的matlab代码,代码注释详细,易上手(This is a common algorithm in machine learning matlab code, code comments in detail, easy to use)
matlab-face-recognition-0008_www.matlabsite.com.z
- it s a face recognition source code.it has its own
RANSAC
- ransac算法对特征点找到最好的模型匹配对,消除一些有缺点的误匹配-the ransac algorithm to find the best model matching feature points to eliminate some shortcomings mismatching
Dynamic_program
- 这是美国麻省理工学院的有关动态规划与随机控制方面的课件,希望对学习动态规划和随机控制方面对大家有所帮助。-This is the Massachusetts Institute of Technology on Dynamic Programming and Stochastic Control in courseware, want to learn dynamic programming and stochastic control to all of us help.
binaryTree
- 数据结构课程作业:实现二叉树基本功能及一些扩展功能,包括镜像,树的相等判断等-to realize basic functions of binary tree and some expended funcitons such as mirror.
TradingStrat
- matlab程序化回测平台 可以用于策略回测-matlab tradingstrat for backtest
容量计算V1.1
- 容量计算V1.1.rar
1
- 刘大有数据结构课件,吉林大学软件学院知名教授编写的教学课件,很给力-Much data structures courseware Liu, Jilin University School of well-known professor of software written courseware, is to force
ExternalSorting
- C++实现的external sorting算法,将文件分块后进行sort-merge最后实现排序-C++ implementation of the external sorting algorithm, divide the large file into blocks and use the sort-merge mechanism