-
图书管理系统,用DELPHI做的,做的挺好的
图书管理系统,用DELPHI做的,做的挺好的-library management system, with Delphi done, very well done!
- 2022-02-01 03:07:23下载
- 积分:1
-
01_《Delphi 7基础编程》
01_《Delphi 7基础编程》配套光盘(Delphi 7 Basic Programming Matching CD)
- 2020-06-24 23:00:01下载
- 积分:1
-
通过Delphi应用程序创建PDF组件
pdf component for creating pdf via delphi apps
- 2022-03-02 13:59:56下载
- 积分:1
-
MirClient
飘飘的客户端源码,可完整编译无错。网上很少有飘飘的客户端源码。(Fluttering client source code, can compile a complete error-free.)
- 2009-11-26 14:14:02下载
- 积分:1
-
a number of procedures to prevent running
防止多个程序运行-a number of procedures to prevent running
- 2022-08-15 21:16:33下载
- 积分:1
-
Delphi 获得汉字区位码的源码
Delphi 获得汉字区位码的源码,输入指定汉字,将得到这些汉字的区位码,关键代码请参考以下的源码:
procedure TForm1.Button1Click(Sender: TObject);
var
str:string;
hi,lo:integer;
begin
str:=trim(edit2.Text);
hi:=byte(str[1])-$a0;
lo:=byte(str[2])-$a0;
edit1.Text:=inttostr(hi)+inttostr(lo);
end;
- 2022-02-21 00:07:08下载
- 积分:1
-
ExceltoSQLServer
delphi操作excel内容导入到sqlserver中,需要详细配置对应(delphi excel contents into sqlserver operation, you need to configure the corresponding detailed)
- 2011-06-29 11:41:25下载
- 积分:1
-
LedshowTW2013SDK
显示屏开发包,除Delphi例程外,还有VC/VB/C#的.(Display Development Kit, in addition to Delphi routines, there are VC/VB/C# in.)
- 2021-03-03 11:39:33下载
- 积分:1
-
faceblur
delphi + opengl 关于一个人脸的实现(delphi+ opengl on the realization of a human face)
- 2007-10-13 09:19:26下载
- 积分:1
-
用一个循环检查局域网段的每一个IP,并向它们的指定端口发包(如5150),在指定时间间隔内返回的包,说明它是存活的,则加如到服务器的队伍。(可以多发几次,来保证...
用一个循环检查局域网段的每一个IP,并向它们的指定端口发包(如5150),在指定时间间隔内返回的包,说明它是存活的,则加如到服务器的队伍。(可以多发几次,来保证准确性,用UDP 实行)-With a cycle check every paragraph LAN IP, and their contract specified port (eg 5150), at the designated time interval to return the package, that it is to survive, then add to the server, such as team. (Can be multiple times to ensure accuracy, implemented using UDP)
- 2023-08-14 06:35:03下载
- 积分:1