-
激光雷达程序
说明: 激光雷达避障小车程序 keil5开发,可实现避障功能,自动躲避障碍物(The development of Keil 5 program for obstacle avoidance car of lidar can realize obstacle avoidance function and avoid obstacles automatically.)
- 2019-05-13 00:16:42下载
- 积分:1
-
boom网站宝贝v2.0
boom网站宝贝v2.0-website v2.0
- 2022-11-20 07:00:03下载
- 积分:1
-
SQL不要显示科学计数法
在DELPHI项目里,碰到SQL不要显示科学计数法(Do not display scientific counting method when encountering SQL in DELPHI project)
- 2020-06-17 11:00:02下载
- 积分:1
-
Reverse Engineering Master s thesis, reference of great value, great
逆向工程硕士毕业论文,极具参考价值,非常棒的-Reverse Engineering Master s thesis, reference of great value, great
- 2022-04-19 07:41:17下载
- 积分:1
-
AcTUP-v2.2L_2
水声工具箱中BELLHOP使用指南中文版,内有详细使用说明及应用。
(Hydroacoustic toolbox BELLHOP Guide Chinese version, which has detailed instructions for use and application.)(There are detailed instructions and applications in the Chinese version of the BELLHOP use guide in the underwater acoustic toolbox.
(Hydroacoustic toolbox BELLHOP Guide Chinese version, which has detailed instructions for use))
- 2018-03-15 09:58:44下载
- 积分:1
-
股票市场预测
说明: LSTM 作为预测模型,使用贝叶斯优化算法来实现股票预测的功能(LSTM as a prediction model, uses Bayesian optimization algorithm to achieve the function of stock forecasting)
- 2020-08-30 16:08:11下载
- 积分:1
-
高级例程-基于STM32 USB 虚拟串口 控制IO 端口
说明: 高级例程-基于STM32 USB 虚拟串口 控制IO 端口(STM32 USB IO control)
- 2020-12-31 16:51:00下载
- 积分:1
-
仿真3-带有时滞
研究多智能体的一致性问题,控制协议带有时滞(Multiagent consistency)
- 2018-05-12 18:22:38下载
- 积分:1
-
The code assumes a two
The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.) I have attempted to provide copious comments in the code and hope that a knowledgeable C programmer can quickly map the approach as described in the paper to what is in the program.
- 2022-04-19 22:19:25下载
- 积分:1
-
MainWindow
说明: 每个像素有RGB三个通道,每个通道占1个字节,灰度化公式如下:
Gray = (R + G + B) / 3 将算得的Gray值赋值给对应像素的RGB三个通道。
线性滤波的基本原理是用均值代替原图像中的各个像素值,即对待处理的当前像素点(x,y),选择一个模板,该模板由其近邻的若干像素组成,求模板中所有像素的均值,再把该均值赋予当前像素点(x,y),作为处理后图像在该点上的灰度g(x,y),即g(x,y)=1/m*∑f(x,y),m为该模板中包含当前像素在内的像素总个数。(Each pixel has three channels R G B, each of which takes up one byte.)
- 2020-11-30 11:19:28下载
- 积分:1