-
线性规划的单纯形法
simplex method for linear programing
- 2023-01-26 02:40:04下载
- 积分:1
-
conver the data to absolute value
conver the data to absolute value
- 2022-02-12 17:47:28下载
- 积分:1
-
一个复数域的自适应盲信号均衡器的MATLAB例程
一个复数域的自适应盲信号均衡器的MATLAB例程-a complex field of adaptive equalizer Blind MATLAB routines
- 2022-01-31 02:05:10下载
- 积分:1
-
用C++编写的时钟程序
里面包括具体的clock源文件(clock.cpp)和头文件(clock.h),以及main程序(main.cpp)。用到的主要算法是用类把时钟封装起来。这个程序对于初学者来说很有用,是本人亲自写的小程序,和大家分享一下,希望有用。
- 2022-08-13 05:27:42下载
- 积分:1
-
2.时间序列分析
1.二分查找
适用条件:查找序列已经有序
int binarysearch(int a[], int n, int x)
{
int left, right, center;
left = 0;
right = n - 1;
- 2022-03-05 08:28:07下载
- 积分:1
-
数值排序,冒泡排序等排序方式,是一个简洁的VB程序。运算速度快...
数值排序,冒泡排序等排序方式,是一个简洁的VB程序。运算速度快-numerical order, such as sorting Bubble Sort method is a simple VB program. Fast.
- 2022-01-25 14:46:59下载
- 积分:1
-
Artificial intelligence, operations, using the genetic algorithm traveling sales...
人工智能作业,用遗传算法实现的旅行商问题。-Artificial intelligence, operations, using the genetic algorithm traveling salesman problem.
- 2022-05-24 16:37:09下载
- 积分:1
-
sniffig 数据包的嗅探器
程序嗅探器是未来的一个程序,分别扫描每个包,并进行了分析,包括 (sender 的地址和地址,......,所使用的协议)它是写在语言 visual c + + 中
- 2022-10-12 13:40:03下载
- 积分:1
-
calculator with GUI by C# visual studio
calculator with GUI by C# visual studio
- 2022-01-22 05:32:17下载
- 积分:1
-
在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori算法的产生候选级并测试迭代的途径代价是昂贵的,尤其...
在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori算法的产生候选级并测试迭代的途径代价是昂贵的,尤其是挖掘富模式和长模式时,Jiawei Han提出了一种新颖的数据结构FP_tree,及基于其上的FP_growth算法,主要用于有效的进行长模式与富模式的挖掘.本文在讨论了FP_growth算法的基础上,提出了用Visual C++实现该算法的方法,并编写了算法的程序。-found in the database model and the frequent association rules is the area of data mining the most fundamental and important issues. Most of the early studies used a similar Apriori algorithm for the selection of candidates and test-iterative way was costly, particularly mining the rich patterns and long model, Jiawei Han proposed a novel data structure FP_tree and on the basis of their FP_growth algorithm used effectively the model for long and rich patterns of excavation. This paper discussed the FP_growth algorithm on the basis of the Visual C of the algorithm, and the preparation procedure of the algorithm.
- 2023-01-10 12:20:03下载
- 积分:1