-
另一种离散傅立叶变换程序
另一种离散傅立叶变换程序-a discrete Fourier transform procedures
- 2022-02-13 03:23:13下载
- 积分:1
-
二维稳态导热问题。设材料物性均为常数,均质无内热源。已知它的左边界是温度为T2的等温边界,其他三个边界均为温度为T1的等温边界。导热区域为边长L的正方形。...
二维稳态导热问题。设材料物性均为常数,均质无内热源。已知它的左边界是温度为T2的等温边界,其他三个边界均为温度为T1的等温边界。导热区域为边长L的正方形。-two-dimensional steady-state heat conduction problems. Based material properties are constant, no heterogeneity within the heat source. It is known to have a threefold T2 is the temperature of the isothermal boundary, the other three border are temperature T1 isothermal boundary. Regional conduction length L of the square.
- 2023-05-18 01:30:03下载
- 积分: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
-
simpson algorithm with c language
研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是西普生算法-simpson algorithm with c language
- 2022-05-23 00:39:17下载
- 积分:1
-
这是一个用VB编的九九乘法表。很好用!
这是一个用VB编的九九乘法表。很好用!-This is a VB series Jiujiuchengfabiao. With good!
- 2022-01-25 15:21:05下载
- 积分:1
-
卡尔曼滤波
卡尔曼滤波
- 2022-03-13 20:35:58下载
- 积分:1
-
双数组AC自动机
双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机双数组AC自动机
- 2022-01-20 23:36:19下载
- 积分:1
-
这个是用delphi写的一些常用的数学公式,包括一些高级数学公式,图像编程等源代码。...
这个是用delphi写的一些常用的数学公式,包括一些高级数学公式,图像编程等源代码。-this is delphi write some common mathematical formula, including some advanced mathematical formulas, images and other programming source code.
- 2022-10-02 22:10:04下载
- 积分:1
-
一个大整数计算的小程序,可以进行大数的计算,可以对素数进行测试...
一个大整数计算的小程序,可以进行大数的计算,可以对素数进行测试-a large integer calculation procedures for the small, the large numbers can be calculated in the number of test-
- 2023-04-18 13:35:03下载
- 积分:1
-
c语言简单算法实例
c语言简单算法实例-c algorithm example, simple language
- 2022-03-04 10:33:30下载
- 积分:1