-
zhuceji
注册机模板(纯API编写)
提供给写好软件后要求注册的人参考(Zhuceji template (the preparation of pure API) to write software for registration of reference)
- 2008-12-29 22:55:07下载
- 积分:1
-
Hotkey
Hotkey traping all Keys grom applications
- 2014-02-09 03:05:50下载
- 积分:1
-
五子棋游戏系统,程序应该能够给出提示,哪边的铜…
五子棋游戏系统,程序能够给出提示当前应当哪方落子,自动判断棋局胜负,统计胜负比例,为落子一方计时。-Gobang Game systems, procedures should be able to give tips to which side the current落子automatically determine the game outcome, the proportion of statistical results for one time落子.
- 2022-11-03 02:55:03下载
- 积分:1
-
我们delphi课的一个小作业......做一个获取当前时间
我们delphi课的一个小作业......做一个获取当前时间-we delphi lesson of a small operation ...... do an acquisition current time
- 2022-03-15 04:47:57下载
- 积分:1
-
delphi计算器
使用Delphi编的一个计算器,基本可以完成计算器的功能,界面简洁大方,与手机上面的计算器差不多,基本可以实现日常的计算使用。里面包括了源码
- 2023-06-17 11:55:03下载
- 积分:1
-
Calendar
DELPHI 7 control. Used as calendar and time date picker
- 2011-12-01 16:52:12下载
- 积分:1
-
delphi 计算器,适合新手学习
delphi 计算器,适合新手学习
- 2023-07-31 08:55:03下载
- 积分:1
-
海康威视SDK接口声明Delphi版
从最新5.1版本SDK中转换得到,给各位还在用Delphi开发的兄弟一个参考。
- 2022-02-20 08:48:25下载
- 积分:1
-
Delphi 7.0 显示密码编辑框中的密码
Delphi 7.0 源代码示例演示:显示密码编辑框中的密码,也就是获取Edit组件中的内容,显示给用户,在代码编写时,可参考下边的几行代码:
L:=GetWindowTextLength(Edit1.handle)+1; //得到名字长度,并将长度加1
GetMem(Name,L);//为将要得到的名字分配内存
GetWindowText(Edit1.handle,Name,L);//得到名字
label1.Caption:=String(Name);//将得到的名字显示于Label1
FreeMem(Name,0); //释放分配的内存
完整的源代码请下载。
- 2022-04-06 19:23:17下载
- 积分:1
-
讯飞语义最新版
delphi 写的讯飞语义,包括录音,还是挺有参考价值的,适合新手。我也是新手。哦 对了这是windows平台 使用delphi 10.1
- 2023-04-05 01:00:04下载
- 积分:1