-
纳米机器人技术教程
nano robotics technology tutorials
- 2022-02-04 16:10:32下载
- 积分:1
-
一篇教你写文献综述的好文章,写好综述是做项目的第一步哦
一篇教你写文献综述的好文章,写好综述是做项目的第一步哦-teach you to write a literature review on the excellent article, written on a project is the first step oh
- 2022-02-25 17:44:39下载
- 积分:1
-
三维图形的旋转 三维图形的旋转
三维图形的旋转 三维图形的旋转-rotating 3D graphics 3D graphics rotating 3D graphics rotation
- 2022-01-22 08:22:14下载
- 积分:1
-
自编的8皇后问题的C++编写程序,含递归调用
自编的8皇后问题的C++编写程序,含递归调用-8 queens problem C++ programming, including recursive calls
- 2022-06-26 13:12:28下载
- 积分:1
-
simple, powerful, voice processing documents to meet the basic needs, but MCI al...
MCI虽然调用简单,功能强大,可以满足声音文件处理的基本需要,但是MCI也有它的缺点,那就是它一次只能播放一个WAVE文件,有时在实际应用中,为了实现混音效果,需要同时播放两个或两个以上的WAVE文件时,就需要使用微软DirectX技术中的DirectSound了,该技术直接操作底层声卡设备,可以实现八个以上WAV文件的同时播放。-simple, powerful, voice processing documents to meet the basic needs, but MCI also has its shortcomings, it is only once a player WAVE documents, sometimes in practical application, in order to achieve mixing effects, need to play two or more WAVE documents, it is necessary to use Microsoft"s DirectX technology DirectSound, and the technology underlying direct audio equipment operation can be achieved over eight WAV files at the same time players.
- 2022-08-13 05:07:20下载
- 积分:1
-
是操作系统课程设计Linux代码分析的那部分。
是操作系统课程设计Linux代码分析的那部分。-curriculum design is the operating system Linux code analysis of the part.
- 2022-05-21 20:14:11下载
- 积分:1
-
一个VC++的课程设计(word文档另附源码),实现密码登录.
一个VC++的课程设计(word文档另附源码),实现密码登录.-a VC Course Design (word document followed by source), the realization of passwords.
- 2023-07-18 05:45:02下载
- 积分:1
-
它是第一个既能用于数据加密也能用于数字签名的算法。它易于理解和操作...
它是第一个既能用于数据加密也能用于数字签名的算法。它易于理解和操作-It was the first not only for data encryption can be used for digital signature algorithms. It is easy to understand and operate
- 2022-11-02 02:40:03下载
- 积分: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
-
ali zare zardiny
optimization code
ali zare zardiny
optimization code-ali zare zardiny
optimization code
- 2022-02-25 02:34:21下载
- 积分:1