资源列表
[Dephi控件源码] delphiapithread
说明:采用多线程技术的Delphi API 串口通信例子,应用程序只需调用API对读/写缓冲区操作即可,用到了一些API函数,比如CreatFile打开文件函数、Setupcomm设置通信缓冲区大孝ReadFile读串口操作等,当然还用到了许多函数。除了用到这些API函数外,还用到了一个DCB设备控制块,本例仅作最基本的API串口通信介绍,因此程序代码都不是太复杂的设计,仅创建了一些新项目后为form窗体增加几行代码即可。-Delphi API examples of serial communica<wpudn45> 在 2025-06-18 上传 | 大小:7kb | 下载:0
[Dephi控件源码] swlphitnmecho
说明:Delphi 通过TNMEcho组件测速 测试网络连接的速度,可以测出当前网络传输的速度,通过向指定IP的服务器发送字符串数据后,根据返回时间测出速度快慢。在Delphi中有一个TNMEcho组件,利用它向Echo服务器发送一些数据,这些数据会原样从Echo服务器返回,然后计算两者的时间差,即可大致算出网络连接的速度。此测试出的速度可作为一般参考。-Delphi connection through the TNMEcho component velocity test network spee<wpudn46> 在 2025-06-18 上传 | 大小:6kb | 下载:0
[Dephi控件源码] comgather
说明:串口采集外设数据 Delphi,串口要正确,否则不能运行,另外采集设备也要准备好。本例其实是演示如何使用串口进行采集,只是让大家了解基本的大框架,更多细节需要完善,这为基础源码,仅供Delphi初学者参考。-Serial acquisition of external data Delphi, serial port must be correct, otherwise can not run, another acquisition equipment to prepare. This exa<wpudn46> 在 2025-06-18 上传 | 大小:5kb | 下载:0
[Dephi控件源码] Delphigetmac
说明:Delphi获取网卡地址,也就是MAC地址,获取计算机中安装的第一块网卡的MAC地址,这里是使用Delphi调用了NetBios函数,用此函数,你可以获得除MAC地址以外的更多网络信息。将NCB的ncb_command成员设为NCBENUM,可以得到计算机的网卡数量 设为NCBASTAT,可以得到某块网卡的信息。 在查询MAC之前,需要将网卡Reset,可以通过NCB的ncb_command成员设为NCBRESET并调用NetBios函数来实现。-Delphi access to th<wpudn46> 在 2025-06-18 上传 | 大小:4kb | 下载:0
[Dephi控件源码] urladdresschech
说明:Delphi判断网址是否存在,检查输入的URL网址是否可以打开,将使用Delphi中的TNMHTTP控件的head方法来检查网址是否有效。从运行截图你可以看出,程序会返回不同的结果,比如是否正确解析地址、是否能够连接到主机、是否存在这个页面等,以此几方面来综合判断,该网址是否可以正确被访问。-The Delphi judge the existence of Web site, check whether the input of the URL web site can open, head<wpudn46> 在 2025-06-18 上传 | 大小: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 on the other side of a IP broa<wpudn47> 在 2025-06-18 上传 | 大小: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 address and port number, click<wpudn47> 在 2025-06-18 上传 | 大小: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 understand, it is about time con<wpudn47> 在 2025-06-18 上传 | 大小: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 system, the primary knowledge of D<wpudn47> 在 2025-06-18 上传 | 大小:5kb | 下载:0
[Dephi控件源码] delphicountdoen
说明:Delphi毫秒级的倒计时控制程序,三个都是毫秒级,点击“开始倒计时”就可以看到效果了。-Control procedures Delphi millisecond countdown, three are in milliseconds, click on the "countdown" can see the effect.<wpudn47> 在 2025-06-18 上传 | 大小: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-06-18 上传 | 大小:5kb | 下载:0