-
Devil language data structure of the classic problems of this problem!
Devil language
数据结构中的经典问题
此为问题!-Devil language data structure of the classic problems of this problem!
- 2022-11-09 21:30:03下载
- 积分:1
-
这是一个从维基百科屏幕上的实际操作程序,大家可以看看,哈
这是一款实用的屏幕抓图程序,大家可以下来看看,-This is one practical procedures From Wikipedia screen, we can see down, Ha-ha
- 2022-04-07 13:41:29下载
- 积分:1
-
vb上传文件
资源描述
运用http上传文件到网络..... 注意可以用代理测试...顺便有模块提供给大家测试.交流
=====================================================
是不可多得的网络提交源码vb版本的.
- 2022-06-21 23:15:15下载
- 积分: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
-
SED1335 LCD information SED1335 LCD Chinese Chinese data
sed1335 液晶显示器中文资料
sed1335 液晶显示器中文资料-SED1335 LCD information SED1335 LCD Chinese Chinese data
- 2023-02-24 14:15:04下载
- 积分:1
-
很强大的文件处理器,非常便捷快速的查找.占用系统资源小
很强大的文件处理器,非常便捷快速的查找.占用系统资源小-A very powerful document processor, very easy to find fast. Occupy system resources, small
- 2022-05-31 22:52:26下载
- 积分:1
-
针对Bioware的ERF表的说明文档,详细分析的ERF的格式,组成,结构....
针对Bioware的ERF表的说明文档,详细分析的ERF的格式,组成,结构.-Bioware
- 2023-06-14 20:10:03下载
- 积分:1
-
CF卡数据手册,内有详细的工作模式说明和寄存器配置
CF卡数据手册,内有详细的工作模式说明和寄存器配置-datasheet for cf card
- 2023-07-15 22:45:03下载
- 积分:1
-
用数据结构实现的一个家谱,很好很好很好的
用数据结构实现的一个家谱,很好很好很好的-Data structure used to achieve a family tree, very good very good very good
- 2023-08-03 05:25:02下载
- 积分:1
-
汇编debug的实验书,大家可以参照这个文档进行debug实验的试验。如果大家没有汇编程序。我会继续传代码!...
汇编debug的实验书,大家可以参照这个文档进行debug实验的试验。如果大家没有汇编程序。我会继续传代码!-debug compilation of books, we can refer to this document for debug experimental tests. If there are no compilation process. I will continue to traditional code!
- 2022-03-24 21:17:25下载
- 积分:1