-
tcpip服务器端
本代码详细描述了tcp/ip服务器端的连接与显示。工程为vc++。在vc6.00下编译通过,可以正常连接client端。
- 2022-06-12 02:39:25下载
- 积分:1
-
网络版的聊天程序
网络版的聊天程序,DELPHI编写的网络聊天程序,可以供初学者学习-a communication program for Network build by delphi
- 2023-06-25 16:55:04下载
- 积分:1
-
将HTML转换为TXT文本的小程序
将HTML转换为TXT文本的小程序- The HTML transformation is the TXT text script
- 2022-09-05 13:30:03下载
- 积分:1
-
DSC(Data Service Center)是用于接收DTU数据和向DTU发送数据的服务软件,和DTU之间通讯使用开发包动态库gprs_dll.dll,该文...
DSC(Data Service Center)是用于接收DTU数据和向DTU发送数据的服务软件,和DTU之间通讯使用开发包动态库gprs_dll.dll,该文件包括和DTU通讯所需要的全部API函数,包括服务的启动、数据发送、数据接收、关闭服务等,DSC实际上是架构在gprs_dll.dll所提供的功能之上的数据处理软件,其所需要完成的功能如下:
1、 调用API启动服务和停止服务;
2、 调用API接收数据和向DTU发送数据,并且对数据作进一步处理;
3、 调用API轮询DTU用户列表,如果需要可作进一步处理,包括用户认证等;
4、 调用API对DTU进行远程配置
-DSC (Data Service Center) is used to receive data and to the DTU DT U send data services software, and communications between the DTU use development kits gprs_dll.dll DLL, the documents include communications and DTU need all API function, including the launch, data sending, receiving data, the closure of services, DSC is actually in gprs_dll.dll framework provided by the above functions of data processing software, they need to complete the following functions : 1, API calls to stop and restart services; 2. API call and receive data to the DTU send data, as well as data for further processing; 3. Call API Polling DTU user list, if necessary, for further processing, including user authentica
- 2022-02-28 19:33:44下载
- 积分:1
-
WinSocket各种阻塞非阻塞模式的简单例子都已通过调试适合网络编程初学者...
WinSocket各种阻塞非阻塞模式的简单例子都已通过调试适合网络编程初学者-WinSocket a variety of blocking non-blocking mode has been adopted by a simple example of network programming for beginners debugging
- 2022-02-15 11:46:53下载
- 积分:1
-
c#socket 聊天
本程序通过运用socket实现了聊天功能。本程序分为服务器端和客户端。服务器端创建一个socket对象,该对象的listen方法用来监听客户端的连接请求。连接好后 ,创建一个新的socket 用来与客户端进行交互。相应地,客户端建立一个socket,该对象的connect方法与服务器进行连接建立。建立好后开始交互。
- 2022-12-25 07:55:02下载
- 积分:1
-
个人网站源码,是我自己编写的,不足之处,请指正…
一个个人网站源码,是我自己编写的,不足之处,请各位多多指正-a personal website source, is my own preparation, inadequate, please correct many
- 2022-05-15 17:51:15下载
- 积分:1
-
编程环境VB.NET2005
多线程下载
编程环境VB.NET2005
多线程下载-Multi-threaded programming environment VB.NET2005 download
- 2022-01-21 18:16:44下载
- 积分:1
-
socket 通信(基于Pyhton 的GUI)
使用python编写了基于SOCKET 的服务器端,用于接收数据,接收到的数据存储在txt文本中,该软件具有配置界面。
- 2022-04-26 21:38:12下载
- 积分:1
-
winpcap sdk
用于winpcap开发的SDK,里面包含了几个库文件:wpcap.lib Packet.lib,和几个头文件,使用的时候把库文件放在工程目录下或是编译器的目下,然后编译器中加入他们的路径
- 2022-05-29 12:30:40下载
- 积分:1