-
delphi 教程 Delphi 6 常见的大部分函数的使用方法及使用例子
delphi 教程 Delphi 6 常见的大部分函数的使用方法及使用例子-delphi Guide Delphi six most common use of the function and use examples
- 2022-02-24 23:10:53下载
- 积分:1
-
个人编程技巧收集整理一(Delphi),应该对DELPHI编程有一定的帮助吧,快下载吧...
个人编程技巧收集整理一(Delphi),应该对DELPHI编程有一定的帮助吧,快下载吧-personal programming skills compile a (Delphi), the Delphi programming should be helpful bar, it quickly download
- 2023-04-28 17:50:03下载
- 积分:1
-
一个自己总结的delphi常用函数(内有自己编写的一些技巧性函数
)...
一个自己总结的delphi常用函数(内有自己编写的一些技巧性函数
)-a summary of their delphi commonly used functions (within their own skills to prepare some sexual function)
- 2022-07-12 22:30:00下载
- 积分:1
-
设计模式的版本,对于像网友一个有价值的参考
设计模式delphi版给想学delphi的朋友一个很有价值的参考-Design Mode version for, like delphi friends a valuable reference
- 2022-03-15 12:26: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
-
The Internet allows computers thousands of miles apart to exchange information t...
The Internet allows computers thousands of miles apart to exchange information through programs such as Web browsers, and nearly all of these programs gain access to network communication services through the sockets programming interface. TCP/IP Sockets in C: Practical Guide for Programmers is a quick and affordable way to gain the knowledge and skills needed to quickly develop sophisticated and powerful web-based applications. Written by two experienced networking instructors, the book s focused, tutorial-based approach enables the reader to master the tasks and techniques essential to virtually all client-server projects using sockets in C. Programming concepts are introduced through simple, real-world examples, and are accompanied by line-by-line code commentary that describes the purpose of each part of the program. The book s companion website also contains myriad employable examples of command-based source code discussed throughout the text
- 2022-02-16 09:55:09下载
- 积分:1
-
delphi 建模书
delphi 建模书-A book explaining Delphi module.
- 2022-04-23 02:24:12下载
- 积分:1
-
jQuery1中文开发技术指导文档
jQuery1中文开发技术指导文档----中文哦 -Chinese development of technical guidance documents jQuery1
- 2022-02-28 19:22:56下载
- 积分:1
-
Delphi技巧大全,学习DELPHI的值得一看的一本图书,快来看哦.
Delphi技巧大全,学习DELPHI的值得一看的一本图书,快来看哦.-Delphi skills Daquan, the DELPHI study and visit the gallery a book, Come see oh.
- 2023-01-07 23:20:02下载
- 积分:1
-
这一系列是我平时收集的pascal深入核心编程,希望对大家有帮助,开发环境是delphi...
这一系列是我平时收集的pascal深入核心编程,希望对大家有帮助,开发环境是delphi-this series is my usual collection of pascal-depth core programming, we hope to help the development environment is delphi
- 2022-06-12 18:24:25下载
- 积分:1