-
粒子群算法java源程序
粒子群算法java源程序,详细介绍了粒子群算法的实现过程,程序可直接执行。粒子群算法java源程序,详细介绍了粒子群算法的实现过程,程序可直接执行。
- 2023-01-24 16:35:04下载
- 积分:1
-
杭州电子科技大学在线系统ACM的1051题,用贪心方法解决
杭州电子科技大学在线系统ACM的1051题,用贪心方法解决-Hangzhou University of Electronic Science and Technology ACM-line system of the 1051 title with a greedy solution
- 2023-04-30 21:40:03下载
- 积分:1
-
一个关于BCH算法的例程,希望对大家有所帮助。
一个关于BCH算法的例程,希望对大家有所帮助。-On BCH algorithm routines, and they hope to be helpful to everyone.
- 2022-07-19 22:54:18下载
- 积分:1
-
卡尔曼滤波是一种递推估计,估计的随机状态。
A Kalman filter is a stochastic , recursive estimator , which estimates the state of a system based on the knowledge of the system input, the measurement of the system output, and a model of the relation between input and output.
- 2023-04-16 16:00:03下载
- 积分:1
-
调度算法
它包含不同调度算法 job.1。fifo2。lru3.opt
- 2022-07-12 20:52:32下载
- 积分:1
-
通过此程序可以把输入的年份判别是平年,还是闰年.
通过此程序可以把输入的年份判别是平年,还是闰年.-through this procedure can be imported in the year discriminant is non-leap year, or a leap year.
- 2022-10-19 14:30:03下载
- 积分:1
-
随机有限元程序及算例,供从事力学和有限元算法设计人员参考。...
随机有限元程序及算例,供从事力学和有限元算法设计人员参考。-Stochastic finite element procedures and examples for engaging in mechanics and finite element algorithm design reference.
- 2022-02-22 08:46:23下载
- 积分:1
-
operation of the polynomial.sdffhsfuehwauhczjcjz:)
多项式运算,金卡国军阿肯将啊阿姐扛大个记阿肯见阿啊啊可见嘎卡带剑法口腔科阿,啊可见嘎-operation of the polynomial.sdffhsfuehwauhczjcjz:)
- 2023-03-23 07:00:03下载
- 积分:1
-
STM32读取9150
stm32读取mpu9150的源程序,并对航向角进行了地磁校准,代码以测试过,绝对可行。
- 2022-01-25 19:29:14下载
- 积分: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