-
其实是delphi函数大全呀,对程序员有参考价值
其实是delphi函数大全呀,对程序员有参考价值-function Daquan ah, the right programmer reference value
- 2022-06-18 15:43:39下载
- 积分:1
-
Multilang
- 2023-07-15 02:35:03下载
- 积分:1
-
Delphi、C 高手速成 V3.0
Delphi、C 高手速成 V3.0-Delphi, C V3.0 accelerated master
- 2022-08-13 07:59:18下载
- 积分:1
-
DELPHI Programming Handbook Online e
DELPHI编程手册网络版
该电子书由友益在线文档资料与授权软件开发
本电子书2300多篇实用编程文章,700多万字,编程时常见的问题里面一般都能解决。作为备查资料不可多得。
DELPHI编程手册网络版将会不定期自动更新,使用操作简便
-DELPHI Programming Handbook Online e-book from the Friends of the benefits of the online documentation for software development and licensing more than 2300 articles in this book practical programming articles, more than 700 million words, programming frequently asked questions which have generally been able to solve. As a reference the information hard to come by. DELPHI Programming Guide Online will be automatically updated from time to time, use easy to operate
- 2023-03-06 23:35:03下载
- 积分:1
-
vb 写的播放器 对新的开发者很有用。写的不错。非常实际
vb 写的播放器 对新的开发者很有用。写的不错。非常实际-vb players for the new developers useful. Write good. Very practical
- 2023-03-11 23:30:04下载
- 积分:1
-
采用windows的SpeechLib组件实现语音播报; 主线程播报正常, 子线程播报异常,各路大神若有空,帮我看看
WideString SountContent = Memo1->Text.Trim(); TSpVoice *SpVoice1 = new TSpVoice(NULL); try { SpVoice1->Speak(SountContent.c_bstr(), SVSFDefault); }__finally { delete SpVoice1; }
- 2022-06-27 07:48:43下载
- 积分:1
-
详细讲述如何用delphi进行com编程
详细讲述如何用delphi进行com编程-described in detail how to use delphi programming for com
- 2023-05-10 06:25:03下载
- 积分:1
-
Delphi direct X图形与游戏程序设计.pdf,带标签目录版
Delphi direct X图形与游戏程序设计.pdf,带标签目录版-Delphi direct X graphics and game programming. Pdf, tagged version directory
- 2022-03-23 19:31:47下载
- 积分:1
-
个人编程技巧收集整理一(Delphi),应该对DELPHI编程有一定的帮助吧,快下载吧...
个人编程技巧收集整理一(Delphi),应该对DELPHI编程有一定的帮助吧,快下载吧-personal programming skills compile a (Delphi), the Delphi programming should be helpful bar, it quickly download
- 2023-04-28 17:50:03下载
- 积分: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