-
Introduction to ERP
ERP初阶-Introduction to ERP
- 2022-03-21 14:11:59下载
- 积分:1
-
用于求解matlab排序问题,求解得效率很高,比一般的方法好哦...
用于求解matlab排序问题,求解得效率很高,比一般的方法好哦-Matlab for solving the scheduling problem, to solve a highly efficient method than the average好哦
- 2022-03-24 10:10:21下载
- 积分:1
-
关于移动机器人路径规划的ppt,参考了大量文献,涵盖了几乎可以看到的所有成熟路径规划算法并且加入了很多作者本人的理解。希望对需要的朋友有所帮助。...
关于移动机器人路径规划的ppt,参考了大量文献,涵盖了几乎可以看到的所有成熟路径规划算法并且加入了很多作者本人的理解。希望对需要的朋友有所帮助。-on mobile robot path planning ppt reference to the vast body of literature, cover almost all can see the maturity path planning algorithm and to the many authors I understand. Hope to a friend in need of help.
- 2022-03-07 18:03:27下载
- 积分:1
-
华为的同步设计
华为的同步设计-Huawei synchronization design
- 2022-03-18 21:13:04下载
- 积分:1
-
File to find the source code.
介绍了zip压缩的原理与实现。对初学者会有所帮助。-File to find the source code.
- 2022-02-07 08:49:25下载
- 积分:1
-
这是一个在法国的文件流
this is a document of straming in French-this is a document of straming in French...
- 2022-05-31 23:35:06下载
- 积分:1
-
Signal and System handouts, principle introduced by the very thorough and high r...
信号与系统的讲义,原理介绍的很详细,参考价值高-Signal and System handouts, principle introduced by the very thorough and high reference value
- 2023-01-26 06:10:03下载
- 积分:1
-
这个程序可以实现牛顿环(Newton s rings)的演示, 其中可调参数包括波长,
透镜曲率半径及最低点空气缝隙的厚度.参数的调节是通过欢快实现的,其中...
这个程序可以实现牛顿环(Newton s rings)的演示, 其中可调参数包括波长,
透镜曲率半径及最低点空气缝隙的厚度.参数的调节是通过欢快实现的,其中颜色
随波长近似的变化. 本程序可以增进读者对牛顿环的理解.-this procedure can be achieved Newton Central (Newton"s rings) demonstration. with adjustable parameters including wavelength, lens curvature radius and minimum thickness of the air gap. Parameter adjustment is achieved through the jubilant, With these color changes in the wavelength approximation. The procedure can improve readers to understand the Newton ring.
- 2022-02-16 09:03:12下载
- 积分: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
-
文件搜索器和 ZX 谱 TRD 磁盘图像采集卡
该程序被为了搜索 ZX 光谱的软盘映像中的文件。
选定的文件可以提取到磁盘,以及就聚集在 TRD 图像中,或保存为 PNG 图像。
写在 PureBasic 上 4.x。
- 2022-05-22 11:54:30下载
- 积分:1