-
研究生学位论文写作与投稿的很详细的讲座!很好的资料啊!
研究生学位论文写作与投稿的很详细的讲座!很好的资料啊!-Graduate Student Thesis Writing and Submission of a very detailed lecture! Ah very good information!
- 2022-04-25 07:19:51下载
- 积分:1
-
ali zare zardiny
optimization code
ali zare zardiny
optimization code-ali zare zardiny
optimization code
- 2022-02-25 02:34:21下载
- 积分:1
-
源代码是中点Bresenham椭圆法。可以为初学者提供参考。
源代码是中点Bresenham椭圆法。可以为初学者提供参考。-source code is the midpoint of Bresenham oval law. For beginners can provide a reference.
- 2023-04-20 04:30:03下载
- 积分:1
-
高清晰、高质量的PPT模板,韩国人做滴!
高清晰、高质量的PPT模板,韩国人做滴!-High-definition, high-quality PPT template, Korean make drops!
- 2022-01-21 01:00:48下载
- 积分:1
-
呵呵
程序在tc3.0下编译通过. 回车键
选关,我只做了两关, r键重新开始
p键悔步,只能悔五步啊.不过你可以
改#def...
呵呵
程序在tc3.0下编译通过. 回车键
选关,我只做了两关, r键重新开始
p键悔步,只能悔五步啊.不过你可以
改#define STEPMAX的值
-Oh procedures under the tc3.0 compile. ENTER key election concern, I only had two clearance, Key reopen r p Key regret step, five-step can only regret ah. But you can change the# define value STEPMAX
- 2022-08-22 15:27:47下载
- 积分:1
-
开题报告,里面有模板,还有JAVA的开题报告一份。
开题报告,里面有模板,还有JAVA的开题报告一份。-Problem that the report, there are templates, as well as the opening title JAVA report.
- 2022-07-01 23:32:24下载
- 积分:1
-
zh is a genetic algorithm with neural network examples
zh这是一个用遗传算法优化神经网络的例子-zh is a genetic algorithm with neural network examples
- 2022-07-07 01:26:18下载
- 积分:1
-
很好用,比较有用的一个文档,你可以在写开题报告的时候用到,祝你用的开心!...
很好用,比较有用的一个文档,你可以在写开题报告的时候用到,祝你用的开心!-Good use of a more useful document, you can write at the time problem that the report used to wish you the fun!
- 2023-02-27 14:25:04下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
双端口RAM方式的数据通信,速度非常快!
双端口RAM方式的数据通信,速度非常快!-Dual-port RAM mode of data communication, very fast!
- 2022-09-22 11:10:03下载
- 积分:1