资源列表

« 1 2 ... .20 .21 .22 .23 .24 24425.26 .27 .28 .29 .30 ... 28522 »

[数学计算/工程计算k_means

说明:k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-In statistics and machine learning, k-means clustering is a method of cluster analysis which aims to partition n observations into
<zhanguo> 在 2025-07-09 上传 | 大小:1kb | 下载:0

[matlab例程Fig_blind_signals_seperation

说明:用于盲信号分离的白化预处理程序,使用的是自然梯度算法。-A matlab program used for pre-whitening in blind signals seperation.
<ZJM> 在 2025-07-09 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Mod_Realloc

说明:采用FOR90语言编制的实现类似Delphi中Setlength的动态数组扩展功能。原有的FORTRAN90的动态数组在扩展时首先需要释放掉原有空间,即原有数据不能得以保存,而SetLength(A,N)则将A的长度动态设定为N,而保持原有数据。 这种动态数组在很多时候非常有用。-reallocated array a to newsize FORTRAN array while keeping the original data
<韧峰> 在 2025-07-09 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Mod_CPUTime

说明:一个用来实现CPU间计算的FORTRAN90模块M_CPUTime。在你的FORTRAN程序中,只要包含这一模块,就可以在你的主要算法运行前:Call GetStartTime(),在你的算法运行完成后Call GetEndTime()就可以在屏幕上打印出你的算法程序的耗时。主要用于FORTRAN程序设计中,各算法速度之间的比较。-A FOR90 module to count the expending time of some Fortran running tasks.
<韧峰> 在 2025-07-09 上传 | 大小:1kb | 下载:0

[数值算法/人工智能bbeee

说明:定义并实现一个整数集合类int_set,集合类中cur_size表明当前集合中有几个整数,集合中最多含max_size个整数,存放集合元素的数组是动态的。要求提供的方法有: (1)增加一个整数到集合中; (2)从集合中去掉一个元素; (3)判断一个元素是否在集合中; (4)重载<<运算法,输入集合;重载>>运算符输出集合; (5)分别实现集合的交、并、差运算。 -Defined and implemented a se
<杨锋> 在 2025-07-09 上传 | 大小:1kb | 下载:0

[matlab例程Text1

说明:eropyjpm ub90smipynurt b-wcf tweiotn vwoiuwertb e
<liurongbin> 在 2025-07-09 上传 | 大小:1kb | 下载:0

[数值算法/人工智能args-zhong-de-zi-fu-jin-xing-yun-suan

说明:将args中的字符转换成数值进行运算,能让你实现此功能!-Args characters will be converted into value for calculations, allows you to implement this feature!
<陈胜泉> 在 2025-07-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法shunxubiao

说明:简单顺序表的实现,vc++操作环境。代码短小精悍-Simple realization of the order of the table, vc++ operating environment. Code is short and pithy
<张穑> 在 2025-07-09 上传 | 大小:1kb | 下载:0

[matlab例程phaseshort

说明:长周期光纤光栅有着很广泛的应用前景,关于长周期光纤光栅的理论分析也很成熟,而具体如何实现其传输谱特性的 仿真却报道很少-Long-period fiber grating has a very broad application prospects, on the theory of long-period fiber grating analysis is also very mature, and specifically how to achieve its transmission
<zhaohaij> 在 2025-07-09 上传 | 大小:1kb | 下载:0

[matlab例程EXP2-1

说明:加权隐格式求解1维扩散方程,函数形式,附简单例子,-Weighted implicit scheme for solving one-dimensional diffusion equation
<icespirit> 在 2025-07-09 上传 | 大小:1kb | 下载:0

[matlab例程lptinsimplecurve

说明:matlab代码,判定点是否在简单封闭曲线(允许非凸)内部。曲线必须以点集形式给出。-matlab code, to determine the relation between a point and a simple closed curve(allow non-convex). Curve must be given in the form set of points.
<icespirit> 在 2025-07-09 上传 | 大小:1kb | 下载:0

[matlab例程ODiOWB

说明:ODI和OWB的差别 数据仓库ETL两种不同的转化~适合初学者-The difference between ODI and OWB Data Warehouse ETL Transformation ~ for two different kinds of beginners
<xiaosing> 在 2025-07-09 上传 | 大小:1kb | 下载:0
« 1 2 ... .20 .21 .22 .23 .24 24425.26 .27 .28 .29 .30 ... 28522 »

源码中国 www.ymcn.org