-
常用算法程序集徐士良(C++)
网上都是C语言版本的,这个是C++版本的,想要的赶快下吧!!(Online are C language version, this is the C++ version, want to hurry down!!)
- 2017-07-29 09:21:16下载
- 积分:1
-
opencv打开USB摄像头
#include
#include
#include
#include
using namespace cv;
int main()
{
VideoCapture capture(1);
//namedWindow("a", CV_WINDOW_NORMAL);
//setWindowProperty("a", CV_WND_PROP_FULLSCREEN);
//capture.set(CV_CAP_PROP_FRAME_WIDTH, 1920.0);
//capture.set(CV_CAP_PROP_FRAME_HEIGHT, 1920.0);
while (1)
{
Mat frame;
capture >> frame;
imshow("a", frame);
waitKey(30);
}
return 0;
}
- 2023-05-01 04:05:05下载
- 积分:1
-
kev
这是一个开机自启的控制台应用程序,实在没什么东西拿的出手,但是想看看别人的东西,所以就把这个上载了。大家感兴趣的话可以找我帮忙把他可视化(This is a boot from Kai console application, there really is something to take the shot, but would like to see other people' s stuff, so put this uploaded. We are interested in, then you can ask me for help visualize him)
- 2013-12-30 14:17:57下载
- 积分:1
-
Multi2Carrier-Measurements
利用GNSS 进行高精度导航定位的前提是正确固定载波相位观测值的整周模糊度。由Galileo 系统的4 个载波观测值可以
形成诸多有良好特性的组合观测值,利用这些组合观测值,结合MCAR 方法,可以有效地确定整周模糊度。(The use of high-precision GNSS navigation and positioning the premise is correct carrier phase observations fixed integer ambiguity. May consist of four carriers observations Galileo system
There are many good characteristics to form a combination of observations using a combination of these observations, combined with MCAR method can effectively determine the integer ambiguity.)
- 2013-12-21 14:07:20下载
- 积分:1
-
基于asp.net的婚介管理系统
基于asp.net的婚介管理系统 包括源码 论文 等
- 2023-01-07 21:30:04下载
- 积分:1
-
DVD
说明: 自己写的一个DVD小程序,有界面,包括曲目选择,前进,后退功能等(Write a DVD small procedures, interface, including track selection, forward and backward functions)
- 2010-05-02 22:54:01下载
- 积分:1
-
waff-2007-01-11
一个由Mike Gashler完成的机器学习方面的includes neural net, naive bayesian classifier, decision tree, KNN, a genetic algorithm, and some manifold learning algorithms. (by Mike Gashler a complete machine learning includes the neur al net, naive bayesian classifier. decision tree, KNN, a genetic algorithm, manifold and some learning algorithms.)
- 2007-03-20 10:43:20下载
- 积分:1
-
RSA
vc环境下RSA算法加解密功能 很強大,對RSA瞭解有所幫助(Vc environment RSA algorithm encryption function)
- 2013-09-06 09:40:42下载
- 积分:1
-
模拟微信抢红包软件
一款模拟(模仿)微信抢红包软件源码,控制台,实现算法,获取手气最佳人及金额,有需要的朋友不要错过!
- 2022-02-03 09:21:24下载
- 积分:1
-
vc_linkL
说明: 自己写的C++实现单链表操作的源代码,请大家多多指教。
(himself wrote the single-List C operation of source code, please exhibitions.)
- 2006-04-02 17:32:09下载
- 积分:1