-
水木清华程序在C代码生成器
水木清华关于C++Builder程序的代码
-SMTH procedures on the C code Builder
- 2022-04-01 16:18:11下载
- 积分:1
-
TeeChart控件源代码
source code for TeeChart
- 2022-03-05 00:11:35下载
- 积分:1
-
delphi7中文帮助
delphi7中文帮助--只包含了部分, 其他更多可联系原作者。感谢原作者提供!-delphi7 Chinese help-- includes only a part, the rest may contact the original author. Thanks for the original author!
- 2023-06-18 03:10:04下载
- 积分:1
-
delphi错误调试方面的经典书籍!非常有参考价值!
delphi错误调试方面的经典书籍!非常有参考价值!-delphi error debugging of classic books! Very useful!
- 2022-03-12 06:39:08下载
- 积分: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
-
ado查询经典实例delphi源码.rar
ado查询经典实例delphi源码.rar-ado inquiries classic example delphi source. Rar
- 2022-03-06 15:56:52下载
- 积分:1
-
Delphi小助手
Delphi小助手-主要是函数查询 本人的又一小收集,对英文不好的delphi学习者来说是个不错的助手!-Delphi his assistant-principal function is to my inquiries another small collection of bad delphi English learners is a good assistant!
- 2022-01-31 17:51:57下载
- 积分:1
-
一个DELPHI做的管理信息系统的界面,上附有源代码,是学习DELPHI的初级者比较适合的程序...
一个DELPHI做的管理信息系统的界面,上附有源代码,是学习DELPHI的初级者比较适合的程序-a management information system interface attached to the source code, is the primary DELPHI study were more suitable for the procedure
- 2022-01-31 18:07:16下载
- 积分:1
-
给delphi爱好者提供接触PI的方便,以便作者能够使用中文的WINAPI说明写出比较好的程序...
给delphi爱好者提供接触PI的方便,以便作者能够使用中文的WINAPI说明写出比较好的程序-Delphi enthusiasts to provide convenient access to PI, so the authors can explain the use of Chinese WINAPI write better procedures
- 2022-03-15 21:03:02下载
- 积分: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