-
k-means algorithm
用java程序实现文档集合聚类的k-means算法。
- 2022-01-27 12:52:24下载
- 积分:1
-
快速排序程序
快速排序程序-Quick sort program
- 2022-06-27 17:51:11下载
- 积分:1
-
数据结构与算法
主要是关于数据结构预算法的书籍,使用c语言编写,我个人认为本书很适合初学者,对我而言收获实在是很大,我很喜欢这本书
- 2022-07-07 22:43:35下载
- 积分:1
-
several interpolation commonly used numerical calculation method, the numerical...
几种常用的内插数值计算方法,对经常数值计算的人有帮助-several interpolation commonly used numerical calculation method, the numerical calculation of regular people to help
- 2022-01-26 06:57:54下载
- 积分:1
-
1个LZW算法
一个LZW算法的实现,自带界面,可以压缩图片,文本文件等,还可以查看压缩率,压缩时间等
- 2022-07-18 05:21:01下载
- 积分:1
-
particle filter
unlike kalman filter this filter is more suitable to deal with nonlinear data types. the source code is of omnet++ simulators. which contains a c++ file and other two files is used for network description and the general initialization files.
- 2022-01-28 02:07:30下载
- 积分:1
-
聚类算法对无线网络节点的影响
自己编的,使用kmeans对网络节点进行划分,尽可能使路径最短,从而使无线网络收集点移动的距离最短
- 2022-03-13 22:27:19下载
- 积分:1
-
三角网存储于显示
资源描述
既可以动态鼠标取点建立TIN,也可以读取文件,有点线面的标注,同时,设置了线宽线形字体颜色等功能,利用凸包法进行建立。适合初学者。
- 2022-03-12 19:24:54下载
- 积分:1
-
It is the DOS environment to develop a mathematical calculation software, the ma...
它是在DOS环境下开发的数学计算软件,菜单中主要的一种是“有限元法”,使用的编程语言是C语言,解压无需密码。-It is the DOS environment to develop a mathematical calculation software, the main menu is a "finite element method", the use of the C programming language is the language, extract no password is required.
- 2023-01-04 08:40:03下载
- 积分:1
-
MOEA framework
应用背景The MOEA Framework is a free and open source Java library for developing and
experimenting with multiobjective evolutionary algorithms (MOEAs) and other
general-purpose multiobjective optimization algorithms. The MOEA Framework
supports genetic algorithms, differential evolution, particle swarm
optimization, genetic programming, grammatical evolution, and more. A number of
algorithms are provided out-of-the-box, including NSGA-II, NSGA-III, ε-MOEA,
GDE3 and MOEA/D. In addition, the MOEA Framework provides the tools necessary
to rapidly design, develop, execute and statistically test optimization
algorithms.关键技术Its key features includes:
* Fast, reliable implementations of many state-of-the-art algorithms
* Extensible with custom algorithms, problems and operators
* Supports master-slave, island-model, and hybrid parallelization
&n
- 2022-02-28 22:09:39下载
- 积分:1