资源列表
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
TAstronaut
- 现对六个方向分别标号,x,y,z正方向分别为0,1,2,负方向分别为3,4,5;称它们为绝对方向。宇航员在宇宙中只沿着与绝对坐标系xyz轴平行的方向行走,但是他不知道自己当前绝对坐标和自己面向的绝对方向。 任务描述: 请根据宇航员对自己在相对方向上移动的描述确定宇航员最终的绝对坐标和面向的绝对方向。对在相对方向上移动的描述及意义如下: forward x 向前走x米。 back x 先转向后,再走x米。 left x 先转向左,再走x米。 right x 先转
qichexiaoshou
- 这是一个关于汽车销售集团的网站,有空看看哈。-This is a group of car sales websites, go look at Kazakhstan.
python核心编程(第二版)
- Python是纯粹的自由软件, 源代码和解释器CPython遵循 GPL(GNU General Public License)协议。Python语法简洁清晰,特色之一是强制用空白符(white space)作为语句缩进。 Python具有丰富和强大的库。它常被昵称为胶水语言,能够把用其他语言制作的各种模块(尤其是C/C++)很轻松地联结在一起。常见的一种应用情形是,使用Python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写,比如3D游戏中的