-
解决java和COM集成的问题。
对程序开发人员是一个很大的好处。...
解决java和COM集成的问题。
对程序开发人员是一个很大的好处。-java and COM solve the problems of the integration. Right developers is a great advantage.
- 2022-05-22 05:48:48下载
- 积分:1
-
" C++ university courses," Chapter 24, the contents of the source code...
《C++大学教程》 24章源代码例子 光盘内容-" C++ university courses," Chapter 24, the contents of the source code examples of CD-ROM
- 2022-02-12 16:28:14下载
- 积分:1
-
解决管理和设置,使用电子表格设置方便…
IP地址管理和设置,用excel电子表格方便的管理和设置-IP address management and settings, using excel spreadsheet set up to facilitate the management and
- 2022-05-10 18:40:10下载
- 积分:1
-
Interestingly, a simple Sudoku game, spent a few days spare time to complete, co...
一个简单有趣的数独游戏,花了几天业余时间完成,可以考虑给小孩子玩玩 益智-Interestingly, a simple Sudoku game, spent a few days spare time to complete, could be considered to children play puzzle
- 2022-01-26 00:55:01下载
- 积分:1
-
从一个小程序,实现图像拼接的效果,初学者可以参考一下…
上传个小程序,实现图像的马赛克效果,初学者可以参考下-From a small program to achieve the image mosaic effects, beginners can refer to the next
- 2023-01-19 05:25:04下载
- 积分:1
-
Wince下蓝牙连接程序。实现连蓝牙设备和wince终端连接功能,连接成功后虚拟出一个串口供应用程序访问并做读写操作。...
Wince下蓝牙连接程序。实现连蓝牙设备和wince终端连接功能,连接成功后虚拟出一个串口供应用程序访问并做读写操作。-Wince under the Bluetooth connection program. To achieve even the Bluetooth devices and wince terminal connection, the connection after the success of a virtual serial port available to the application to access and do read and write operations.
- 2022-11-12 06:50:03下载
- 积分:1
-
光标跟随,易语言源码,仅供易语言初学者参考。
光标跟随,易语言源码,仅供易语言初学者参考。-The cursor to follow, easy-language source code, easy language for beginners for reference purposes only.
- 2022-12-14 00:40:03下载
- 积分:1
-
opencv读取摄像头
opencv读取摄像头并将将其显示,
cvCreateCameraCapture
初始化从摄像头中获取视频
CvCapture* cvCreateCameraCapture( int index );
index 要使用的摄像头索引。如果只有一个摄像头或者用哪个摄像头也无所谓,那使用参数-1应该便可以。
函数cvCreateCameraCapture给从摄像头的视频流分配和初始化CvCapture结构。目前在Windows下可使用两种接口:Video for Windows(VFW)和Matrox Imaging Library(MIL); Linux下也有两种接口:V4L和FireWire(IEEE1394)。
释放这个结构,使用函数cvRele
- 2022-01-22 05:30:22下载
- 积分:1
-
windows下的xwininfo-窗口信息读取工具
在Linux下,xwininfo可以抓取Linux运行窗口界面的信息,但windows系统没有。为此原创此工具用来抓取windows运行窗口信息。
此代码为ahk语言代码,使用ahk2exe工具可以编译为exe文件
- 2022-08-16 15:58:18下载
- 积分:1
-
如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲...
如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲起,如何实现MFC扩展DLL中导出类和对话框。-If you want to make you software module, you should make sense of DLL. Modifying my previous software these days, I decide to make the classes and dialogs in common use into DLLs. Now we begin with a simple example, to explain how to export classes an dialogs from MFC extended DLL.
- 2022-01-26 03:16:04下载
- 积分:1