-
vb关于CRC校验的程序
vb关于CRC校验的程序-vb about CRC verification procedure
- 2022-02-01 05:18:01下载
- 积分:1
-
与干扰
With the interference-to-noise ratio reduced to 30 dB, plot the adaptive antenna pattern after 200 iterations of the LMS algorithm-With the interference-to-noise ratio of red uced to 30 dB. plot the adaptive antenna pattern after 200 ite rations of the LMS algorithm
- 2023-03-06 19:50:03下载
- 积分:1
-
数值算法,自适应算法演示
数值算法,自适应算法演示-numerical algorithm, Adaptive Algorithm Demonstration
- 2022-04-18 08:34:10下载
- 积分:1
-
牛顿插值方法的计算机实现程序
牛顿插值方法的计算机实现程序-Newton interpolation method of computer procedures
- 2023-01-09 17:30:03下载
- 积分:1
-
The importance of direct methods discussed in the previous work is unquestionabl...
The importance of direct methods discussed in the previous work is unquestionable, since in some practical engineering problems, information about the values of the objective function is the only reliable information, which may have a researcher.
- 2023-03-25 05:50:04下载
- 积分:1
-
A * 算法解决八皇后问题
该程序通过使用*算法解决了八大天王问题。这个方案的传输方程是现在的目标位置之间的距离。
- 2022-03-02 15:08:19下载
- 积分:1
-
鼹鼠闯迷宫
资源描述void creatWay(int (*mg)[N],int x, int y)//在迷宫中产生一条路,使用图的深度遍历思想来实现,
{
static int dir[4][2] = {0, 1, 1, 0, 0, -1, -1, 0};////将要走的4个方向保存在二维数组中
int zx = x*2;
int zy = y*2;
int next, turn, i;
mg[zx][zy] = 0;
if(rand()%2)
turn = 1;
else
turn = 3;
for(i=0,next=rand()%4;i
- 2022-01-26 05:46:58下载
- 积分:1
-
数组排序.rar
对数组进行排序.rar 对一组随机数据进行从大到小,或者从小到大的排序。并显示到窗体中。
- 2022-03-06 16:09:57下载
- 积分:1
-
NSAF程序
归一化子带自适应滤波算法的源程序
- 2022-04-13 04:38:47下载
- 积分:1
-
温度PID控制
温度控制PID调节,大家可以参考参考,用的是增量式PID调节方法,温控精度可以达到0.1摄氏度,具体我也不多说,Ki=KpT/Ti=0.8,微分系数Kd=KpTd/T=0.8,Td=0.0002,根据实验调得的结果确定这些参数
- 2023-03-13 01:00:04下载
- 积分:1