-
matlab机器人避障
说明: 机器人避障问题,从开始点抵达终点,采用人工势场法,用matlab语言实现(The mobile robot's path finding method avoids obstacles and reaches the end point from the specified point.)
- 2018-04-22 16:18:23下载
- 积分:1
-
Robert边缘检测
边缘检测的Robert算子Python实现,一个是带噪声,一个是不带噪声的代码(Implementation of Edge Detection)
- 2019-04-15 10:26:48下载
- 积分:1
-
BAS BP论文及代码
说明: 天牛须混沌算法,BP论文及代码。需要下载(Tian Niu Chaotic Algorithm)
- 2020-12-15 11:19:13下载
- 积分:1
-
with multim2001 preparation, as a circuit beginners can learn reference
用multim2001编写,可以作为电路初学者的学习参考-with multim2001 preparation, as a circuit beginners can learn reference
- 2022-03-23 05:37:47下载
- 积分:1
-
陈明计先生写的SMALL RTOS51 smallR_TOS51_BOOK
本书:是陈明计先生写的SMALL RTOS51。格式为PDF。该书详细分析了RTOS51的编写过程。非常详细的流程图。只要有一定的基础,就能够快速掌握RTOS编程思路。(This book: It is written by Mr. Chen Mingji SMALL RTOS51. Format PDF. RTOS51 book is a detailed analysis of the preparation process. Very detailed flow chart. As long as there is a foundation, will be able to quickly grasp the idea of RTOS programming.)
- 2020-06-26 01:20:02下载
- 积分:1
-
sparse and redundant representation
稀疏与冗余表示-理论及其在信号与图像处理中的应用一书的源代码(Sparse and redundant representation -From theory to application in signal and image processing -- the source code of the Book)
- 2020-11-25 23:39:32下载
- 积分:1
-
C# 设置屏幕分辨率
C# 改变屏幕分辨率,功能仿windows 的屏幕分辨率设置,改变滑块改变分辨率大校本例可学习一下滑块的用法。源代码如下:
long RetVal = 0;
DEVMODE dm = new DEVMODE();
dm.dmSize = (short)Marshal.SizeOf(typeof(DEVMODE));
dm.dmPelsWidth = dWidth;//宽
dm.dmPelsHeight = dHeight;//高
dm.dmDisplayFrequency = 85;//刷新率
dm.dmFields = DEVMODE.DM_PELSWIDTH | DEVMODE.DM_PELSHEIGHT | DEVMODE.DM_DISPLAYFREQUENCY | DEVMODE.DM_BITSPERPEL;
RetVal = ChangeDisplaySettings(ref dm, 0);
- 2023-03-16 15:00:04下载
- 积分:1
-
学习linux的好文档,挂载U盘,很有用处,对学习linux.
学习linux的好文档,挂载U盘,很有用处,对学习linux.-A good document to learn linux, mount U disk, very useful for studying linux.
- 2023-02-20 15:35:04下载
- 积分:1
-
代码整洁之道
学习资料,通过代码示例学习代码重构和规范,适合团队学习(Learning materials, learning code refactoring and specification through code examples, are suitable for team learning)
- 2020-06-25 00:40:02下载
- 积分:1
-
game2048
基于python3.6版本的2048算法开发(Development of 2048 algorithm based on python3.6)
- 2020-06-19 16:00:02下载
- 积分:1