-
每到一个小时的工作时间完成,将为我的第一份工作分配…
n件工作分给n各人完成,将第i个工作分配给第j个人完成需要费用cij,是设计一算法,为每个人分配不用的工作,费用最少-n to n pieces of work hours each to complete, will for the first i jobs j assigned to the first individual to complete required cost cij, is to design an algorithm, for each person assigned do not work, would cost at least
- 2023-05-24 07:25:03下载
- 积分:1
-
线性矢量量化
线性矢量量化在 matlab 环境中执行的情况。它是非常简单。Matlab 的 LVQ 编码。这是监督的训练算法。
- 2022-08-24 20:08:03下载
- 积分:1
-
为了存储数据方便,这里写了个循环数组。但没有做成类模板的形式。有需要的朋友们自己改吧。
为了存储数据方便,这里写了个循环数组。但没有做成类模板的形式。有需要的朋友们自己改吧。
- 2022-06-11 19:11:37下载
- 积分:1
-
Insertion sort
insertion_sort.cpp
#include
#include
#include
#define N 5000
int insertion_sort( int data_insert[] );
void creat_file( char *file_name, int data_file[] );
int main(int argc, char *argv[]){
int data[N];
creat_file( argv[1], data );
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-05 04:13:51下载
- 积分:1
-
输入三角形的三点坐标,计算三角形面积,周长
输入三角形的三点坐标,计算三角形面积,周长-Enter the three coordinates of the triangle to calculate the triangle area, perimeter
- 2022-08-25 19:47:59下载
- 积分:1
-
C++实现矩阵的所有运算
利用C++实现了,矩阵的所有运算,包括矩阵的基础运算、以及矩阵的LU分解、矩阵QR分解等等,对于进行矩阵运算来说这是一个很不错的代码,希望对大家能够有所帮助
- 2022-02-14 15:25:09下载
- 积分:1
-
Linear least square method. X with a general power series to fit.
线形最小二乘法拟合。用一个一般的X的幂级数来拟合。-Linear least square method. X with a general power series to fit.
- 2022-01-28 21:21:18下载
- 积分:1
-
先由原始图像(任选)产生待恢复的图像;(产生方法如下:冲激
函数为 ,将原始图像与冲激函
数卷积产生模糊,然后再迭加均值为0,方差为8,16,32的
先由原始图像(任选)产生待恢复的图像;(产生方法如下:冲激
函数为 ,将原始图像与冲激函
数卷积产生模糊,然后再迭加均值为0,方差为8,16,32的高斯
随机噪声而得到一组待恢复的图像 ;
-By the original images (optional) have to be the restoration of the image (the method is as follows: impulse function, the original image with the impulse function arising convolution fuzzy, and then stacking the mean is 0, the variance for the 8,16 , 32 the Gaussian random noise has been a group of images to be restored
- 2022-10-15 12:35:03下载
- 积分:1
-
离散余弦变换程序
离散余弦变换程序-discrete cosine transform procedures
- 2022-03-23 01:04:33下载
- 积分:1
-
协议 LEACH 新在 OMNET + +
在无线传感器节约能源中扮演一个关键因为这种网络为了放在的网络敌对和非可访问的地区。虽然电池驱动森-黄沙将耗尽电池,或早或晚的重新使用可再生能源如太阳能发电或万有引力可能传感器网络的生存期延长。我们建议利用无线传感器网络中的太阳能发电,并延长浸出知名的基于集群的协议,传感器网-作品都能成为太阳能意识。提出了的模拟结果表明,制作浸出太阳能意识到有力地延长了使用寿命的传感器网络
- 2022-03-18 16:13:31下载
- 积分:1