-
0-1背包问题算法代码
0-1背包问题算法代码
- 2022-06-28 17:49:18下载
- 积分:1
-
C语言编写的标准IO界面贪吃蛇小游戏
非常适合初学者学习的游戏,没有图形界面。可以帮助初学者深入学习二维数组和游戏算法!
- 2022-03-30 03:49:30下载
- 积分:1
-
numerical algorithm source code
数值处理算法源代码-numerical algorithm source code
- 2022-09-21 13:50:03下载
- 积分:1
-
LZW 压缩
伦佩尔 — — Ziv — — 韦尔奇 (LZW) 是一种由亚伯拉罕 · 伦佩尔、 雅各 Ziy 和特里 · 韦尔奇的通用无损数据压缩算法。它是韦尔奇在一九八四年发表作为 1978 年出版由伦佩尔和 Ziv LZ78 算法更好地执行。该算法很容易实现,在硬件实现的算法被广泛使用的 Unix 文件压缩实用程序压缩,并使用 GIF 图像格式具有非常高的吞吐量的潜力。
- 2023-06-10 17:55:03下载
- 积分:1
-
Using vc platform development dual Lagrange interpolation procedures can be...
用vc++平台开发二元拉格朗日插值程序,能够实现对曲面上的插值-Using vc platform development dual Lagrange interpolation procedures can be achieved on the surface of the interpolation
- 2022-05-18 10:43:29下载
- 积分:1
-
GAC模型,迎风方案
im=imread("e:301clip301.tif");
im=rgb2gray(im);
im=double(im);
im = imresize( im, 0.5 ); % 为了减少程序运行时间,将图像变小为原来大小的1/2
figure(1);imshow(uint8(im));
[nrow,ncol]=size(im);
J= gauss( im,3,2 ); % 为了计算函数g,先对图像作guassian预平滑
%%- 计算图像梯度模值
J_x = (J(:,[2:ncol ncol])-J(:,[1 1:ncol-1]))/2;
J_y = (J([2:nrow nrow],:)-J([1 1:nrow-1],:))/2;
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-14 21:25:24下载
- 积分:1
-
graphics Zernike moments for the java programs
求图形Zernike矩的java程序-graphics Zernike moments for the java programs
- 2023-01-11 17:30:03下载
- 积分:1
-
这是我用verilog hdl语言写的浮点乘法器,用的是基4的booth算法,对于部分积使用了5...
这是我用verilog hdl语言写的浮点乘法器,用的是基4的booth算法,对于部分积使用了5-2压缩和3-2压缩,欢迎大家指点,也欢迎大家把它改成流水线以提高速度.-This is my verilog hdl language used to write floating-point multiplier, using a Radix-4 algorithm for the booth for part of the plot using the 5-2 and 3-2 compression compression, welcomed everyone pointing, also welcomed the U.S. put it into a pipeline to improve speed.
- 2022-08-14 05:45:48下载
- 积分:1
-
自己编的一个求无约束最优化解的单纯形
自己编的一个求无约束最优化解的单纯形-themselves for a series of unconstrained optimal resolve Simplex
- 2022-05-06 19:27:18下载
- 积分:1
-
在这个RAR压缩包变量代码
variant code in this rar zipped package-variant code in this package zipped rar
- 2023-02-03 08:35:04下载
- 积分:1