-
VB读写ACCESS数据库,根据数据库中表的记录动态增加控件。
VB读写ACCESS数据库,根据数据库中表的记录动态增加控件。-VB to read and write ACCESS database, according to records of the database table dynamically increasing control.
- 2022-08-13 06:03:22下载
- 积分:1
-
Mobile手机录像,获取源数据是WMV9格式,输出格式为ASF
Requirements:
Visual Studio 2005,
Win...
Mobile手机录像,获取源数据是WMV9格式,输出格式为ASF
Requirements:
Visual Studio 2005,
Windows Mobile 5.0 Pocket PC SDK,
ActiveSync 4.0.-Feature Area:
Video capture
Description:
This sample provides the basic video capture functionalities: It captures and encodes video in a WMV file,
and captures and encodes an image in a jpeg file.
Usage:
Build and deploy using Visual Studio 2005.
Relevant APIs/Associated Help Topics:
ICaptureGraphBUilder2
Assumptions:
Your device needs to have a video capture driver installed (the emulator ships with a null capture driver).
The video will be saved to the root of your device to "video1.asf".
The still picture will be saved to "test.jpg"
If you wish, you can change these hardcoded values in the code for the files to be saved to a different
location.
Requirements:
Visual Studio 2005,
Windows Mobile 5.0 Pocket PC SDK,
ActiveSync 4.0.
- 2022-03-10 08:30:19下载
- 积分:1
-
调试工具windbg的扩展插件,可以查看进程中的所有窗口信息,可以结合windbg的命令使用:!hwnd
* 函数: hwnd
* 功能: 显示被调...
调试工具windbg的扩展插件,可以查看进程中的所有窗口信息,可以结合windbg的命令使用:!hwnd
* 函数: hwnd
* 功能: 显示被调试进程中的窗口信息
* 参数: hwnd [-h] [Handle [ UMFlags [TypeName] ] ]
* Handle 窗口句柄
* 如果Handle为0,则显示进程中的所有窗口信息
* UMFlags 显示参数,如果是0,则显示最基本参数
* Bit 0 (0x1) 显示General Properties
* Bit 1 (0x2) 显示窗口样式
* Bit 2 (0x4) 显示相关窗口
* Bit 3 (0x8) 显示Class信息
* -h 窗口边框高亮
* TypeName 窗口类型
-Windbg debugging tools for extension, you can view all the windows in the process of information may be combined with the use of windbg the command:! Hwnd* Function: hwnd* function: shows debug window in the process of information* parameters: hwnd [-h] [ Handle [UMFlags [TypeName]]]* Handle window handle* If Handle is 0, it shows all the windows in the process of information* UMFlags display parameters, if it is 0, it shows the basic parameters* Bit 0 (0x1) shows General Properties* Bit 1 (0x2) display window style* Bit 2 (0x4) display window* Bit 3 (0x8) display Class information
- 2022-03-06 01:53:55下载
- 积分:1
-
access to view from anywhere
access to view from anywhere
- 2022-03-31 09:13:49下载
- 积分:1
-
C++ High reference manual procedures, a tool, a very good study C++ Language boo...
C++程序高级参考手册,一本工具书,一本非常不错的学习C++语言的书籍-C++ High reference manual procedures, a tool, a very good study C++ Language books
- 2023-07-07 23:45:04下载
- 积分:1
-
内存分配算法C++
该程序是在VC++6.0上实现的内存分配算法,包括首次适应算法(从自由空闲区中选取第一个合适空闲区来分配)和最佳适应算法(找到大小最接近的空闲区来分配)两种。
- 2022-01-25 22:36:29下载
- 积分:1
-
网络优化算法:最大流的FordFulkerson标号算法
网络优化算法:最大流的FordFulkerson标号算法-Network optimization algorithms: maximum flow of FordFulkerson Enumeration
- 2022-03-20 10:37:56下载
- 积分:1
-
基于asp.net的网上书店系统
基于asp.net的网上书店系统,可实现书籍上架,下架,加入购物车,等基本功能
- 2022-02-03 21:41:11下载
- 积分:1
-
发送程序段,已经调试通过,希望可以学习程序开发有帮助
发送程序段,已经调试通过,希望可以学习程序开发有帮助-Send program segment, have been debug through, hoping to develop the learning process has helped
- 2022-07-26 10:01:09下载
- 积分:1
-
RS232 串行端口
在通信,RS-232是用于数据的串行通信的传输标准。它的DTE(数据终端设备)之间的连接的信号正式定义诸
如计算机终端,以及一个DCE(数据电路终接设备,最初作为数据通信设备[1]),如一个调制解调器。在RS-232
标准是常用的计算机的串行端口。该标准定义了电气特性和信号的定时,则信号的意义,以及连接器的物理尺寸
和引脚。该标准的最新版本是TIA-232-F接口间的数据终端设备和数据电路终端设备采用串行二进制数据交换,在
1997年发行。
- 2022-11-07 04:20:03下载
- 积分:1