-
一个简单的多媒体播放组件,能播放avi等三种格式
一个简单的多媒体播放组件,能播放avi等三种格式-A simple media player component, three kinds of formats that can play avi, etc.
- 2022-03-18 07:32:27下载
- 积分:1
-
DELPHI breakthrough in the master source
DELPHI高手突破的源码-DELPHI breakthrough in the master source
- 2022-03-06 20:24:55下载
- 积分:1
-
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Gr...
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls,
ExtCtrls, avicap, mmsystem, dsgnintf
// Types for event-procedures
type
TCapStatusProc = procedure(Sender: TObject) of object
TCapStatusCallback = procedure(Sender: TObject nID: integer status: string)
of object
TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object
TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object
// Property Editor for driver selection
type
TDrivereditor = class(TPropertyEditor)
function GetAttributes: TPropertyAttributes override
procedure GetValues(Proc: TGetStrProc) override
function GetValue: string override
procedure SetValue(const Value: string) override
end -unit Video interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf// Types for event-procedurestype TCapStatusProc = procedure (Sender: TObject)
- 2022-02-21 02:41:49下载
- 积分:1
-
DELPHI连接数据库方面的电子书
DELPHI连接数据库方面的电子书-DELPHI connect to the database in e-book
- 2023-07-18 07:40:03下载
- 积分:1
-
record with a text file data recording data using a text file re cording data us...
用文本文件记录数据
用文本文件记录数据-record with a text file data recording data using a text file re cording data using a text file recording data
- 2022-01-22 07:24:44下载
- 积分:1
-
站长您好,这是我去年做的毕业设计航空物流管理系统,其中的代码全部能通过执行,其中的文档是数据流图.请您审核一下....
站长您好,这是我去年做的毕业设计航空物流管理系统,其中的代码全部能通过执行,其中的文档是数据流图.请您审核一下.-head Hello, this is my last year doing graduate design Aviation Logistics Management System, which through the implementation of all the code, documentation of data flow diagram. Examine what you please.
- 2022-06-01 15:30:45下载
- 积分:1
-
对于学习很有帮助,我个人也很喜欢。大家有什么问题的也可以交流反馈一下。...
对于学习很有帮助,我个人也很喜欢。大家有什么问题的也可以交流反馈一下。-Very useful for learning, I personally liked. That there is no problem you can exchange feedback.
- 2022-03-19 05:40:03下载
- 积分:1
-
设计模式delphi源代码
设计模式delphi源代码-design patterns source code
- 2022-04-07 06:54:29下载
- 积分:1
-
dot matrix led ư ith atmega16
dot matrix led ư ith atmega16
- 2022-02-25 07:01:27下载
- 积分:1
-
This example program is the source code for the FT232BM Test Application from ou...
This example program is the source code for the FT232BM Test Application from our Utilities page.
It can be used to test the handshaking lines on FT232BM based RS232/RS485/RS422 designs. This program can also be used for programming the external EEPROM over USB in a manufacturing environment. The test features require the test cable shown on ST_232_245.pdf to be connected.
Our D2XX direct drivers should be installed for this application. The code can be modified to fit your requirements.
To download the application source code , click here.
To download the test cable specification, click here.-This example program is the source code for the FT232BM Test Application from our Utilities page.
It can be used to test the handshaking lines on FT232BM based RS232/RS485/RS422 designs. This program can also be used for programming the external EEPROM over USB in a manufacturing environment. The test features require the test cable shown on
- 2022-03-20 07:26:46下载
- 积分:1