资源列表
KMEANS
- K-MEANS算法 输入:聚类个数k,以及包含 n个数据对象的数据库。 输出:满足方差最小标准的k个聚类。 处理流程: (1) 从 n个数据对象任意选择 k 个对象作为初始聚类中心; (2) 循环(3)到(4)直到每个聚类不再发生变化为止 (3) 根据每个聚类对象的均值(中心对象),计算每个对象与这些中心对象的距离;并根据最小距离重新对相应对象进行划分; (4) 重新计算每个(有变化)聚类的均值(中心对象)
BP
- 一个BP网络的C++源码。和大家分享下。有付出才有回报。
music
- 均匀线阵的MUSIC算法MATLAB仿真 需要的下载共享哦
Ellipsometer
- 连续波长的椭偏测量可定出物质的色散关系,从而提供对电子能谱结构或声子谱结构的 了解。红外波段相应于物质的晶格振动,化学基团振动等,这一区域的研究会吸引人们的关注。
bank
- 银行家算法的实现,操作系统的实验,附带实验报告。
ACM
- 是计算机专业的学生好东西,对于向c++及c方面发展的学生,这是美国acm编程大赛的算法,很有好处
RoboticToolbox
- The Robotics Toolbox provides many functions that are useful in robotics such as kinematics, dynamics, and trajectory generation. The Toolbox is useful for simulation as well as analyzing results from experiments with real robots.
SHUJUJIEGOU
- 清华 严蔚敏《数据结构》的全部代码实现(C语言),希望大家喜欢
ncm
- Toolbox for Numerical Computing with MATLAB (by Cleve Moler). Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numerical methods, Matlab, and technical computing. The emphasis is on in- formed u
Numerical_Computing_with_MATLAB
- Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numerical methods, Matlab, and technical computing. The emphasis is on in- formed use of mathematical software. We want you learn enough about the mathe-
puma3dfiles
- 6自由度puma机器人仿真程序源码。This is PUMA3d.M, a 3D Matlab Kinematic model of a Puma robot located in the robotics lab of Walla Walla University. The file uses CAD data converted to Matlab using cad2matdemo.m, which is located on the Mathworks central file ex
Cheby
- Cheby 四种基本滤波器