-
jQuery1中文开发技术指导文档
jQuery1中文开发技术指导文档----中文哦 -Chinese development of technical guidance documents jQuery1
- 2022-02-28 19:22:56下载
- 积分:1
-
Delphi production procedures, and can access the system time. Simple and practic...
用Delphi制作的程序,可以获取和设置系统时间。简单实用。-Delphi production procedures, and can access the system time. Simple and practical.
- 2022-11-07 08:00:04下载
- 积分:1
-
News reader source code for Windows in Delphi, open source.
News reader source code for Windows in Delphi, open source.
- 2022-04-24 00:14:28下载
- 积分:1
-
expansion Delphi IDE
扩展Delphi的IDE --Extending the IDE中译版 原文:Delphi7官方帮助
翻译:与月共舞(master@cnvcl.org)
发布:http://www.cnvcl.org
版本:V1.0.0.0
创建:2004-06-04
更新:2004-06-12-expansion Delphi IDE-- Extending the IDE Chinese translation of the original edition : Delphi7 official help Translation : and on the dancing (master@cnvcl.org) Releases : http://www.cnvcl.org Version : V1.0.0.0 created : 2004-06-04 Update : 2004-2006-06-12
- 2022-06-17 21:25:37下载
- 积分:1
-
名称:gmfsk
NAME: gmfsk
VERSION: 0.6
RELEASE: 1
SUMMARY: Gnome MFSK, RTTY, THROB, PSK31, MT63 and HELLSCHREIBER terminal
DISTRIBUTION: OH2BNS
VENDOR: OH2BNS
LICENSE: GPL
PACKAGER: Tomi Manninen
GROUP: Applications/Communications
OS: linux
ARCH: i386
SOURCE RPM: gmfsk-0.6-1.src.rpm
DESCRIPTION:
gMFSK is a terminal program for MFSK, RTTY, THROB, PSK31, MT63
and HELLSCHREIBER.
-NAME: gmfsk
VERSION: 0.6
RELEASE: 1
SUMMARY: Gnome MFSK, RTTY, THROB, PSK31, MT63 and HELLSCHREIBER terminal
DISTRIBUTION: OH2BNS
VENDOR: OH2BNS
LICENSE: GPL
PACKAGER: Tomi Manninen
GROUP: Applications/Communications
OS: linux
ARCH: i386
SOURCE RPM: gmfsk-0.6-1.src.rpm
DESCRIPTION:
gMFSK is a terminal program for MFSK, RTTY, THROB, PSK31, MT63
and HELLSCHREIBER.
- 2022-02-01 09:39:57下载
- 积分:1
-
Delphi经典编程入门,对初学者很有帮助。
Delphi经典编程入门,对初学者很有帮助。-Introduction to Delphi Basic Programming, helpful for beginners
- 2022-08-19 12:06:06下载
- 积分:1
-
Delphi经典函数,包含DELPHI的全部函数用法,是DELPHI爱好者的必备工具。...
Delphi经典函数,包含DELPHI的全部函数用法,是DELPHI爱好者的必备工具。-Delphi classic function contains all of Delphi"s function usage, Delphi is a tool for enthusiasts.
- 2022-02-10 13:15:58下载
- 积分:1
-
Delphi、C 高手速成 V3.0
Delphi、C 高手速成 V3.0-Delphi, C V3.0 accelerated master
- 2022-08-13 07:59:18下载
- 积分:1
-
this series is my usual collection of pascal
这一系列是我平时收集的pascal深入核心变成,希望对大家有帮助,开发环境是delphi-this series is my usual collection of pascal-depth into the core, we hope to help the development environment is delphi
- 2022-06-29 22:00:10下载
- 积分: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