-
Delphi 函数大全 CHM版 非常好的参考书 (推荐)
Delphi 函数大全 CHM版 非常好的参考书 (推荐)-Delphi function Daquan CHM version of a very good reference book (recommended)
- 2022-08-07 02:12:38下载
- 积分:1
-
Delphi Construction PSI POS System Development example
Delphi构建进销存POS系统开发实例-Delphi Construction PSI POS System Development example
- 2022-03-30 18:16:31下载
- 积分:1
-
this book is a book with the code. "Delphi 5.x real
就是这本书的随书代码。包括《实战Delphi 5.x-分布式多层应用系统篇》,《实战Delphi 5.x-分布式Web应用系统篇》,以及《实战Delphi 5.x-高效率数据库应用系统篇》。-this book is a book with the code. "Delphi 5.x real-distributed multi-tier application system", "real Delphi 5.x-distributed Web applications chapter," and "combat Delphi 5.x-efficient database applications chapter."
- 2022-02-15 12:26:24下载
- 积分:1
-
三个小程序的编程技巧。隐藏窗口标题栏2。TITL…
Delphi编程小技巧三则1.隐藏窗体的标题栏2.在标题栏中显示文字标题3.在任务栏中隐藏窗体的图标-Delphi programming skills in three small one. Hide Window title bars 2. The title characters shown in column 3 title. The mission column hidden forms of icon
- 2022-02-04 03:57:49下载
- 积分:1
-
Delphi programming skills sets [computer newspaper]. Chm
Delphi编程技巧集[电脑报].chm-Delphi programming skills sets [computer newspaper]. Chm
- 2022-08-17 14:03:28下载
- 积分: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
-
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
-
这是一本非常不错的书,觉得很实用,建议大家看下.
这是一本非常不错的书,觉得很实用,建议大家看下.-This is a very good, very practical, we propose a glance.
- 2022-02-13 02:36:20下载
- 积分:1
-
介绍一个在C#中调用C++Builder编写的DLL的方法,很详细。
介绍一个在C#中调用C++Builder编写的DLL的方法,很详细。-Introduction of a C# Call C++ Builder prepared DLL approach, very detailed.
- 2023-06-21 07:30:03下载
- 积分:1
-
实现货币金额中文大写转换的程序
实现货币金额中文大写转换的程序-realize the amount of Chinese currency capital conversion process
- 2022-04-18 06:57:51下载
- 积分:1