-
something suck
有些东西很烂
- 2022-02-13 04:32:00下载
- 积分:1
-
分析家格式(日线、财务、分笔、代码表、周线、月线)
分析家格式(日线、财务、分笔、代码表、周线、月线)-fxj_data_format
- 2022-02-03 16:38:20下载
- 积分:1
-
RTF 文件格式
RTF 文件格式-RTF file formats
- 2022-02-04 13:58:41下载
- 积分: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
-
中国电信产品与服务市场细分研究报告
中国电信产品与服务市场细分研究报告...
中国电信产品与服务市场细分研究报告
中国电信产品与服务市场细分研究报告-China Telecom products and services market segmentation study China
- 2023-08-01 21:30:03下载
- 积分:1
-
4 connected LED control procedure is to use assembler interrupt timer 1 minute t...
控制4连LED的程序 是汇编程序用定时器中断来实现1分钟进1位
-4 connected LED control procedure is to use assembler interrupt timer 1 minute to achieve a
- 2022-09-07 23:30:02下载
- 积分:1
-
HTTP_Download_File,实现网页下载功能
HTTP_Download_File,实现网页下载功能-HTTP_Download_File, realize website features
- 2022-06-03 08:44:16下载
- 积分:1
-
基于MATLAB完成的神经网络源程序
对于初学者有一定帮助
基于MATLAB完成的神经网络源程序
对于初学者有一定帮助-MATLAB-based complete source code for the neural network to some extent help the beginner
- 2023-03-05 23:20:03下载
- 积分:1
-
想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生...
想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;斜测投影,一点,二点,三点透视算法;消影,斜平行投影,正轴测投影,透视投影算法,光照立体球,光照圆环,光照双线性曲面等等!如果需要安装图形学演示系统的请到这下载
- 2023-08-30 07:50:03下载
- 积分:1
-
packet sniffer writing code
packet sniffer writing code
- 2022-09-03 00:00:03下载
- 积分:1