-
语音acm控件,带源码,可以控制捕获语音
语音acm控件,带源码,可以控制捕获语音-Acm voice control, with source code, can be controlled to capture voice
- 2023-02-17 06:55:03下载
- 积分:1
-
FTP的源代码,需要部分3方控件。不过程序不错,好像是老外写的....
FTP的源代码,需要部分3方控件。不过程序不错,好像是老外写的.-FTP source code, the need to control three parts. But good process is like a foreigner writes.
- 2022-07-01 06:48:04下载
- 积分:1
-
I2c驱动,可以用来驱动很多可以用到的12c,是一个不错的工具...
I2c驱动,可以用来驱动很多可以用到的12c,是一个不错的工具-I2c drive and can be used to drive could be applied to many of the 12c is a good tool
- 2022-01-28 22:22:37下载
- 积分:1
-
Here are a few examples of Delphi can be transported to work.
这里给出了几个Delphi的实例,都能运行得通。-Here are a few examples of Delphi can be transported to work.
- 2023-02-27 01:50:09下载
- 积分:1
-
Delphi 7.0 在局域网内发消息
Delphi 7.0 在局域网内发消息,这个本站收集有很多例子了,学习Delphi网络编程可参考的例子,Delphi网络发消息,局域网发消息的例子,敬请关注。
局域网内发消息核心代码:
procedure TFrmSendMessage.Sendmessage(const msg,tomachine,from:string);
var
ms:PWideChar;
begin
ms:=PWIDEChar(WideString(msg));
NetMessageBufferSend(nil,pWidechar(WideString(tomachine)),pWidechar(WideString(from)),ms,length(msg)*2);
end;
procedure TFrmSendMessage.BtnSendClick(Sender: TObject);
begin
Sendmessage(mmMessage.Text,EDTo.Text,EDFrom.Text);
end;
- 2022-04-01 17:32:07下载
- 积分:1
-
ODAC6.5
odac6.5,delphi连接oracle组件(odac6.5 Delphi to connect oracle components)
- 2012-06-08 09:42:21下载
- 积分:1
-
使用Delphi 制作无闪烁的动画效果
使用Delphi 制作无闪烁的动画效果,如何实现不闪烁的动画呢?这个例子或许能找到一些答案:部分代码如下:
var
x,i: Integer;
dir,run: Boolean;
begin
b := TBitMap.Create;
b.Width := AnimWindow.Width;
b.Height := 32;
b.Canvas.Pen.Color := clBtnFace;
b.Canvas.Brush.Color := clBtnFace;
b.Canvas.Rectangle(0,0,AnimWindow.Width,32);
run := True;
dir := False;
x := 0;
while run do
for i := 0 to AnimWindow.ImageList1.Count-1 do
begin
b.Canvas.Rectangle(0,0,AnimWindow.Width,32);
AnimWindow.ImageList1.Draw(b.Canvas,x,0,i);
Synchronize(DrawAnimPic);
Sleep(AnimWindow.SpinEdit1.Value);
if (x = 0) or (x = 300) then dir := not dir;
if dir then Inc(x) else Dec(x);
end;
b.Free;
end;
- 2023-03-22 21:40:04下载
- 积分:1
-
Delphi 隐藏或显示鼠标指针
Delphi 隐藏或显示鼠标指针,在编译后运行本程序生成的Exe程序,在窗口中单击鼠标左键,鼠标会消失,被隐藏了,再次单击后鼠标重现,很好的演示了在Delphi中如何显示或隐藏鼠标的操作。
- 2022-01-26 04:41:31下载
- 积分:1
-
delphi编写的异性纤维监测系统工控平台,包括主界面、控制按钮、和监测模块的功能接口...
delphi编写的异性纤维监测系统工控平台,包括主界面、控制按钮、和监测模块的功能接口-delphi prepared heterosexual Industrial Fiber monitoring system platforms, including the main interface, the control button, and monitoring the function module interface
- 2022-04-23 13:46:29下载
- 积分:1
-
used language tacticians 0.618 Act procedures
用delphi语言实现运筹学黄金分割法程序-used language tacticians 0.618 Act procedures
- 2022-01-31 09:15:32下载
- 积分:1