搜索资源列表
电视台
- 电视台投票系统,通过网络编程来实现,编程环境DELPHI,有EXE文件,自己可以看-television system and network programming to achieve, Delphi programming environment, EXE file, they can see
用Delphi建立通讯与数据交换服务器
- 用Delphi建立通讯与数据交换服务器编程-Delphi establish communications and data exchange server programming
del5
- 小聊天室,挺好用的哦,用的是upd协议,delphi编程的好帮手-small chat rooms, very good with the oh, it was UPD agreement, delphi programming friendIn
Delphi串口及语音传真高级编程
- 通过这一资料,你可以深刻的掌握串口与语音的编程技术和技巧.-through this information, you can grasp the profound serial port and voice technology and programming skills.
democode
- 在Delphi中编程控制系统IP配置 程序名称:preject1.exe 运行环境:windows2000 professional 和 Delphi 6 -in Delphi programming control system IP configuration procedures title : preject1.exe runtime environment : windows2000 professional and Delphi 6
Net_function
- delphi在网络编程方面的一些常用函数,希望对大家能有帮助!-network programming in a number of commonly used function, we can hope to help!
060404DELPHI
- 黑客编程代码DELPHI版,很实用的哦!~!~-hackers Delphi programming code version, very useful! ~! ~
socklog
- delphi的socket编程-socket programming
Socket_Server
- Socket实例代码_服务端,供使用Delphi进行Socket编程的程序员参考,Delphi版本为7.0
Socket_Client
- Socket实例代码_客户端,供使用Delphi进行Socket编程的程序员参考,Delphi版本为7.0
NetworkWatchSystem
- 网络设备监控软件说明文档 雪峰 1、自己公司是做网络通讯服务的,需要对各个基站、节点的网络连接状态监控 2、以及设备资产进行管理 是DELPHI开发的,需求详细说明、开发文档、编程规范等在解压后的目录NewNet\\document\\中 tony.he 13960833000 8135666@163.com
server
- delphi网络编程,一个很好的服务端
getmac
- delphi编程计算当前机器的mac地址。
GetBmpFromWeb
- Delphi源码,可以自动从网页下载指定的图片,对于学习delphi编程有一定的用处
Delphi网络编程范例
- 有关Delphi网络编程方面的例子。-the Delphi Network Programming of examples.
POWER_tsock
- C++Buider/delphi控件,大大简化Socket/TCP/IP编程编程,比使用串口通讯控件还简单-C / delphi controls, greatly simplified Socket / TCP / IP programming programming, the use of serial communication control is also simple
用Delphi实现远程控制
- WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访问大大简化。下面这个远程控制的例子就很清楚地说明了这个问题,