-
一个利用KDD1999数据集而完成的改进K
一个利用KDD1999数据集而完成的改进K-means聚类算法的实现.-A use of data sets KDD1999 completed to improve the K-means clustering algorithm.
- 2022-01-25 16:52:25下载
- 积分:1
-
包括高斯正算公式,中央经线以及高斯反算公式
包括高斯正算公式,中央经线以及高斯反算公式-Including the Gaussian formula for positive operators, the central meridian, as well as anti-Gauss formula
- 2022-07-14 00:44:08下载
- 积分:1
-
c#音乐播放器
请点击主窗口右上角的“?”帮助按钮,即有对应的功能介绍和作者信息~~~~友情提示:在win7系统下运行才可达到最好的美化效果!!!如果喜欢的话,记得给好评哦,亲~
- 2023-08-13 10:30:04下载
- 积分:1
-
数据结构-算法-C语言-Demo
#ifndef _BINARY_TREE_H_INCLUDED#define _BINARY_TREE_H_INCLUDED#include #include templatestruct Bintree_node {T element;Bintree_node* lchild;Bintree_node* rchild;explicit Bintree_node(const T& elem=T(), Bintree_node* lchd=0, Bintree_node* rchd=0): element(elem), lchild(lchd), rchild(rchd) {}};templateclass Binary_tree {public:typedef Bintree_node* PBtn;Binary_tree();virtual ~Binary_tree();void clear();int depth() const;int size() const;virtual PBtn find(const T& elem) const=0;virtual void insert(const T& elem)=0;virtual void erase(const T& elem)=0;virtual void print(std::ostream& output) const=0;void print_tree(std::ostream& output) const;protected:
- 2022-01-29 04:39:50下载
- 积分:1
-
一个tabu search算法框架
一个tabu search算法框架-a tabu search algorithm framework
- 2022-01-27 18:23:08下载
- 积分:1
-
用动态规划法实现TSP旅行商问题
资源描述
用动态规划法实现TSP旅行商问题,此算法中我们用C++语言实现。
程序输入一个文本文件,文件中有三列,每一行表示图中的一条信息,例如:
0 1 6 #表示从0节点到1节点需要花费6
1 3 4 #表示从1节点到3节点需要花费4
就这样把有向图的每一条有向边表示出来,按照这样的格式写在一个txt文件中,作为程序输入,然后再输入你从哪个城市出发,程序可以输出一条最佳路径,并算出代价。
- 2022-06-15 23:14:56下载
- 积分:1
-
178个C语言算法源码
c语言基本算法的源码```````````比较基本```好吧``我是新手什么都不懂```先要点积分看看其他源码是怎么写的
- 2023-06-12 18:20:03下载
- 积分:1
-
数值分析中的循环赛程表问题,程序中含有运动员人数输入界面,在界面中可进行运动员人数的输入。...
数值分析中的循环赛程表问题,程序中含有运动员人数输入界面,在界面中可进行运动员人数的输入。-Numerical analysis of the issue cycle calendar, the program contains a number of athletes input interface, the interface can input the number of athletes.
- 2022-07-12 07:38:00下载
- 积分:1
-
基于matlab的视频对象的纹理分割
该算法用matlab编程实现视频对象的纹理分割,经验证该算法的分割效果很好,希望对大家有帮助。尤其希望对做视频编码的新手有帮助。
- 2022-02-25 14:47:55下载
- 积分:1
-
神经网络
应用背景aplikasi神经网络,为工作上syaraf tiruan数据网。关键技术计算机智能化,penalaran电脑,komputasi,INI tugas matakuliah
- 2022-04-11 07:27:33下载
- 积分:1