-
DELPHI7GAMECUTER
DELPHI7程序编写的游戏截图器 生成.EXE文件可以进行游戏截图(DELPHI7 programmers of the game screenshots generator. EXE files can be conducted game screenshots)
- 2007-03-29 10:01:28下载
- 积分:1
-
Delphi POP3接收邮件-Email客户端例子
Delphi POP3接收邮件-Email源码实例,像是一个邮件客户端那样,设定好邮件服务器相关参数后,可连接到邮件服务器,接收邮件,本例子仅包括邮件接收功能,不能发送邮件哦。使用本程序需要设置的参数:邮件服务器POP3、端口、邮件帐户、密码,连接成功后,邮件列表会显示在“邮件”一栏中,单击任意一个邮件,详细信息会显示在“内容”栏中。
- 2022-12-15 05:00:03下载
- 积分:1
-
jxcgjxt
进销管理系统,一个三层的,里面有很多我们要学的东西(Into sales management system, a three-tier, which we have many things to learn)
- 2008-04-07 09:02:10下载
- 积分:1
-
KFFT
计算离散傅里叶变换的一种快速算法,简称FFT。快速傅里叶变换是1965年由J.W.库利和T.W.图基提出的。采用这种算法能使计算机计算离散傅里叶变换所需要的乘法次数大为减少,特别是被变换的抽样点数N越多,FFT算法计算量的节省就越显著。(A computing discrete Fourier transform fast algorithm, referred to as FFT. Fast Fourier Transform in 1965 by the JW Cooley and TW Tuji Ti out. Using this algorithm enables a computer to calculate the number of multiplications needed for the discrete Fourier transform greatly reduced, especially sampling points N is transformed more and save FFT algorithm to calculate the amount of the more remarkable.)
- 2013-12-18 22:32:50下载
- 积分:1
-
一个用于编辑功能的地址控件,可以很容易的模拟..
一个用于做IP地址编辑功能的控件,可以方便的模拟操作系统中对系统IP、网关IP、掩码等属性进行编辑的功能。-One for the editing function to do IP address control, can be easily simulated operating system on the system IP, Gateway IP, mask and other attributes for editing functions.
- 2022-02-03 21:38:28下载
- 积分:1
-
Delphitechnique
提供了Delphi编程的几个巧妙用法,可供大家学习参考。(Delphi Programming provides several clever use for our study and reference.)
- 2008-01-22 16:29:37下载
- 积分:1
-
我们delphi课的一个小作业......做一个毫秒级的控件
我们delphi课的一个小作业......做一个毫秒级的控件-we delphi lesson of a small operation ...... do a millisecond, the controls
- 2022-02-13 16:23:00下载
- 积分:1
-
用DELPHI写的网卡启动禁用程序,可以将网卡的配置文件保存然后通过选择切换...
用DELPHI写的网卡启动禁用程序,可以将网卡的配置文件保存然后通过选择切换-Written by DELPHI disable the network card restart process, you can configure the network card and then save the file by selecting the switch
- 2022-02-15 19:57:35下载
- 积分:1
-
GDI_
使用GDI加载png图片,进行模拟下载状态的控件。 带GDI绘图接口库.(Png images using GDI load, to simulate the download status of controls. With GDI graphics interface library.)
- 2014-05-26 13:37:47下载
- 积分:1
-
一个相当不错的Delphi TreeView树控菜单
一个Delphi编写的相当不错的TreeView树控菜单,类似于Windows资源管理器中的树状菜单。
ParentFolder: IShellFolder; // 节点对应的文件夹的父文件夹的IShellFolder接口
Pidl, FullPidl: PItemIDList;// 节点对应的文件夹的相对和绝对项目标识符列表
HasExpanded: Boolean; // 节点是否展开
通过这个树形菜单制作实例,你可以学习到几个对项目标识符进行操作的函数,同时还有将二进制表示的项目标识符列表转换成有可识的项目名,获得每个文件夹在系统中的图标,获得系统的图标列表,生成文件夹管理树等。
- 2022-02-01 01:44:12下载
- 积分:1