资源列表

« 1 2 ... .02 .03 .04 .05 .06 2107.08 .09 .10 .11 .12 ... 2388 »

[Dephi控件源码comgather

说明:串口采集外设数据 Delphi,串口要正确,否则不能运行,另外采集设备也要准备好。本例其实是演示如何使用串口进行采集,只是让大家了解基本的大框架,更多细节需要完善,这为基础源码,仅供Delphi初学者参考。-Serial acquisition of external data Delphi, serial port must be correct, otherwise can not run, another acquisition
<wpudn46> 在 2025-01-16 上传 | 大小:5kb | 下载:0

[Dephi控件源码Delphigetmac

说明:Delphi获取网卡地址,也就是MAC地址,获取计算机中安装的第一块网卡的MAC地址,这里是使用Delphi调用了NetBios函数,用此函数,你可以获得除MAC地址以外的更多网络信息。将NCB的ncb_command成员设为NCBENUM,可以得到计算机的网卡数量 设为NCBASTAT,可以得到某块网卡的信息。   在查询MAC之前,需要将网卡Reset,可以通过NCB的ncb_command成员设为NCBRESET并调用Net
<wpudn46> 在 2025-01-16 上传 | 大小:4kb | 下载:0

[Dephi控件源码urladdresschech

说明:Delphi判断网址是否存在,检查输入的URL网址是否可以打开,将使用Delphi中的TNMHTTP控件的head方法来检查网址是否有效。从运行截图你可以看出,程序会返回不同的结果,比如是否正确解析地址、是否能够连接到主机、是否存在这个页面等,以此几方面来综合判断,该网址是否可以正确被访问。-The Delphi judge the existence of Web site, check whether the input of th
<wpudn46> 在 2025-01-16 上传 | 大小:6kb | 下载:0

[Dephi控件源码delphiWINSOCK-UDP

说明:Delphi WINSOCK-UDP实现网络广播信息,可以看出,一方能接收另一方对某个IP广播的数据包,当然前提是他们在同一个子网网段内。本程序功能是基于Delphi自带的TNMUDP控件,封装了发送UDP的细节,本例就是使用它来发送和接收网络数据包。-Delphi WINSOCK-UDP network broadcast information, as can be seen, one party can receive data
<wpudn47> 在 2025-01-16 上传 | 大小:7kb | 下载:0

[Dephi控件源码nettimes

说明:Delphi同步网络时间,从时间服务器上获得最新的时间,自动矫正时间,指定时间服务器地址以及端口号,点击按钮即可开始网络同步时间功能,请确保您的电脑在网络上。-The Delphi synchronization network time, get the latest from time to time server, automatic time correction, the specified time the server a
<wpudn47> 在 2025-01-16 上传 | 大小:157kb | 下载:0

[Dephi控件源码thrddemo

说明:Delphi通过多个Timer控件执行多任务,绘制出图形的,点击按钮即可绘制,不多介绍了,懂的一看便知,是关于时间控制的。-Delphi by multiple Timer controls the execution of multiple tasks, drawing graphics, click on the button to draw, do not introduce more, see at a glance to un
<wpudn47> 在 2025-01-16 上传 | 大小:10kb | 下载:0

[Dephi控件源码delphicalendar

说明:Delphi以日历形式进行时间信息的获取与控制,获取当前的年、月、日信息,双击会调出系统的日期选择面板,Delphi初级知识。-Acquisition and control Delphi time information in a calendar form, for the current year, month, day, date selection panel double-click will out of the syst
<wpudn47> 在 2025-01-16 上传 | 大小:5kb | 下载:0

[Dephi控件源码delphicountdoen

说明:Delphi毫秒级的倒计时控制程序,三个都是毫秒级,点击“开始倒计时”就可以看到效果了。-Control procedures Delphi millisecond countdown, three are in milliseconds, click on the "countdown" can see the effect.
<wpudn47> 在 2025-01-16 上传 | 大小:7kb | 下载:0

[Dephi控件源码datetimeelet

说明:Delphi读写系统时间,得到系统时间并显示系统时间,得到当前的Windows系统时间,如示例截图所示。-Delphi read and write system time, get the system time and time display system, by the time the current Windows system, such as the example shown in the screenshot.
<wpudn48> 在 2025-01-16 上传 | 大小:5kb | 下载:0

[Dephi控件源码scrolltext

说明:Delphi使文字逐个出现,模仿打字的效果,一个Delphi与时间控制有关的例子,控制字符在一定时间内出现,最终形成类似文字滚动出现,像打字效果一样的文字显示效果。运行Delphi程序后,点击“开始”按钮,即可看到效果。-Delphi makes the text to appear, imitate the typing results, a Delphi control of time and relevant examples,
<wpudn48> 在 2025-01-16 上传 | 大小:5kb | 下载:0

[Dephi控件源码qianruclock

说明:Delphi实现嵌入式电子钟,一个小时钟在屏幕上显示,很小,可惜我不知怎么放大,有兴趣的看截图吧。三个指针都会走动的,打开后即获取系统时间。-Delphi implementation of embedded electronic clock, a small clock displayed on the screen, very small, but I do not know how to enlarge, interested t
<wpudn48> 在 2025-01-16 上传 | 大小:5kb | 下载:0

[Dephi控件源码shengzibiao

说明:Delphi文本生字提取小程序,认识一个从事幼教的朋友,是按照她的要求写的,程序实现的主要功能是抽取txt和word文档中的生字,可以帮助幼儿识记生字,适宜初学者理解汉字的存储结构特性。存在的问题是无法完全删除一些非汉字符号。-Delphi text words extraction of small procedures, know a friend is engaged in preschool education, accordi
<wpudn48> 在 2025-01-16 上传 | 大小:198kb | 下载:0
« 1 2 ... .02 .03 .04 .05 .06 2107.08 .09 .10 .11 .12 ... 2388 »

源码中国 www.ymcn.org