资源列表

« 1 2 ... .11 .12 .13 .14 .15 316.17 .18 .19 .20 .21 ... 2387 »

[Dephi控件源码Delphi_058765

说明:Delphi:Delphi代码编写的12306铁路抢票软件,献给儿子的生日礼物,帮助回家的人快速抢到火车票。源码完全开源,为喜欢Delphi的朋友一起交流提供素材。这个Delphi版的12306抢票软件只实现了部分功能,不过可以抢车票,后续功能以后有空完善,delphi2010编写的,初次使用Delphi2010,还有些不习惯。 -Delphi: Delphi code written 12306 grab rail ticket
<ZKLPJWR> 在 2024-11-04 上传 | 大小:372736 | 下载:0

[Dephi控件源码Delphi_065070

说明:Delphi:学习型的演示示例,使用Delphi数据库操作FindFirst方法,带有数据库测试数据,在Database文件夹中,测试前请先附加好库,设置连接信息,主要向新手演示,FindFirst的使用方法,更细节的操作请参见源码。 -Delphi: Learning the demo, using the Delphi method FindFirst database operation, the database with
<ZKLPJWR> 在 2024-11-04 上传 | 大小:123904 | 下载:0

[Dephi控件源码Delphi_087886

说明:Delphi:Delphi修改本机的IP地址,程序先获取到电脑上所有的网卡设备,可选择获取哪一块网卡的IP地址,选择确认后点击“读取IP”按钮,即可得到本机的IP地址。 -Delphi: Delphi modify the IP address of the machine, the program first to get to all of the devices on the computer network card, yo
<O7K2BGV> 在 2024-11-04 上传 | 大小:9216 | 下载:0

[Dephi控件源码Delphi_116125

说明:Delphi:在Delphi中如何使用数据库操作的Insert方法呢?笔者整理了一个小实例,希望通过这个实例,让更多的Delphi初学者掌握Insert方法的用法。 -Delphi: How to use the Insert method of operation of the database in Delphi it? I put together a small example, hope that through this
<O7K2BGV> 在 2024-11-04 上传 | 大小:123904 | 下载:0

[Dephi控件源码Delphi_123858

说明:Delphi:运用Delphi实现的CRC32-Static静态加密实例,来自Delphi软件加密技术中的一个随书实例,代码内包括了一个基本的Crc32表,可取出指定字符串的CRC32校验值,也可取指定的文件的crc32校验值,加密操作步骤相当简单,看运行截图便知。 -Delphi: using CRC32-Static Static encryption example Delphi implementation, a softw
<O7K2BGV> 在 2024-11-04 上传 | 大小:11264 | 下载:0

[Dephi控件源码Delphi_133117

说明:Delphi:使用Delphi7、MSComm控件写的简单串口助手,提供一个使用MSComm通讯的实例,源代码与大家分享-Delphi: using Delphi7, MSComm control to write a simple serial assistant MSComm communication provides an example of the use of the source code to share with y
<O7K2BGV> 在 2024-11-04 上传 | 大小:10240 | 下载:0

[Dephi控件源码Delphi_161767

说明:Delphi:Delphi编写一个开机后可自动运行的程序,想当于添加到了快速启动项中,实现开机启动的方法有多种,本代码的实现方法是通过添加注册表项的值来实现,修改:HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\run下边的值,程序自动创建这个键值,这是一种比较简单好用的方法。 -Delphi: Delphi programming boot automati
<EUYZ7KC> 在 2024-11-04 上传 | 大小:101376 | 下载:0

[Dephi控件源码Delphi_166284

说明:Delphi:EmbeddedWB FOR XE4 的源码版,仅仅是XE4的源码,不要搞错了哈,自己备用。有需要此组件的当然也可在此下载了。内含Demo演示代码和dcu类库以及Source,满足不同Delphi用户的需要。 -Delphi: EmbeddedWB FOR XE4 source version, just XE4 source, do not mistake Kazakhstan, spare yourself. Of
<EUYZ7KC> 在 2024-11-04 上传 | 大小:2983936 | 下载:0

[Dephi控件源码Delphi_178640

说明:Delphi:Delphi列出枚举系统安装的所有打印机名称,会下一步打印做准备,当然,本程序不包括打印功能,仅是检测获取到所使用的打印机型号、名称等信息,如图所示,可得到安装的三台打印机型号。 -Delphi: Delphi enumeration system lists all installed printer name, the next step will be to prepare for print, of cours
<EUYZ7KC> 在 2024-11-04 上传 | 大小:7168 | 下载:0

[Dephi控件源码Delphi_183288

说明:Delphi:喜欢Delphi,但是一些基础的知识都还没搞懂,今天就带初学者学习一下Delphi中的LoadFromFile方法如何使用,这是一个与数据库操作相关的方法,测试代码中包括了数据库文件,请自行先附加数据库,并连接好数据库, -Delphi: like Delphi, but some have yet to get to know the basic knowledge, today with Delphi beginn
<EUYZ7KC> 在 2024-11-04 上传 | 大小:123904 | 下载:0

[Dephi控件源码Delphi_183673

说明:Delphi:Delphi借助控件绑定实现数据选择输入,为了测试方便,使用了数据库文件,商品信息表.db即为数据库,你无需附加,编译后直接调用并可进行录入。主要练习如何在Delphi环境下实现绑定控件进行内容输入,Delphi新手参考的简单代码。 -Delphi: Delphi help bind the control to select the input data, in order to facilitate the tes
<HO8IQZS> 在 2024-11-04 上传 | 大小:74752 | 下载:0

[Dephi控件源码Delphi_203671

说明:Delphi:Delphi使用TreeView控件实现的导航界面,左侧的树控菜单就是基于TreeView控件,在一般的信息管理系统中,树形菜单使用广泛,通过本演示源码,你将学会不使用外部控件而实现Delphi窗体中的TreeView树控效果,我想是比较实用的源码例子。 -Delphi: Delphi TreeView control is achieved using the navigation interface, the tr
<HO8IQZS> 在 2024-11-04 上传 | 大小:299008 | 下载:0
« 1 2 ... .11 .12 .13 .14 .15 316.17 .18 .19 .20 .21 ... 2387 »

源码中国 www.ymcn.org