-
rtc实时时钟试验
应用背景在arm7 的stm32f103zet6芯片上实现电子日历的制作,采用定时功能来实现,可以自己设置显示的时间范围关键技术采用arm7 的stm32f103zet6的定时功能来制作电子日历,先确定日历最早日期,然后算出起始日期到当前日期的总秒数,在初一一年的秒数来实现时间分割
- 2022-11-15 17:50:04下载
- 积分:1
-
二叉树的C + + 实现
数据结构中的二叉树的C + + 实现,含有多种函数的实现
- 2022-05-07 13:33:11下载
- 积分:1
-
camera calibration
在opencv下,,对摄像机进行标定。用的是张正友的棋盘标定方法法。
在opencv下,,对摄像机进行标定。用的是张正友的棋盘标定方法法。
在opencv下,,对摄像机进行标定。用的是张正友的棋盘标定方法法。
在opencv下,,对摄像机进行标定。用的是张正友的棋盘标定方法法。
在opencv下,,对摄像机进行标定。用的是张正友的棋盘标定方法法。
希望能够有用吧。。。。。。。。。。。。
- 2022-07-02 15:47:27下载
- 积分:1
-
目标检测与跟踪
官网源码 方便大家查找学习 Efficient Online Structured Output Learning for Keypoint-Based Object Tracking 这篇论文的源码 放在这里方便大家节省一些时间
- 2022-09-13 23:55:03下载
- 积分:1
-
Boosting算法
Adaboost的算法。matlab程序,Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-20 22:11:07下载
- 积分:1
-
stable matching
简单的稳定匹配算法实现,无bug
Implement Gale-Shapley algorithm of the Stable Matching Problem in your
favorite language, and give the matching result of attached ranking data
(boys rankings.txt and girls rankings.txt), supposing that the ranking is sorted
from high to low. (C++ source file gs make ranking.cc which generates the
data is also supplied here.)
- 2023-02-04 07:15:03下载
- 积分:1
-
C++人员信息管理
员信息管理整个程序分为三个文件:employee.h是类定义头文件,employee.cpp是类文件是实现文件,7-10.cpp是主函数文件。编译后应该讲7-10.cpp和employee.cpp连接在一起,如果使用VC++开发环境,应该将7-10.cpp和employee.cpp放在一个project中。
- 2022-06-19 06:30:38下载
- 积分:1
-
大数算法,为了平常数据的输入,运算处理
大数算法,为了平常数据的输入,运算处理- The big number algorithm, for the ordinary data input, the
operation processes
- 2022-08-16 23:15:21下载
- 积分:1
-
Cuneyt Mertayak的Adaboost算法
Cuneyt Mertayak的Adaboost-matlab程序6个文件汇总+注释,能够在MATLAB运行成功实现Adaboost算法!
- 2022-06-16 20:03:31下载
- 积分:1
-
Kruskal算法的最小生成树解决分配问题(分配…
用Kruskal算法构造最小生成树解决指派问题(assignment problem)
一家公司经理准备安排 名员工去完成 项任务,每人一项。由于各员工的特点不同,不同的员工去完成同一项任务时所获得的回报是不同的。如何分配工作方案可以使总回报最大?
-Kruskal Algorithm used to solve assignment problem minimum spanning tree (assignment problem), a manager of the company prepare arrangements for employees to complete tasks, each one. As a result of the characteristics of different staff, different staff to accomplish the same mission when the return is different. How to allocate the work program can make the greatest total return?
- 2022-03-18 14:16:52下载
- 积分:1