-
arduino 线追随者
源基于我的教育在大学,也是我的经验。I 工作大量的机器人项目,这是 them.this 代码之一有 pıd (控制算法) 更好的控制。I 希望这会帮到你。
- 2022-05-31 02:48:30下载
- 积分:1
-
基于opencv的行人检测
基于opencv的行人检测,基于HSC特征,使用SVM进行训练分类器,目前只能对图片使用
- 2022-10-10 00:55:03下载
- 积分:1
-
FivesChess
由于五子棋比一字棋难,规则多,又有禁手限制,无法采用简单的搜索和加分方式。
为了分清各种情况的轻重缓急,我们采用一次性打分的策略:
对棋盘上的每个空位根据情况的轻重缓急,越重越争分越高,反之越低,然后根据打分找出分值最高的的位置下子。(Since backgammon difficult than the word chess, rules and more restrictions have cut hand, you can not use a simple search and processing of ways. In order to prioritize a variety of situations, we use a one-time scoring strategy: for each vacancy on the board in accordance with the priorities of the situation, the more weight the more indisputable points higher, whereas the lower, and then find the highest score according to the scoring Location erupted.)
- 2014-03-28 15:51:59下载
- 积分:1
-
GPRS-MG323
用STM32F101或者STM32F103单片机,对华为GPRS模块MG323或其他兼容模块进行设置,实现远程数据的传送,源码经过测试可行,用户应将 IP:PORT 填完整(Use STM32F101 or STM32F103 microcontroller, huawei GPRS module MG323 or other compatible module Settings, realize remote data transmission, source tested feasible, users should be fill full IP: PORT )
- 2014-11-08 13:34:23下载
- 积分:1
-
SwitchNetCOnfig-Source
说明: test bandwidth network on pc
- 2020-06-24 15:00:02下载
- 积分:1
-
opencv均值迭代阈值法
是在Mac OS X EI Capitan系统上,运行平台是Clion,用OpenCV2.4.11版本,cmake编译,这是一个图像处理中均值迭代阈值法对图像进行区域分割的实现,基本的步骤为:
1)选择一个初始化阈值T,通常取灰度值的平均值;
2)使用阈值T将图像的像素分为两部分:G1包含的灰度大于T,G2包含的灰度小于T;
3)计算G1中所有像素的均值u1以及G2中所有像素的均值u2;
4)更新T=(u1+u2)/2;
5)重复步骤2)~4),直到相邻两次计算的结果小于一个预先确定的值Threshold;
6)用这个Threshold阈值作为最后的阈值进行分割
- 2023-01-04 01:00:03下载
- 积分:1
-
OpenCV
讨论了OpenCV(Open Source Computer Vision Library)相对于现有的计算机视觉软件包所具有的优势,描述了OpenCV的
环境配置、数据定义、图像元素访问方式。OpenCV成为一种源码开放、包含丰富的高级数学计算函数、图像处理函数和计算机视觉
函数、不断更新和平台无关性的计算机视觉软件包。(Discussed the OpenCV (Open Source Computer Vision Library) relative to the existing computer vision, the advantages of packages, description of OpenCV environment configuration, data definition, the image element access mode. OpenCV become an open-source, contains a wealth of advanced mathematical calculations, functions, image processing functions, and computer vision functions, continuously updated, and platform-independent package of computer vision.)
- 2009-10-25 00:48:30下载
- 积分:1
-
mega drive
说明: programming MEGA DRIVE by C language
- 2020-01-29 11:00:53下载
- 积分:1
-
caiquan
石头,剪刀,布:设计一个游戏,让用户与计算机玩“石头,剪刀,布”游戏,要求:
程序能够统计玩的次数以及每一次的结果,说明是谁赢了,还是平了;
计算机出牌的最简单的方法是随机算法,请尝试考虑能不能设置一种分析用户出牌规律的算法,让计算机能够赢用户的几率大于50 。
(Rock, scissors, cloth: to design a game, let the user and the computer to play stone, scissors, cloth game, requirements:
program to play the number of statistics and the result of every time, that is who won, or flat
computer play the most simple way is random algorithm, please try to consider the user can set up a kind of analysis play rule algorithm, is greater than 50 chance to win the user s computer.)
- 2020-07-04 13:20:02下载
- 积分:1
-
fc3c8487af6e3cb16d4574d07cb37dbf
STM32F107的单片机,针对红外遥控解码,我们已经使用过(STM32F107 infrared remote control code)
- 2013-12-17 17:48:32下载
- 积分:1