-
里面是c++builder6编程实例教程里面的所有源代码,有11章
里面是c++builder6编程实例教程里面的所有源代码,有11章-c builder6 Programming Guide examples all of the source code, Chapter 11
- 2022-01-28 03:49:02下载
- 积分:1
-
一个简单的多媒体播放组件,能播放avi等三种格式
一个简单的多媒体播放组件,能播放avi等三种格式-A simple media player component, three kinds of formats that can play avi, etc.
- 2022-03-18 07:32:27下载
- 积分:1
-
C++Builder6快速参考用户手册,用于开发者查找和学习。
C++Builder6快速参考用户手册,用于开发者查找和学习。-C Builder6 Quick Reference user manual for developers to locate and study.
- 2022-08-23 05:02:43下载
- 积分: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
-
Comunicacion via rs232 y manejo del dde
Comunicacion via rs232 y manejo del dde
- 2023-05-31 22:15:02下载
- 积分:1
-
Delphi程序员代码编写标准指南
chm格式
Delphi程序员代码编写标准指南
chm格式-Delphi programmers to code standards guide prepared chm format
- 2022-12-27 17:35:03下载
- 积分:1
-
Delphi游戏编程导学
Delphi游戏编程导学
Delphi游戏编程导学
Delphi游戏编程导学-Delphi Games Programming Delphi Games Programming Guidance Guidance
- 2023-07-28 06:25:03下载
- 积分:1
-
一本学习Delphi编程的好书.共五十讲,有实例便于学习.
一本学习Delphi编程的好书.共五十讲,有实例便于学习.-a study Delphi programming books. A total of 50 speakers, there are examples to facilitate learning.
- 2022-04-17 20:33:32下载
- 积分:1
-
本书主要针对具有一定Delphi基础知识的读者,全书通过150个实例全面、深入地介绍了用Delphi 7开发应用程序的常用方法和技巧。全书共分为8章,主要讲解了...
本书主要针对具有一定Delphi基础知识的读者,全书通过150个实例全面、深入地介绍了用Delphi 7开发应用程序的常用方法和技巧。全书共分为8章,主要讲解了用Delphi 7进行界面效果处理、图像处理、图形与多媒体开发、系统功能控制、文件处理、网络与数据库开发,以及组件应用等内容。这些实例简单实用、典型性强、功能突出,很多实例使用的技术稍加扩展可以解决同类问题。使用本书最好的方法是通过学习掌握实例中的技术或技巧,然后使用这些技术尝试实现更复杂的功能并应用到更多方面。-the book against certain basic knowledge of Delphi readers, the book by 150 examples of comprehensive, in-depth introduction of the Delphi 7 application procedures commonly used methods and techniques. The book is divided into eight chapters, mainly on the use of Delphi 7 for interface effects processing, image processing, graphics and multimedia development, system control functions, document processing, networking and database development, application and content components. These simple and practical examples, the typical strong, prominent features, many examples of the use of technology to expand a little can be solved similar problems. Use of the book is the best way to study to acquire examples of technology or skills, and then use these techniqu
- 2023-06-19 23:45:04下载
- 积分:1
-
Delphi实效编程百例的随书源代码
这是其中的操作系统部分
Delphi实效编程百例的随书源代码
这是其中的操作系统部分-Delphi programming effectiveness of the 100 cases with books that the source code is part of the operating system
- 2022-01-24 17:30:36下载
- 积分:1