2009年11月11日 星期三
操作 Wave 文件(14): waveOutSetPlaybackRate、waveOutSetPitch
万一| 万一的 Delphi 博客 |23:18:00
阅读: 51 评论: 0 作者:万一发表于 2009-11-11 23:18原文链接这两个参数也都是可以 Get(waveOutGetPlaybackRate、waveOutGetPitch)设备默认的播放速度是 $00010000, 此值乘以 2 是快一倍, 除以 2 是慢一倍; 最快可到 $000F8000.设备默认的音高参数是 $00010000, ...
操作 Wave 文件(13): waveOutGetVolume、waveOutSetVolume
万一| 万一的 Delphi 博客 |21:52:00
阅读: 50 评论: 0 作者:万一发表于 2009-11-11 21:52原文链接左右声道的音量是单调的; 表示音量的 32 位整数的低 16 位是左声道、高 16 位是右声道.代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Control...
Delphi枚举窗口
幸福苹果| 幸福苹果-delphi |17:42:00
http://hi.baidu.com/375208803/blog/item/2c897719e09fa60d34fa4109.htmlhttp://blog.csdn.net/wh445306/archive/2007/12/18/1950812.aspxhttp://blog.tianya.cn/blogger/post_show.asp?BlogID=473989&PostID=6749291http://hi.baidu.com/chinabady/blog/item/e...
RAD Studio 2010, Delphi 2010, C++Builder 2010 Update 2已可下載
李维| IT : 是工作還是嗜好? |17:40:12
CodeGear已釋出 RAD Studio 2010, Delphi 2010和C++Builder 2010的Update 2, 我已經下載安裝完畢, 整個過程非常的順利.如果您是合法的使用者的話, 那麼您可以在下面的URL下載http://cc.embarcadero.com/reg/delphi?
Delphi 移动无标题窗口 移动无边框窗口
幸福苹果| 幸福苹果-delphi |17:29:00
http://qbaok.blog.163.com/blog/static/10129265200981642948446/http://www.examda.com/ncre2/delphi/20090425/083816781.htmlhttp://www.cnblogs.com/qevan/archive/2005/01/19/94405.htmlunit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classe...
操作 Wave 文件(12): 使用 waveOut...重复播放 wav 文件
万一| 万一的 Delphi 博客 |17:05:00
阅读: 4 评论: 0 作者:万一发表于 2009-11-11 17:05原文链接unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Butt...
Video: DataSnap Client Proxies
CodeGear| CodeGear-CDN Delphi |17:00:00
Fast Report 4.8.27 Full Source
DELPHI盒子| Delphi盒子 |16:11:00
Fast Report 4.8.27 Full Source
排盘程序看风水的辅助工具
DELPHI盒子| Delphi盒子 |16:11:00
通过房屋坐山向水及建筑运期进行排盘计算。由此可计算出房屋的哪个位置好,哪个位置不好。此程序为看风水的辅助工具。本人初学风水,若有什么不当之处,敬请请正。
操作 Wave 文件(11): 使用 waveIn...函数录制 wav 文件
万一| 万一的 Delphi 博客 |15:14:00
阅读: 19 评论: 0 作者:万一发表于 2009-11-11 15:14原文链接使用窗口接受音频设备发出的消息:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm...
ITDevCon 2009 - Day 1
Pawel Glowacki| Pawel Glowacki |14:41:22
I’m here in Verona - Italian city best known for Romeo and Juliet - on the biggest live Delphi conference in Europe this year - ITDevCon. The conference is organized by bitTime Software- Embarcadero representative in Italy - and there are pl...
关于动态数组指针操作的两个例子
万一| 万一的 Delphi 博客 |13:29:00
阅读: 39 评论: 0 作者:万一发表于 2009-11-11 13:29原文链接最近突然感觉 Delphi 的动态数组非常好用, 善用它可以省略很多 GetMem、ReallocMem; 并且它是被自动维护的.动态数组变量 arr 本身就是指针, 不能再用 @arr 获取;但要获取某个元素位置的指针, 应该是 @...
操作 Wave 文件(10): 输入输出设备与格式支持
万一| 万一的 Delphi 博客 |10:20:00
阅读: 15 评论: 0 作者:万一发表于 2009-11-11 10:20原文链接unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) ListBox1: TListBox; L...
关于delphi2010读取MySQL数据库TEXT类型乱码的解决方案
sunstone| SUNSTONE的Delphi笔记 |07:48:00
今天在测试delphi2010的DBExpress读取mysql数据库功能的时候,发现了一个问题:我的mysql是5.1版本,字符集全部设置为utf8,使用delphi2010读取intger、tinyint、char、varchar等类型,中文显示正常。但是当读取text类型字段时候,出现乱码。如果将该字段更换为varch...
ProDelphi 24.2 - Profiler for Delphi
CodeGear| CodeGear-CodeCentral Delphi |06:28:59
ProDelphi is a source instrumenting profiler.Unlike sampling profilers ProDelphi supplies exact measurement results for ALL procedures and not only for those which are executed at snap shot time.Features:Built-in viewer,Caller - Called graph,Cycli...





冀公网安备 13098202000212号