-
delphi线程专讲,对于delphi下多线程开发很有帮助
delphi线程专讲,对于delphi下多线程开发很有帮助-delphi thread specifically speaking, for the development of multi-threading under delphi helpful
- 2023-01-31 03:25:04下载
- 积分:1
-
一个音乐 CD 播放程序,附源码
一个音乐 CD 播放程序,附源码-a music CD player, with FOSS
- 2023-07-03 11:20:03下载
- 积分:1
-
delphi framework, mvc mode, it can increase development efficiency and R
delphi框架,mvc模式下的,可以增加开发效率,提高开发成果-delphi framework, mvc mode, it can increase development efficiency and R
- 2022-02-14 17:48:16下载
- 积分:1
-
捕捉网,用Delphi捕捉网络的一个小程序
Captor network, a small program for captor network with delphi
- 2022-02-14 08:14:31下载
- 积分:1
-
DSPack是一组组件和类编写多媒体应用的使用方法。
DSPack is a set of Components and class to write Multimedia Applications using MS Direct Show and DirectX technologies. DSPack is designed to work with DirectX 9 on Win9X, ME, 2000, and Windows XP operating systems. Now VMR (Video Mixing Renderer) is available on all Windows Operating Systems. DSPack 2 is designed to work with Delphi 5,6,7 and CPP Builder 6.
What can I do with DSPack ?
I ve writen DSPack with the idea to provide a non limitative set of components and class to use DirectShow easier. With DSpack you can create all that you want: DVD, capture, compression, filters, TV, webcam, DV ...
- 2022-10-10 13:45:03下载
- 积分:1
-
音频FFT,包括语音输入、FFT变换结果显示曲线…
音频FFT,包括声音录入,FFT变换的结果,以曲线形式显示-Audio FFT, including voice input, FFT transform the results to show the curve of the form
- 2022-01-26 07:26:22下载
- 积分:1
-
свернуть прогу в tray?
Постоянная ссылка на статью: http://vingrad.ru/DELPHI...
свернуть прогу в tray?
Постоянная ссылка на статью: http://vingrad.ru/DELPHI-DLP-000635
- 2022-09-13 07:35:03下载
- 积分:1
-
一个交通红绿灯线程,利用组件timer来进行时间分割,出来的效果真的不错~...
一个交通红绿灯线程,利用组件timer来进行时间分割,出来的效果真的不错~-a traffic light threads, the use of components timer for time-sharing, the result is really good ~
- 2022-02-05 01:49:10下载
- 积分:1
-
嘿嘿,大侠看到不要见笑呀...
大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去.
到网上找,发现是MDI和模式窗体的,非模式的也有...
嘿嘿,大侠看到不要见笑呀...
大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去.
到网上找,发现是MDI和模式窗体的,非模式的也有很多问题.便想自己解决这个问题.
原来是用DLL创建一个对象返回,但发现有很多的问题.
想了半天就去寻根问柳吧.
找到了类.
我就想把类封装进DLL,到时简单的返回一个类,然后在主程序里操作不就简单了?
找了半天发现了TFormClass,于是试了试从DLL导出来,像一般的程序一样创建窗体发现成功.
接着我又想看看其他的类是不是也能这样,就拿TFrame来实验.
function GetDllFrameClass():TFrame stdcall
第一次是这样声明的,失败.奇怪?!
试了好多次都不行,就想到了TFormClass(Ctrl+左键),进去看看,发现是这样声明的.
TFormClass = class of TForm
哎呀,恍然大悟!!
class(TFrame) 是声明一个类, 这个类继承了TFrame类 f: TFrame 是一个对象
class of TFrame 声明的是类类型, f:TFrameClass 是一个类.
function GetDllFrameClass():TFrame
返回就不是类而是对象了,照TFormClass修改后TFrameClass = class of TFrame
运行...成功,
- 2022-01-31 01:59:09下载
- 积分:1
-
这是一个间歇的小唾弃,希望大家希望,以后大家多学习,多多交流共同进步...
这是一个间歇的小唾弃,希望大家希望,以后大家多学习,多多交流共同进步-This is an intermittent small cast aside, I hope everyone hopes that after the U.S. and more learning, more exchange of common progress
- 2022-03-07 09:49:01下载
- 积分:1