-
在vc++平台下,用分支限界法和回溯法实现的旅行售货员问题。经本人测试运行无误,包括运行文档。...
在vc++平台下,用分支限界法和回溯法实现的旅行售货员问题。经本人测试运行无误,包括运行文档。-In vc++ Platform, using branch and bound and backtracking realize the travel salesman problem. After I run the correct tests, including the operation of the document.
- 2022-04-29 11:23:08下载
- 积分:1
-
这是一个在C++6.0中编译的万年历源代码,希望大家喜欢
这是一个在C++6.0中编译的万年历源代码,希望大家喜欢-This is a 6.0 C compiler source code of calendar hope you like
- 2022-03-12 04:22:02下载
- 积分:1
-
层次聚类
数据挖掘中聚类是旨在构建集群的层次结构的聚类分析的方法。战略层次聚类方法一般分为两种类型: [引文需要]集聚: 这是一种"自下而上"的方法: 每个观察值启动在它自己的群集中,并对集群会合并为一个层次结构中向上移动。分裂: 这是一种"自上而下"的方法: 所有观测值开始在一个群集中,并进行了拆分作为一个以递归方式将层次结构中下移。一般情况下,以贪婪的方式确定的合并和拆分。分层聚类的结果通常介绍聚类分析的结果。在一般情况下,凝聚聚类的复杂性是 O(n^3),这使得他们对于大数据集的速度太慢。分裂与穷举搜索聚类是 O(2^n),甚至更糟。然而,对于一些特殊的情况下,最优的有效凝聚方法 (O(n^2)) 已知的复杂性: 奥申 [1] 单连杆和碰杯 [2] 为完成连锁聚类法。
- 2022-03-18 03:27:47下载
- 积分:1
-
一个学生成绩管理的系统,很经典,适合初学者
一个学生成绩管理的系统,很经典,适合初学者-grade management system,sutra,used to beginner
- 2022-01-28 09:47:57下载
- 积分:1
-
一个管理小工具,可以进行IP检测,并拒绝指定的IP,以及连接数量超过一定数量的IP...
一个管理小工具,可以进行IP检测,并拒绝指定的IP,以及连接数量超过一定数量的IP-a small management tool that can be IP testing, and refused to designated IP, and connect with more than a certain number of IP
- 2023-07-23 13:15:03下载
- 积分:1
-
Improvement of Bayes classfication
It is implement in windows.
贝叶斯分类器的改进
在windows 平台下实现;-Improvement of Bayes classfication
It is implement in windows.
- 2022-01-28 05:34:37下载
- 积分:1
-
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char...
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char * str1, const char * str2 );
没有的话,返回-1 有则返回所在位置(从0开始)
写出函数,对编写函数main完成对strstr的功能的验证。
-achieve the standard library functions strstr function : the search for str2 str1, if found, str1 return at the first appearance of str2 position; Int A (const char* str1, const char* str2); If not, the return-1 is returned with the location (from starting at 0) write function, the main function prepared to complete the function of the strstr certification.
- 2022-07-22 04:47:08下载
- 积分:1
-
CPU访问信息库,英特尔芯片的资料,包括…
一个获得CPU信息的DLL,可以获得Intel系列芯片的信息,包含范例程序-a CPU access to information DLL, the Intel chips available information, including sample programs
- 2022-07-17 14:57:51下载
- 积分:1
-
这个程序的作用是计算并输出运算表达式的值。本程序支持+、...
这个程序的作用是计算并输出运算表达式的值。本程序支持+、-、*、/、^这五个运算操作符,并支持()以及sin()、cos()、tan()、log()、ln()等函数,支持()、函数的多层嵌套。 本程序有一定的容错及判错功能-A program that evaluates an numeric expression, supports five operators:+,-,*, /, ^, and (), also supports functions like sin, cos, tan, log, ln ,and nested functions and parentheses. Besides, error checking is also supported.
- 2023-01-20 08:55:03下载
- 积分:1
-
characters window Development Kit
字符窗口开发包-characters window Development Kit
- 2022-02-05 22:41:04下载
- 积分:1