-
对视频用OpenCV实现模板匹配,效果很好
对视频用OpenCV实现模板匹配,效果很好-template matching using OpenCV,the results are good!
- 2023-06-28 21:10:03下载
- 积分:1
-
To run this software requires installation of JAVA. The main function of the sof...
运行本软件需要安装有JAVA。
本软件主要功能能够快速产生60条记录,记录格式依照输入模板产生。通过复制黏贴能够快速将生成的记录填到Excel文档中。
谢谢使用! ^&^-To run this software requires installation of JAVA. The main function of the software can quickly generate 60 records, record format in accordance with input template generated. By copying the adhesive can be quickly generated records to fill the Excel document. Thank you to use! ^ & ^
- 2022-01-26 07:17:49下载
- 积分:1
-
利用mfc制作一个可以显示磁盘使用状况的对话框,供初学者学习对话框的制作以及与系统资源交互的编程方法。...
利用mfc制作一个可以显示磁盘使用状况的对话框,供初学者学习对话框的制作以及与系统资源交互的编程方法。-The use of mfc create a disk usage can display the dialog box, for beginners to learn the production of the dialog box, as well as interact with the system resources programming method.
- 2022-03-24 03:18:09下载
- 积分:1
-
老外写的一个操作excel的文件含源码
这个方便,并且速度比调用excel.exe快很多...
老外写的一个操作excel的文件含源码
这个方便,并且速度比调用excel.exe快很多-Written by a foreigner to operate the excel file containing the source code to facilitate and speed much faster than calling excel.exe
- 2022-09-09 10:40:04下载
- 积分:1
-
显示时间分钟秒,利用了定时器的中断来编程,可以做一个电子钟...
显示时间分钟秒,利用了定时器的中断来编程,可以做一个电子钟-Show Time minutes, seconds, using a timer interrupt programming, we can do an electronic clock
- 2022-02-01 15:11:30下载
- 积分:1
-
抽道程序,用于地球物理专业
这是一个抽道程序,用于时间抽道,把时间抽稀,在画图上可以较快的画出图像,并且合理的抽道可以保证图像并不失真。非常简单实用的一个程序,本人原创代码,希望大家喜欢。
- 2022-04-07 15:48:06下载
- 积分:1
-
主要用于网站开发,和编程以及Java的应用!
主要用于网站开发,和编程以及Java的应用!-Mainly used for web site development, and programming, as well as Java applications!
- 2022-01-25 21:05:16下载
- 积分:1
-
function [tout, yout] = rk4 (ypfun. tspan, y0, h)% fixed step four
function [tout, yout] = rk4(ypfun, tspan, y0, h)
%定步长四阶Runge-Kutta法求常微分方程(组)数值解
%[tout,yout] = rk4( ypfun , tspan, y0,h)
% 这里字符串ypfun是用以表示f(t, y)的M文件名,
% tspan=[t0, tfinal]表示自变量初值t0和终值tf
% y0表示初值向量y0,h是步长。
% 输出列向量tout表示节点 (t0 , t1 , … , tn)
% 输出矩阵yout 表示数值解,每一列对应y的一个分量-function [tout, yout] = rk4 (ypfun. tspan, y0, h)% fixed step four-stage Runge- Kutta method for ordinary differential equations (Group) numerical solution% [tout. yout] = rk4 (ypfun, tspan, y0, h)% string ypfun here is used to indicate that f (t, y) M name, tspan% = [t0. tfinal] said variable initial and final t0 tf% y0 said initial vector y0, h is a step. % Output column vector tout said Node (t0, t1, ..., tn)% output matrix yout said numerical solution, each y counterparts out of a weight
- 2023-01-15 01:20:03下载
- 积分:1
-
从键盘输入一些字符,逐个把它们送到磁盘上去,直到输入一个#为止。...
从键盘输入一些字符,逐个把它们送到磁盘上去,直到输入一个#为止。-Keyboard input from a number of characters, one by one they go to the disk until the input of a# far.
- 2022-01-31 09:04:43下载
- 积分:1
-
fmincon函数代码,点击直接运行结果,最小值求解程序MATLAB
Matlab最小值求解程序;里面有案例;点击直接使用;根据代码直接套用修改后,就可以进行模型求解;此代码可以类似用于所有最优解的求解程序太用。你值得拥有!另外有任何问题,可以联系本人手把手教会
- 2022-04-06 11:02:00下载
- 积分:1