-
Doolittle的编程实现
Doolittle的编程实现-Try Programming
- 2023-01-07 04:20:03下载
- 积分:1
-
This is the classic five source language c
这是五个经典的c语言源程序-This is the classic five source language c
- 2022-05-12 13:33:04下载
- 积分:1
-
狄克逊检验法
狄克逊检验法的特点:首先认为随机样本来自正态总体,正态总体的方差未知。狄克逊检验法不必计算样本平均值和样本标准差,而是采用极差比来构造狄克逊检验法的统计量。这种检验方法,在测定值的数目较多时,由于不需要计算标准差,所以节省很多时间,比较实用。具体做法如下:将样本观测值按它们的大小,从小到大的顺序排列。采用这一方法,不必计算算术平均值和标准偏差。而是根据数目的不同,计算出相应的值。
- 2022-02-05 08:15:02下载
- 积分:1
-
2维FDTD TE 波
2维FDTD TE 波-2-D FDTD TE wave
- 2022-04-07 11:05:23下载
- 积分:1
-
层次分析法
层次分析法用于权重分析该法是我国使用较为普遍的方法,已被广泛应用于各地的水体水质评价与分析之中
- 2022-04-15 02:35:32下载
- 积分:1
-
believe that the process of learning C# has been a long time and just portal GUI...
相信这个程序对已经学习C#很久而刚刚入门图形界面编程的初学者有用,一个用C#做的计算器-believe that the process of learning C# has been a long time and just portal GUI Programming beginners useful, one C# do Calculator
- 2022-02-14 09:58:18下载
- 积分:1
-
分治法求众数
资源描述给定含有n个元素的多重集合S,每个元素在S中出现的次数称为该元素的重数。多重集S中重数最大的元素称为
众数。例如,S={1,2,2,2,3,5}。多重集S的众数是2,其重数为3。
求众数方法很多,现要求你用分治算法来试一试,并分析其效率。
编程任务:对于给定的由n个自然数组成的多重集S,采用分治算法编程计算S的众数及其重数。
- 2022-03-26 15:28:34下载
- 积分:1
-
A program to demonstrate the optimization process of ant colony optimization for...
A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the edge. During the optimization, the currently best found tour is drawn in red. To run the optimization, first create a random TSP, then create an ant colony, and finally run the optimization.
- 2022-02-19 22:51:42下载
- 积分:1
-
Bayes的matlab实现
自己写的一个Bayes分类器的matlab程序,比较简单。
使用方法
>> [ train_x, train_y ] = readdata("train_data.txt" );
>> [ test_x, test_y ] = readdata("test_data.txt" );
>> [mode]=MyBayes_train( train_x, train_y);
>> [ acurracy, predict_y]=MyBayes_test( test_x, test_y, mode);
- 2022-03-09 19:08:01下载
- 积分:1
-
vc++源代码,任意分布的随机数的产生,注意它的随机性
vc++源代码,任意分布的随机数的产生,注意它的随机性-vc source code, arbitrary distribution of the random numbers generated, the attention of its randomness
- 2023-07-20 21:55:03下载
- 积分:1