-
teaching management system
教学管理系统 ――DELPHI实现 课程设计用-teaching management system-- DELPHI with curriculum design
- 2022-07-02 00:47:24下载
- 积分:1
-
Abakus_VCL_v5.00.2
好用的控件好用的控件好用的控件好用的控件好用的控件(Good software Good software Good software Good software)
- 2017-02-25 12:48:41下载
- 积分:1
-
Delphijiank
像delphi ide 一样动态的加载,学习底层的好资源。(Like delphi ide as dynamic loading, learn the underlying good resource.)
- 2014-02-09 16:39:32下载
- 积分:1
-
windowslinux
Delphi代码实现Windows与Linux进程通信程序,分服务端和客户端,调试与运行。(Delphi code-process communication program for Windows and Linux-server and the client, commissioning and operation.)
- 2013-04-22 21:05:35下载
- 积分:1
-
人力资源管理系统自动计算员工工资。自动生成员工工资报表。实现员工岗位调动操作。实现员工离职、复职操作。支持数据的模糊查询机制。运行环境
操作系统:Windo...
人力资源管理系统自动计算员工工资。自动生成员工工资报表。实现员工岗位调动操作。实现员工离职、复职操作。支持数据的模糊查询机制。运行环境
操作系统:Windows 2000/NT/XP/ME
开发工具:Delphi 7.0
数据库:SQL Server 2000
硬件配置:CPU:600MHz以上的处理器
内存:64MB,推荐128MB以上
硬盘:100MB以上磁盘空间
分辨率:最低800×600像素 建议1024×768像素
颜色:256色-Human resources management system automatically calculate wages. Statements automatically generated wages. Operation to achieve the mobilization of staff positions. The achievement of staff leaving the service and reinstatement of the operation. Fuzzy query support mechanism for data. Operating Environment operating system: Windows 2000/NT/XP/ME development tools: Delphi 7.0 Database: SQL Server 2000 hardware configuration: CPU: 600MHz or faster processor Memory: 64MB, recommended 128MB or more Hard Disk: 100MB or more disk space Resolution: the minimum 800 × 600 pixels recommended 1024 × 768 pixels Color: 256 colors
- 2022-02-13 17:18:41下载
- 积分:1
-
Mir2DBManager
传奇2DB数据库查看编辑工具源代码 传奇2DB数据库查看编辑工具源代码(传奇 2DB 数据库查看编辑工具 源代码 传奇 2DB 数据库查看编辑工具 源代码)
- 2020-12-21 19:49:08下载
- 积分:1
-
ext4_unpacker
Delphi代码写的一个读取img镜像文件的程序,可以解压保存或查看镜像中存在文件(Delphi code to write a program to read img image file, you can save the extracted files exist or view mirror)
- 2021-05-13 18:30:03下载
- 积分:1
-
Delphi 实现图像热点功能
Delphi 实现图像热点功能,实现一张图片上不同形状区域的热点,定义椭圆形、四边形、三角形的区域变量的热点,相关代码如下:
var
thepoint:array [1..8] of tpoint;//存储多边形顶点坐标
count:integer;
pointnum:array [1..2] of integer;
begin
//四边形顶点坐标,首末点封闭
thepoint[1]:=point(135,99);
thepoint[2]:=point(105,183);
thepoint[3]:=point(129,201);
thepoint[4]:=point(188,92);
thepoint[5]:=point(135,99);
count:=5;//四边形顶点数目,首末点为一点
fourE_rgn:=CreatePolygonRgn(thepoint,count,WINDING);//生成四边形区域
elli_rgn:=CreateEllipticRgn(64,221,231,263);// 生成椭圆形区域
//第一个三角形顶点坐标
thepoint[1]:=point(118,67);
thepoint[2]:=point(32,28);
thepoint[3]:=point(17,90);
thepoint[4]:=point(118,67);
//第二个三角形顶点坐标
thepoint[5]:=point(155,44);
thepoint[6]:=point(202,91);
thepoint[7]:=point(277,44);
thepoint[8]:=point(155,44);
pointnum[1]:=4;//第一个三角形顶点数目
pointnum[2]:=4;//第二个三角形顶点数目
count:=2;//三角形数目
//生成由两个三角形构成的三角形区域
tri_rgn:=CreatePolyPolygonRgn(thepoint,pointnum,count,WINDING);
end;
- 2022-01-26 08:02:50下载
- 积分:1
-
use SuperMap object controls GPS navigation function
利用SuperMap object控件实现GPS导航功能-use SuperMap object controls GPS navigation function
- 2022-03-25 15:22:29下载
- 积分:1
-
SpeedButton应用之涂鸦小画板
很简单delphi 画板小程序,对于初学Canvas输出画刷很有帮助,可以变换不同颜色
- 2022-03-04 17:23:00下载
- 积分:1