资源列表
corsair
- 一伙海盗抢劫一艘商船后,共截获重量不等的N 个金币。海盗试图按重量平分金币,但由于金币 不可分割,所以他们想确定最多可以将这批金币平均分给多少个海盗。请编写程序确定分配方案。 【输入】 输入包含两行: 第一行为一个正整数N,表示金币总数。 第二行包含N 个正整数,表示N 个金币的重量,以空格分隔。 【输出】 只有一行:包含一个正整数,表示输入给定的N 个金币最多可以平均分给多少个海盗。
Determining_lyapunov_exponents_from_a_time_series.
- 确定lyapunov指数的Matlab计算程序。-Lyapunov index to determine the Matlab program.
KNN_2011211651
- 应用KNN算法解决0到9的手写数字识别问题,效果在90 以上,内部有两个数据集,一个为训练集(7291个数据),一个为测试数据(2791个数据),程序采用MATLAB编写,另附有文档,程序简洁易懂-Application KNN algorithm to solve 0-9 handwritten digit recognition problem, the effect is more than 90 , the inside has two data sets, one for the tr
RealTimeWorksforUsewithSIMULINK
- 一篇关于SIMULINK实时设计的文章,很不错的资料,互相学习一下吧。-SIMULINK real-time design of an article on the article, very good information, learn from each other about it.
stl
- 读取stl文件,并将读取的数据显示在屏幕上(read stl files and show them on screen)
FuzzyClusteringToolbox
- 模糊聚类分析一般是指根据研究对象本身的属性来构造模糊矩阵,并在此基础上根据一定的隶属度来确定聚类关系,即用模糊数学的方法把样本之间的模糊关系定量的确定,从而客观且准确地进行聚类。聚类就是将数据集分成多个类或簇,使得各个类之间的数据差别应尽可能大,类内之间的数据差别应尽可能小,即为“最小化类间相似性,最大化类内相似性”原则。(Fuzzy clustering analysis generally refers to the construction of fuzzy matrix based on
tftb
- MATLAB时频分析工具箱,很红用,很好用,行了吧。靠。-tftb mmmmmmmmmmmmm
Matlab
- matlab , 时域仿真工具箱,特别适合用于时域信号的仿真。-matlab, simulation tool in time domain
CreateTin
- 这种算法主要用于生成TIN,效果很好,方法是自己写的,很实用-the method of creating tin
park
- 设计一个停车场系统,有一个停车场和一个便道。当当有车到达时,如果停车场内有空位,那么车进停车场;如没有空位就看便道是否有空位,如有就把车停入便道。如果便道也满了就停入别的停车场。-Design a parking system, there is a parking lot and a sidewalk. Dangdang a car arrives, if there is space parking lot, then drive into the parking lot if there
ch05
- System Models,types of models
Apriori
- 数据挖掘关联规则Apriori算法的研究与实现-Apriori algorithm realization process