-
本书深入探索了Win32程序设计接口的根本重心,是解决Windows程序开发各种疑难杂症时的灵丹妙药。...
本书深入探索了Win32程序设计接口的根本重心,是解决Windows程序开发各种疑难杂症时的灵丹妙药。-This book explores in depth Win32 Programming Interface fundamental focus is to solve the Windows procedures for the development of complex diseases, when a panacea.
- 2022-05-05 15:47:28下载
- 积分:1
-
translate excel to access
translate excel to acce-translate excel to access
- 2022-08-15 11:04:44下载
- 积分:1
-
二叉树的递归算法:计算高度、结点个数、交换左右儿子
问题的描述
写一完整函数,计算树的结点数目int CountNode(BTNode<T>...
二叉树的递归算法:计算高度、结点个数、交换左右儿子
问题的描述
写一完整函数,计算树的结点数目int CountNode(BTNode* &t);
完善以下两个函数:
计算树的高度int Depth(BTNode* &root);
对树的所有子树交换左右孩子void swapsons(BTNode* &t);-Binary Tree Recursive Algorithm: Calculate the height of node number, the exchange about the issue of his son to write a complete description of function, calculating the number of tree node int CountNode (BTNode
- 2022-02-12 18:10:20下载
- 积分:1
-
JAVA 程序设计
JAVA 程序设计-JAVA Programming
- 2023-05-15 22:35:03下载
- 积分:1
-
use of this procedure : 1. You can monitor the computer running program, on your...
利用这个程序: 1.可以监视在你的电脑运行的程序, 把在你的电脑运行过的程序的时间和名字记录下来 2.可以阻止你规定的禁用程序的执行, 比如不让玩游戏。 3.这个程序需要加入注册表, 在系统启动时就运行, 达到监视的目的。注册表大概都不陌生,就是这里: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun-use of this procedure : 1. You can monitor the computer running program, on your computer one of the procedures of the time and record the names of two. You can stop the implementation of the banned procedures, such as not playing games. 3. This procedure needs to join the registry, the system started running on to achieve the purpose of surveillance. The registry probably not unfamiliar, is here : HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows CurrentVersion Run
- 2022-02-13 15:25:41下载
- 积分: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
-
SmartFox源码 详细的 附带说明
SmartFox源码 详细的 附带说明-SmartFox detailed annotated source
- 2022-05-19 22:33:41下载
- 积分:1
-
天气预报,研究265网站做的天气预报。仅供学习使用。
天气预报,研究265网站做的天气预报。仅供学习使用。-Weather forecasting, 265 research sites to do the weather forecast. For learning to use.
- 2022-02-12 19:17:59下载
- 积分:1
-
本程序是在EVC上开发的串口通讯程序,能很好的和PC机进行通讯。是学习Windows CE嵌入式系统的一个很好的例子...
本程序是在EVC上开发的串口通讯程序,能很好的和PC机进行通讯。是学习Windows CE嵌入式系统的一个很好的例子-This procedure was developed in EVC serial communication procedures, and the PC can be a very good machine to communicate. Learn Windows CE embedded system a very good example
- 2022-03-02 14:58:37下载
- 积分:1
-
软件自动升级
软件自动升级程序-automatic software upgrade
- 2022-02-16 08:58:50下载
- 积分:1