-
Kruscal algorythm
这是kruskal算法,用于计算图中的最小展开式3。它是用java编程的,包含一个使用javaswing技术的GUI。
- 2022-02-12 03:06:08下载
- 积分:1
-
Least Soft-thresold Squares Tracking
we propose a generative tracking method based on a novel robust linear regression algorithm. In con-
trast to existing methods, the proposed Least Soft-thresold Squares (LSS) algorithm models the error term with the
Gaussian-Laplacian distribution, which can be solved ef- ficiently. Based on maximum joint likelihood of parameters,
we derive a LSS distance to measure the difference between an observation sample and the dictionary. Compared with
the distance derived from ordinary least squares methods, the proposed metric is more effective
- 2022-03-22 17:30:20下载
- 积分:1
-
这是一个猫吃老鼠问题的改进算法。
这是一个猫吃老鼠问题的改进算法。-This is a problem of cats eat rats improved algorithm.
- 2022-02-09 18:09:13下载
- 积分:1
-
这是C写的贪婪算法之2,在建摸和优化计算中非常有用,欢迎下载!...
这是C写的贪婪算法之2,在建摸和优化计算中非常有用,欢迎下载!-This is a greedy algorithm written in C of 2, in the modeling and optimization of the calculation is very useful are welcome to download!
- 2022-08-06 12:32:38下载
- 积分:1
-
小波数字水印matlab
基于小波变换的数字水印提取Matlab源代码-Digital Watermarking Based on Wavelet Transform Matlab source code extraction
- 2022-05-24 23:27:28下载
- 积分:1
-
If you have not registered, Please [regist first].You should upload at least fiv...
If you have not registered, Please [regist first].You should upload at least five sourcecodes/documents. (upload 5 files, you can download 200 files).
Webmaster will activate your member account after checking your files. If you do not want to upload source code, you can join the [VIP member] to activate your account.
- 2022-09-21 11:00:03下载
- 积分:1
-
北京合众大公司的dsp开发板例子程序(关于矩阵运算)
北京合众大公司的dsp开发板例子程序(关于矩阵运算)-Beijing UCO big companies example dsp development board (on the matrix)
- 2022-03-05 17:11:47下载
- 积分: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
-
C语言写的二叉树遍历
这是关于一个数据结构的一个i算法的描述,是二叉树的遍历问题,只有源代码,但是是可以直接运行的,是用C写的。希望能够对大家有所帮助。。
- 2022-01-26 18:15:40下载
- 积分:1
-
基于C的贪吃蛇
基于C的贪吃蛇小游戏初始化蛇的图形后,用死循环使游戏进行,每次循环都检测键盘输入,如果有输入,则根据键盘的有效输入和to()改变蛇的下一步方向,否则让蛇以当前方向移动,每次移动需要使用showsnack()函数重新画出蛇,并判断游戏是否结束,还要循环更新时间、分数等信息,当函数返回0时,游戏程序退出。
- 2022-04-29 13:06:30下载
- 积分:1