资源列表
WinSNMP的网管程序,可以显示网络设备的流量
- WinSNMP的网管程序,可以显示网络设备的流量,对需要的朋友会有很大的帮助-WinSNMP network management procedures that will show the flow of network equipment to the needs of the friends will be a big help
175i
- 为了满足广大朋友做网络外贸生意的需要,我们开发了这套多语言购物系统,在国内尚属先行,欢迎大家对系统进行测试。-to satisfy friends do foreign trade business network needs, we have developed a set of multi-lingual shopping system is the first in China, we welcome the system for testing.
网页日历显示
- 使用起来十分顺手的日历显示程序,主要是用在网页开发方面。-very easy to use calendar shows that the procedure is mainly used in the development of the website.
局域网数据广播
- 这个程序是基于面向无连接的UDP协议编写-the procedure is based on face-connected UDP preparation
用C++Builder创建基于Internet的P2P技术
- 用Borlan C++ Builder创建 基于Internet的P2P技术-with Borlan C Builder to create Internet-based peer-to-peer technology
1.BroadcastDemo
- 这是一个局域网广播程序,通过输入对方的计算机名或IP名或是工作组名,就可实现对局域网的广播-This is a LAN broadcasting process, through the importation of each other's computer name or the name or IP Working Group, and can be achieved on the radio LAN
P2P点对点传输控件源码
- P2P点对点传输控件源码,可以让你的开发出点对点传输的软件-peer-to-peer transmission control source, which will let you in the development of point-to-point transmission software
java通信程序
- 本程序实现了最简单的端到端通信,分为服务器端和客户端两个,适合初学者研究-realized by the most simple end-to-end communications, divided into server and client 2, suitable for beginners study
tcpipSource
- tcpip协议的全部源代码,对刚刚开始学习网络编程的初学者很有帮助.-TCPIP the full source code, has just begun to study network programming beginners helpful.
组播
- 演示网络编程中的组播,并对其中的函数做了详细说明-demonstration network multicast programming, the function of which are described in detail by the
获取网卡配置信息
- 此编码具体说就是在网络通信过程中,从主机上获取需要确认的信息。,通过socket实现断口扫描。-specific coding that this is the network communication process, from the host access needs confirmation information. By achieving socket fracture scanning.
用Delphi实现远程控制
- WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访问大大简化。下面这个远程控制的例子就很清楚地说明了这个问题,