-
基于TCP的Socket通信
基于TCP的Socket通信,c语言编写,开发环境是vc6.0。含有服务器和客户端,压缩包中有使用说明。
- 2022-04-20 00:16:40下载
- 积分:1
-
这个是个未完成品
演示地址:http://www.yyzyq.com
仅以此例给正在学习编程爱好.net的朋友
希望能给大家带来帮...
这个是个未完成品
演示地址:http://www.yyzyq.com
仅以此例给正在学习编程爱好.net的朋友
希望能给大家带来帮助-This is an unfinished product demo Address: http://www.yyzyq.com only to this Example are learning to love programming. Net friends hope that I can help everyone
- 2023-06-04 21:05:04下载
- 积分:1
-
ABYSS 网络服务器
ABYSS曾经在POSIX套接字后有一个成形的套接字概念 ,在其中一个单一类 (TSocket) 包含两种非常不同的对象: 一个类似于 TChanSwitch 和 一个类似 TChannel。
现在,我们有 TChanSwitch 和TChannel,用户应该使用那些,但有可能是旧的程序使用 TSocket,我们想要他们继续工作。
其实,这可能是没有必要。只有一个版本 (1.06) 有TSocket 接口,这个版本没有提供任何激励去升级旧版本的程序来使用TSocket,所以可能有很少或没有TSocket的用户。
- 2023-05-25 11:30:03下载
- 积分:1
-
此程序是一个通过WINSOKET来编写的程序,和用到了串口编程,实现计算发送信息量是多少。...
此程序是一个通过WINSOKET来编写的程序,和用到了串口编程,实现计算发送信息量是多少。-this procedure is a WINSOKET through the procedures to prepare, and used the serial programming, achieve this calculation is the amount of information.
- 2023-08-03 02:10:03下载
- 积分:1
-
unity c# 串口获得数据 获得串口无线模块的按键信息
资源描述unity c# 串口获得数据 获得串口无线模块的按键信息,老师在台上讲课,可以在大屏幕上出题给学生,所有学生都可以答题,答题信息总结到老师的终端电脑上,查看学生的答题情况,并记录历史答题信息,作为教学依据。
- 2022-10-27 15:25:04下载
- 积分:1
-
BroadcastSender
#include
#include
#include
#include
#include
#include
#include "Practical.h"
static const char *IN6ADDR_ALLNODES = "FF02::1"; // v6 addr not built in
int main(int argc, char *argv[]) {
if (argc != 4) // Test for correct number of arguments
- 2022-05-22 11:28:35下载
- 积分:1
-
a small network chat server and client, can be used for e
一个小型的网络聊天服务器和客户端,可用于网络学习-a small network chat server and client, can be used for e-learning
- 2022-10-06 12:50:02下载
- 积分:1
-
FTP example program
FTP example program
- 2022-10-20 15:20:03下载
- 积分:1
-
wtc的访问
#include
#include "wtcTest.h"
#include "IsmpCrmEngineSoapBinding.nsmap"
char * reqPackType[REQ_PACK_NUM] = {"dgwtc.xml", "tdwtc.xml"};
SpTalk * fwdSp;
char logFilePath[512] = {0}; //log file path
FILE * logFile = NULL; //log file name
LogHandle &
- 2022-04-27 17:41:15下载
- 积分:1
-
简易FTP客户端
一个Visual C++写的FTP端,完整的管理功能。可以添加,删除,修改连接。支持断点续传。代码完整。
- 2022-01-22 11:29:00下载
- 积分:1