-
Delphi
Delphi:Delphi模拟交通信号红绿灯的控制程序,设定倒计时,时间到则亮起对应的信号灯,改进一下写进单片机哦。
(Delphi: Delphi simulated traffic signal lights control procedures, set the countdown time to the corresponding lights illuminate improve written about SCM, oh.)
- 2014-08-06 23:08:58下载
- 积分:1
-
DelphiZeus Chinese version, learning the use of DELPHI developing applications b...
DelphiZeus中文版,学习使用DELPHI开发基于WindowsAPI的应用程序,来自窗体单元。
- 2022-04-20 00:45:41下载
- 积分:1
-
SPcomm
Spcomm控件,可用于Delphi程序中的通讯功能-spcomm
- 2022-03-30 08:04:33下载
- 积分:1
-
Delphiini
Delphi 读写ini配置文件 功能简单了点(Ini configuration file read and write Delphi features simple point)
- 2013-12-06 12:04:46下载
- 积分:1
-
Sendfile
通过tcp协议进行thread打包文件进行互传,由此例程可熟悉传送文件的打包/解包和传送等知识。(Thread package file transfer through the TCP protocol, which can be familiar with the file transfer routines pack / unpack and transfer of knowledge.)
- 2018-03-06 20:46:41下载
- 积分:1
-
96568
adhoc simulation using matlab
- 2011-05-14 14:18:43下载
- 积分:1
-
Delphi 如何使程序不出现在任务栏上
Delphi 如何使程序不出现在任务栏上,常规情况下,运行的程序都会在任务栏有一个图标窗口,方便用户操作,不出现在任务栏上也可以,不过不太符合常规,有点隐藏程序的嫌疑,以下代码是实现此功能的:
procedure TForm1.FormCreate(Sender: TObject);
begin
with Application do
SetWindowLong(Handle,GWL_EXSTYLE,GetWindowLong(Handle,GWL_EXSTYLE) and not WS_EX_APPWINDOW or WS_EX_TOOLWINDOW);
SetWindowPos(Handle,HWND_TOPMOST,0,0,0,0,SWP_NOMOVE or SWP_NOSIZE);
end;
- 2023-03-26 04:55:03下载
- 积分:1
-
update
delphi 自动升级程序精简版,支持断点下载(delphi auto update)
- 2011-01-12 09:18:58下载
- 积分:1
-
codehook
Win32 CodeHook is a API hooking library.
You can use it in Delphi, VC, Borland C++, or any programming
language that supports Windows DLL.
- 2016-08-17 01:31:17下载
- 积分:1
-
5
说明: 虚拟桌面原理及实现
虚拟桌面原理及实现
虚拟桌面原理及实现(Principle and implementation of virtual desktop virtual desktop virtual desktop implementation principle and the principle and implementation)
- 2009-03-05 09:38:04下载
- 积分:1