-
Renesea_LED
瑞萨单片机的R8C系列的串口调试硬件和一个闪灯的软件全部工程,瑞萨单片机的资料太少,特别是串口调试的就更少了,更别说这种成套的资料,所以上这个成套的工程给用瑞萨单片机的同胞们,硬件中包括原理图,布好的PCB板,只要连接一个串口1再加上我给出的软件工程绝对就可以串口调试了。(Renesas R8C Family of serial chip debugging hardware and software, a flash of all the works, Renesas MCU little information, especially the serial debug even less, let alone this set of data, so on the sets of project to use Renesas microcontrollers compatriots, including the hardware schematics, PCB board cloth good, as long as the serial port 1 connected together with a given software project I absolutely can debug serial port.)
- 2011-08-03 15:30:28下载
- 积分:1
-
uv_historgam
利用已知的平坦道路的视差图,得出uv方向的直方图,并且求出直线(The histogram of the UV direction and the straight line are obtained by using the disparity map of the known flat road.)
- 2018-12-31 17:03:01下载
- 积分:1
-
C#案例开发源代码,不错的源,大家看看,
C#案例开发源代码,不错的源,大家看看,-C# Cases the development of source code, a good source, let us look at
- 2022-03-23 07:28:38下载
- 积分:1
-
MATLAB图像处理中的基于sift的特征匹配代码,和基于znike矩的提取算法。研究图像处理和模式识别的看古来
自己读研时候用的图像处理领域的代码,主要用作模式识别,图像的特征点提取和特征匹配算法,代码中有关于sift算法的提取和根据欧氏距离进行匹配的代码。
另外,分享给大家自己在学习的过程中使用的一些有关ZENIKE和Hu矩的算法,代码可以运行,感兴趣的可以自行下载学习研究,祝大家共同进步!
- 2023-01-23 21:45:05下载
- 积分:1
-
LCD-and-fingerprint-identification
指纹识别加门控,用于校车工作人员职能监管,当且仅当司机和管理员指纹配对正确后,校车才能启动;汽车停止后管理员指纹识别成功后,车门打开;(Fingerprint identification and gating for the school bus staff supervision functions, if and only if the driver and administrators fingerprint matching, right bus can start After the success of the car to stop after the administrator fingerprint identification, the door opened )
- 2014-01-04 17:09:27下载
- 积分:1
-
CSHARP AO开发,一个对初学者入门相当不错的书
CSHARP AO开发,一个对初学者入门相当不错的书-CSHARP AO development, a very good beginners book entry
- 2023-02-20 18:45:03下载
- 积分:1
-
车牌识别,神经网络算法LPRBPDemo2009KV
车牌识别,神经网络算法,识别率高达95%,识别时间低于80ms。(License plate recognition, neural network algorithm, the recognition rate as high as 95 percent, to identify less than 80ms.)
- 2020-06-26 01:40:02下载
- 积分:1
-
9286927070903
C sharp 编程,C sharp 串口示例化编程(C sharp)
- 2016-05-12 09:03:44下载
- 积分:1
-
图的算法实现
图的算法实现
(1)将图的信息建立文件;
(2)从文件读入图的信息,建立邻接矩阵和邻接表;
(3)实现Prim、Kruskal、Dijkstra和拓扑排序算法。
(Graph Algorithms (1) will map the information to create the document (2) read from the document map information, the establishment of adjacency matrix and adjacency list (3) the realization of Prim, Kruskal, Dijkstra, and topological sorting algorithm.)
- 2021-04-22 15:18:48下载
- 积分:1
-
短作业优先算法
最短作业优先(SJF)是一种调度任务请求的调度策略。每个任务请求包含有请求时间(即向系统提交的请求的时间)和持续时间(即完成任务所需时间)。当前任务完成后,SJF策略会选择最短持续时间执行任务,若最短持续时间相同,则选择最早请求时间的任务。任务等待时间为请求时间和实际开始时间之差。假设系统一直执行任务,从未空闲。设计程序,输入请求时间表和对应的持续时间表,以及任务数量,计算平均等待时间。
- 2022-11-27 09:20:03下载
- 积分:1