登录
首页 » Windows开发 » TVideoGrabber Video Capture and Media Player component

TVideoGrabber Video Capture and Media Player component

于 2022-10-11 发布 文件大小:1.05 MB
0 139
下载积分: 2 下载次数: 1

代码说明:

TVideoGrabber Video Capture and Media Player component

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这是我花了好几个小时制作的实用的进度条源码,很个性化的...
    这是我花了好几个小时制作的实用的进度条源码,很个性化的-This is what I spent several hours making practical progress bar source, it is personalized
    2023-03-25 00:20:03下载
    积分:1
  • VB.net 做的便签小工具,可以置顶,实时保存。VB.net读取文本文件的示例。
    有很多时候在网上查资料时,都需要临时复制一些文本到一个记事本文件中,汇总,然后编辑,在一起复制到需要的地方。然而,windows系统自带的记事本不能置顶,这就很不方便了。这个小程序可以实现置顶,可以调节字体大小、颜色和背景颜色和透明度。每次文件改动,内容都会自动保存到程序所在路径的一个txt文件中。当然,还有改进的地方,例如支持浏览历史纪录。还有就是,settings窗口的窗体设计文件丢失了,只有个代码文件。如果觉得难看很容易重新做一个的。
    2022-04-19 23:26:31下载
    积分:1
  • Realize the main stack are some of the basic operations, such as: out of stack,...
    主要是实现堆栈的一些基本操作,比如:出栈,清空堆栈,访问堆栈顶元素,以及测试堆栈状态等。-Realize the main stack are some of the basic operations, such as: out of stack, empty the stack, the stack top element of the visit, as well as the test stack status.
    2022-07-26 01:11:56下载
    积分:1
  • 商业单位需要容易记忆的电话号码,有一些方法可以让电话号码变得更容易记忆。譬如,可以把电话号码写成单词或短语,如 TUT...
    商业单位需要容易记忆的电话号码,有一些方法可以让电话号码变得更容易记忆。譬如,可以把电话号码写成单词或短语,如 TUT-GLOP 可以代表滑铁卢大学的电话。有时仅仅是把号码的一部分写成单词,如打 310-GINO 便可向 GINO 比萨饼店定购比萨。另一种让电话号码容易记忆的方法是将数字用一种容易记的方式组合起来,譬如 3-10-10-10 也可以代表 GINO 比萨饼店。 电话号码的标准形式是七位十进制数字,在它的第三位和第四位之间用连字符连接(例如:888-1200)。电话的键盘提供了字符于数字之间的映射关系,如下所示: 2 A、B和C 3 D、E和F 4 G、H和I 5 J、K和L 6 M、N和O 7 P、R和S 8 T、U和V 9 W、X和Y Q 和 Z 没有映射到键盘,而连字符不需要被拨打并且可以根据需要添加和删除。TUT-GLOP 的标准形式是 888-4567,310-GINO 的标准形式是310-4466,3-10-10-10的标准形式也是 310-1010。 如果两个电话号码有相同的标准形式,那么这两个电话号码是相同的。-commercial units need easy to remember telephone numbers, there are ways to allow more telephone numbers easy to remember. For example, telephone numbers can be written words or phrases, such as pseudodynamic- GLOP can represent the University of Waterloo calls. Sometimes numbers is only part of the written word. if the fight 310-GINO will be able to GINO pizza shop ordering pizza. Another phone number so easy to remember the method is to use a numbe
    2022-01-31 01:21:55下载
    积分:1
  • 此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: +...
    此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc 例如设定a1和a2的大小,就可计算下列表达式: exp(sin(a1)*cos(a2))操作系统: Visual C++语言 -this arithmetic expression in accordance with the procedures in the importation of variable size and arithmetic expressions dynamic analytical expression to be Operational results. Support for a number of arithmetic operations and mathematical functions are as follows : :-*/^ () mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, for example, to set trunc a1 and a2 the size, can be calculated by the following formula : exp ( sin (a1)* cos (a2)) Operating System : Visual C language
    2023-03-14 14:10:03下载
    积分:1
  • c++ at c are created on the basis of C than the more powerful, it is an object
    c++是在c的基础上创建的   它比c的功能更强大,它是一门面向对象程序设计语言   向对象程序设计是一种新型的程序设计范型.这种范型的主要特征是:   程序=对象+消息   面向对象程序的基本元素是对象,面向对象程序的主要结构特点是:第一,程序一般由类的定义和类的使用两部分组成,在主程序中定义各对象并规定它们之间传递消息的规律.第二,程序中的一切操作都是通过向对象发送消息来实现的,对象接收到消息后,启动有关方法完成相应的操作.一个程序中涉及到的类,可以由程序设计者自己定义,也可以使用现成的类(包括类库中为用户提供的类和他人已构建好的).尽量使用现成的类,是面向对象程序设计范型所倡导的程序设计风格. -c++ at c are created on the basis of C than the more powerful, it is an object-oriented programming language Designed to the object is a new kind of programming model. This model s main features are: Process = object+ message Object-oriented programming is an essential element of the object, object-oriented programming are the main structural characteristics: first, the general procedures defined by the type and category of use of two parts, as defined in the main program and the provisions of the object between them message passing patterns. Secondly, the proceedings of all operations through to the target to send the message to achieve targeted message received a
    2022-05-27 17:07:45下载
    积分:1
  • 局部敏感哈希LSB源学习留学rar编码
    局部性敏感哈希 (LSH) 是一种算法求解 (近似/确切) 附近邻居搜索在高维特征空间中。在此网页上,你会发现指针为欧几里德 (l_2) 的空间,新的 LSH 算法描述的 E2LSHpackage,这个新的欧几里得空间算法的一个实现。
    2022-01-26 00:08:12下载
    积分:1
  • 控制CAPSLOCK, NUMLOCK, SCRLOCK键的程序
    控制CAPSLOCK, NUMLOCK, SCRLOCK键的程序-The Example of controling CAPSLOCK, NUMLOCK, SCRLOCK
    2022-08-08 23:48:17下载
    积分:1
  • 一个在vb下实现动态连接库编程的很好的例子,通过它传出的数据保存到指定的文件中,然后在程序中进行调用...
    一个在vb下实现动态连接库编程的很好的例子,通过它传出的数据保存到指定的文件中,然后在程序中进行调用-in vb under a dynamic link library programming a good example, it kept the reported data to a file, then the procedure for calling
    2023-04-09 08:45:02下载
    积分:1
  • 5DT 数据手套 MFC c + + mscomm visual studio 2010
    这个程序用C++是基于数据手套5DT公司的,它会自动收集和传送数据。首先,该程序读取手指穿过fglove.lib函数弯曲传感器数据和识别手势(0-15手势)。其次,手势数据通过MSCOMM的ActiveX(串行通信的ActiveX)在Visual Studio 2010 sended
    2022-05-14 18:39:52下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载