-
FSO model example with the FSO, and can deliver on the document read and write
FSO模型示例,用了FSO,可以实现对文件的读与写-FSO model example with the FSO, and can deliver on the document read and write
- 2022-11-17 23:05:03下载
- 积分:1
-
zip文件格式
zip文件格式-zip file format
- 2022-01-27 20:39:23下载
- 积分:1
-
指纹识别心得,做指纹识别算法的可以参考一下。
指纹识别心得,做指纹识别算法的可以参考一下。-Fingerprint identification experience, making fingerprint recognition algorithm that can be reference.
- 2022-02-20 10:06:47下载
- 积分:1
-
本系统设计是采用飞利溥公司推出的一款高度整合的家庭自动化专用电源调制解调芯片TDA5051A,通过电路信号收发系统送到电力网传输的典型应用电路系统。...
本系统设计是采用飞利溥公司推出的一款高度整合的家庭自动化专用电源调制解调芯片TDA5051A,通过电路信号收发系统送到电力网传输的典型应用电路系统。-The system design is the use of fly-li-po company launched a highly integrated dedicated power supply of the home automation modem chip TDA5051A, send and receive signals through the circuit to the power grid system, transmission system, a typical application circuit.
- 2022-04-18 03:11:28下载
- 积分:1
-
海康产品测试过支持的备份设备:一些测试过的备份设备的型号.rar...
海康产品测试过支持的备份设备:一些测试过的备份设备的型号.rar-Haikang Products tested to support the backup device: Some of the backup device tested models. Rar
- 2023-07-24 16:30:03下载
- 积分:1
-
* 用埃特金插值法依据N个已知数据点计算函数值
* 输入: n
* 用埃特金插值法依据N个已知数据点计算函数值
* 输入: n--已知数据点的个数N-1
* x--已知数据点第一坐标的N维列向量
* y--已知数据点第二坐标的N维列向量
* xx-插值点第一坐标
* eps--求解精度
* 输出: 函数返回值所求插值点的第二坐标
-* Use Aitken interpolation method based on N-known data points calculation function* Input : n-- known data points the number N-1* x-- known data points of the first N-dimensional coordinates listed Vector* y-- Known number stronghold of the second N-dimensional coordinates listed Vector* xx-point first interpolation coordinates* eps-- Accuracy* output : function return values for the second interpolation point coordinates
- 2022-02-27 04:09:19下载
- 积分:1
-
Shap file format, content Shap very detailed file format, content in great detai...
shap文件格式,内容很详细 shap文件格式,内容很详细-Shap file format, content Shap very detailed file format, content in great detail
- 2023-08-16 07:20: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
-
VFP模拟试题,可以在等级考试前做冲刺训练!我们共同学习,共同进步!...
VFP模拟试题,可以在等级考试前做冲刺训练!我们共同学习,共同进步!-VFP simulation questions, you can make in the grading of sprint training before the exam! Our common learning and common progress!
- 2022-03-16 22:26:47下载
- 积分:1
-
数据挖掘和数据检索,此文档写得很精辟,不过是英文的,目前我正在翻译此文档,进行到了一半,等完成时再上传...
数据挖掘和数据检索,此文档写得很精辟,不过是英文的,目前我正在翻译此文档,进行到了一半,等完成时再上传
- 2022-01-26 16:55:55下载
- 积分:1