-
随机抽奖程序
抽出一等奖1名,二等奖10名,三等奖100
同一个号码不能中多等奖...
随机抽奖程序
抽出一等奖1名,二等奖10名,三等奖100
同一个号码不能中多等奖-random draw process out a prize, second prize 10, Third with a 100 number can not multi-Prize
- 2022-06-30 12:10:44下载
- 积分:1
-
dephi编程基础教程,介绍dephi编程以及相关函数的使用。
dephi编程基础教程,介绍dephi编程以及相关函数的使用。-dephi program basic
- 2022-01-31 07:41:05下载
- 积分:1
-
programming examples and techniques, use winrar3.1 versions of decompression.
delphi 5编程实例与技巧,请用winrar3.1以上版本解压。-programming examples and techniques, use winrar3.1 versions of decompression.
- 2022-03-19 15:15:46下载
- 积分:1
-
《C++Builder学习大全》中文版
《C++Builder学习大全》中文版
- 2022-07-20 23:34:15下载
- 积分:1
-
DelphiPackage practical Dynamic Data Collection module design patterns restructu...
DelphiPackage实用动态数据采集模块设计模式重构技术实例使用DelphiPackage框架开发应用程序环境
- 2022-05-24 06:53:14下载
- 积分:1
-
Dbgrid 增强(附源码):支持多表头,多固定列,按表头排序,支持合计列,并支持直接打印...
Dbgrid 增强(附源码):支持多表头,多固定列,按表头排序,支持合计列,并支持直接打印-Dbgrid increase (FOSS) : support multi-table, multi-fixed out, according to the first table, in order to support a whole series, and support for direct printing
- 2022-07-08 19:00:57下载
- 积分:1
-
比较好的delphi中文帮助,是对照版.对delphi开发人员很有帮助
比较好的delphi中文帮助,是对照版.对delphi开发人员很有帮助-better delphi Chinese assistance, it is version control. Developer of delphi helpful
- 2022-03-22 03:46:03下载
- 积分:1
-
Delphi高手突破!帮助您成为真正的Delphi高手!
Delphi高手突破!帮助您成为真正的Delphi高手!-Delphi expert breakthrough! Help you become a true master of Delphi!
- 2022-01-26 19:25:33下载
- 积分: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
-
effectiveness of the 100 cases with books that the source code is part of the in...
delphi编程实效百例的随书源代码
这是其中的界面外观部分-effectiveness of the 100 cases with books that the source code is part of the interface appearance
- 2022-07-15 23:03:57下载
- 积分:1