-
Section of the source code on the Powell' s method can be used with a variety...
一段源代码关于鲍威尔法的,可以运用与各种工程问题-Section of the source code on the Powell" s method can be used with a variety of engineering problems
- 2022-01-31 09:07:58下载
- 积分:1
-
把C++源代码转换成HTML,支持彩色语法显示和关键字加粗。 如果你改进了该程序,烦劳您传一份改进后的给我。...
把C++源代码转换成HTML,支持彩色语法显示和关键字加粗。 如果你改进了该程序,烦劳您传一份改进后的给我。-C source code into HTML, support for syntax color display and keyword thickening. If you improve the process, you impose a Biography of improved to me.
- 2022-06-18 10:35:27下载
- 积分:1
-
Bus PC104PLUS technical documentation in English. PC104 bus information to devel...
PC104PLUS总线英文技术文档。开发PC104总线必看资料。-Bus PC104PLUS technical documentation in English. PC104 bus information to develop a must-see.
- 2022-03-17 17:56:09下载
- 积分:1
-
Brushless DC motor control DSP
无刷直流电机控制的基于DSP的卫星天线伺服控制系统的研究-Brushless DC motor control DSP-based servo control of the satellite antenna system
- 2023-06-06 10:50:03下载
- 积分:1
-
一个经典的小程序
蛇吃虫
很有意思
C语言
一个经典的小程序
蛇吃虫
很有意思
C语言-a classic small snake eat worms procedures very interesting C language
- 2022-02-01 02:19:04下载
- 积分:1
-
用vb设计的三个数据的比较输出,希望能和大家多多交流
用vb设计的三个数据的比较输出,希望能和大家多多交流-let s learn tegetor
- 2023-06-18 17:25:03下载
- 积分:1
-
编写得十分正规的宽文本编辑器功能比Windows中的写字板要好得多....
编写得十分正规的宽文本编辑器功能比Windows中的写字板要好得多.-prepared very wide formal text editor functionality than the Windows WordPad much better.
- 2022-06-15 21:29:12下载
- 积分:1
-
五分钟简易颈椎操
大家看了就能学了!
你说呢?看看吧,绝对好!保护颈椎...
五分钟简易颈椎操
大家看了就能学了!
你说呢?看看吧,绝对好!保护颈椎-5 minutes Simple cervical parade we will be able to learn reading! You say that? To see if it is absolutely good! Protection of cervical
- 2022-08-05 10:33:38下载
- 积分:1
-
商贸统计标准
IEEE C37.111-1999 (IEEE 电力工程学会电力系统中继委员会)
原本作为一种标准方式共享瞬变信息用于瞬态 (商贸统计数据库通用格式
电力系统的数据交换) 捕获的信号取样器为波标量值 (示波法) 上的点。
960 赫兹和 7680 Hz 之间的采样率是典型
- 2023-01-09 14:50: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