-
OpenCV车辆动态识别且可计数等
本文件是基于opencv的,可以视频中的车辆进行计数还有估测车辆的速度。
- 2022-03-10 11:15:26下载
- 积分:1
-
修改Button的drawitem函数 改变Button的背景色前景色,美化按钮
修改Button的drawitem函数 改变Button的背景色前景色,美化按钮-Button" s drawitem function changes the background color to change Button foreground color, landscaping button
- 2022-08-11 13:52:15下载
- 积分:1
-
To C++
以C++为基础的数据结构与算法研究生复习资料。-To C++-Based data structure and algorithm for post-graduate refresher information.
- 2022-01-28 14:15:38下载
- 积分:1
-
This is a program of video upsample in the dct domain which convert the video re...
dct域内视频的上采样了,640*480到1920*1080-This is a program of video upsample in the dct domain which convert the video resolution from 640*480 to 1920*1080.
- 2022-05-06 11:50:46下载
- 积分:1
-
流水线作业练习,A、B机器处理作业1~5所需要的时间分别是『。。。。』『。。。。』,一台机器一次只能处理一个作业,一个作业只能由一台机器完成,求A、B完成所有作...
流水线作业练习,A、B机器处理作业1~5所需要的时间分别是『。。。。』『。。。。』,一台机器一次只能处理一个作业,一个作业只能由一台机器完成,求A、B完成所有作业的最短时间。-pipeline workbook, A, B machines handling a ~ 5 respectively, the time required is . . . . ]. . . . And one machine can handle only one time operation, an operation only by the completion of a machine, for A, B complete all work is the shortest time.
- 2022-04-20 04:25:08下载
- 积分:1
-
vb 超市管理系统销售部分 代码,希望指教,
vb 超市管理系统销售部分 代码,希望指教,-vb supermarket sales management system for some code, hope that advice
- 2023-02-04 03:40:04下载
- 积分:1
-
A custom button header files, the button automatically displays the features des...
自定义按钮的头文件,按钮上面自动显示功能描述。可以重载自己的按钮。-A custom button header files, the button automatically displays the features described above. You can override its own button.
- 2023-07-23 05:45:03下载
- 积分:1
-
针对6自由度运动平台开发的逆解解算、雅克比解算、速度和力解算的程序...
针对6自由度运动平台开发的逆解解算、雅克比解算、速度和力解算的程序-6-DOF Motion Platform for Development of Inverse Kinematics solver, Jacobian solver, solver speed and power of the procedure
- 2022-03-22 21:50:31下载
- 积分:1
-
功能:计算两个time_t时间的差,返回值为double类型的秒
功能:计算两个time_t时间的差,返回值为double类型的秒-functions : two time_t terms of the time difference, return value to the type of double seconds
- 2022-02-01 22:46:42下载
- 积分:1
-
Problem A:
Problem A:编辑距离问题
Time Limit:1000MS Memory Limit:65536K
Total Submit:157 Accepted:79
Description
设A 和B 是2 个字符串。要用最少的字符操作将字符串A 转换为字符串B。这里所说的字符操作包括
(1)删除一个字符;
(2)插入一个字符;
(3)将一个字符改为另一个字符。
将字符串A变换为字符串B 所用的最少字符操作数称为字符串A到B 的编辑距离,记为d(A,B)。试设计一个有效算法,对任给的2 个字符串A和B,计算出它们的编辑距离d(A,B)。
编程任务:
对于给定的字符串A和字符串B,编程计算其编辑距离d(A,B)。
Input
输入由多组测试数据组成。
每组测试数据输入的第1 行是字符串A,第2行是字符串B。
Output
对应每组输入,输出的每行中的数是编辑距离d(A,B)。
Sample Input
fxpimu
xwrs
Sample Output
5-Problem A:
- 2022-03-16 09:31:03下载
- 积分:1