-
opencv图像转换源。
Soure OpenCV.Convert image
- 2022-05-22 05:23:02下载
- 积分:1
-
实现对头文件和CPP源文件的导入与调用 包含头文件
实现对头文件和CPP源文件的导入与调用 包含头文件-implement the head and cpp test
- 2022-03-17 12:54:48下载
- 积分:1
-
MRV弹出日历程序
资源描述
详细介绍: 非常好的日历程序,想必您一定碰到过这样的情况:提供这样一种服务,用户输入某天的日期,然后弹出这个月的日历供你参考。怎么样,想要这个功能吗?那就下载它吧,不过你得懂组件技术,它可是采用组件做的呀!
- 2022-06-26 22:30:36下载
- 积分:1
-
achieve dormancy function is very simple, as long as the implementation of the a...
实现休眠功能很简单,只要在任意想要执行的地方执行如下给出的休眠函数SetPower()就行,其实休眠很简单,只需要API:SetSystemPowerState()就行,就如关机/注销/重启一样,只需要ExitWindowEx(),但这些API可以直接用在98下,却不能用在2000/XP中,因为这里牵涉到了用户权限,没有权限是不能进行这些操作的,所以,首先要取得权限,下面给出代码:-achieve dormancy function is very simple, as long as the implementation of the arbitrary want the local implementation of the dormancy is as follows function SetPower () on the trip, dormancy is very simple, just API : SetSystemPowerState () on the trip, as shutdown/cancellation/restart, only ExitWindowEx (), but these APIs can be directly used in 98, not in 2000/XP can use, because it involves a user privileges, no authority can carry out these operations, therefore, must first obtain authority code is given below :
- 2022-03-20 18:24:22下载
- 积分:1
-
有用的VC++类,包括动画按钮,超链接,注册表,精确计时器等...
有用的VC++类,包括动画按钮,超链接,注册表,精确计时器等-useful VC++ genus,including the cartoon button, hyperlink, registration table, accurate time-recorder ,etc.
- 2022-04-27 23:32:39下载
- 积分:1
-
used as a pattern recognition Bayesian classifier
一个用来做模式识别的贝叶斯分类器-used as a pattern recognition Bayesian classifier
- 2022-06-18 12:35:12下载
- 积分:1
-
C++程序设计(第二版)
pdf格式的,一本挺不错的书。
C++程序设计(第二版)
pdf格式的,一本挺不错的书。-C++ Program Design (Second Edition) pdf format, a very good book.
- 2022-03-06 18:06:33下载
- 积分:1
-
rjmcmc 图像处理
应用背景
使用该代码可以对图像进行特征提取。例如提取卫星图像中街道里的斑马线。还可以对闪电图像中电流路径进行提取,获得图像中电流的运动路径。
关键技术
visual studio
首先使用cmake将代码转换成visual studio项目, 转换过程中会提示安装一些必须软件如boost,shapelib,wxwidegets等等。
linux
qtcreator下使用g++
- 2022-02-14 07:02:41下载
- 积分:1
-
SUN Xin VC._code.rar
facilitate the initial learning VC++ of the people to lea...
孙鑫VC._code.rar
方便初始学习VC++的人士学习和使用。-SUN Xin VC._code.rar
facilitate the initial learning VC++ of the people to learn and use.
- 2022-09-22 04:10:03下载
- 积分:1
-
JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是...
JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是JNI。
JAVA通过JNI调用本地方法,而本地方法是以库文件的形式存放的(在WINDOWS平台上是DLL文件形式,在UNIX机器上是SO文件形式)。通过调用本地的库文件的内部方法,使JAVA可以实现和本地机器的紧密联系,调用系统级的各接口方法。
-JAVA characteristics of its cross-platform very popular, and because it is the purpose of cross-platform, making it the local machine to become small internal contact, the functions of its binding. JAVA solution on the local operation is a method of JNI. JAVA through JNI to call native methods, and the local method is based on the form of library files stored (in the WINDOWS platform are on the form of DLL files, in the UNIX machines are SO on the form of a document). By calling the local library file internal methods, so that JAVA and local machine can achieve close contact, call the system-level methods of the interface.
- 2022-08-19 07:40:31下载
- 积分:1