-
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
-
将HTML转换为TXT文件的程序
将HTML转换为TXT文件的程序 -The app converting HTML to TXT
- 2022-01-21 22:27:15下载
- 积分:1
-
Reading packets over the network with different protocols
Reading packets over the network with different protocols
- 2023-02-15 21:15:04下载
- 积分:1
-
支持跨网的点对点文件传输
支持跨网的点对点文件传输-support inter-network peer-to-peer file transfer
- 2022-05-13 10:21:30下载
- 积分:1
-
Experimental ARMSYS 15: Ethernet interface application Description: Initializati...
ARMSYS实验十五:以太网接口应用
描述:初始化以太网卡-Experimental ARMSYS 15: Ethernet interface application Description: Initialization of Ethernet card
- 2022-07-16 09:19:10下载
- 积分:1
-
微软.NET官方网站使用的论坛源码
微软.NET官方网站使用的论坛源码-Microsoft.NET official website of the Forum FOSS
- 2022-03-11 20:45:47下载
- 积分:1
-
数控电源,以及嗅探,看看它的源码,讨厌,我讨厌…
一个nc的源码,也是嗅探器,请看源码吧,烦,我最讨厌写文字了-a nc the source, as well as sniffer, take a look at it source, annoying, I hate to write a letter
- 2022-03-23 17:04:49下载
- 积分:1
-
IEEE 802.11h
IEEE 802.11h-2003 IEEE Standard for Information technology―Telecommunications and Information Exchange Between Systems―LAN/MAN Specific Requirements―Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications: Spectrum and Transmit Power Management Extensions in the 5GHz band in Europe-IEEE 802.11h-2003 IEEE Standard for Information technology-Telecommunications and Information Exchange Between Systems-LAN/MAN Specific Requirements-Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications: Spectrum and Transmit Power Management Extensions in the 5GHz band in Europe
- 2022-04-25 09:04:51下载
- 积分:1
-
关于C++的网络编程介绍,重点介绍了在特殊领域的C++的编程
关于C++的网络编程介绍,重点介绍了在特殊领域的C++的编程-About C++ Introduction of network programming, focusing on specific areas in the introduction of the C++ programming
- 2022-04-17 08:13:31下载
- 积分:1
-
c#socket 聊天
本程序通过运用socket实现了聊天功能。本程序分为服务器端和客户端。服务器端创建一个socket对象,该对象的listen方法用来监听客户端的连接请求。连接好后 ,创建一个新的socket 用来与客户端进行交互。相应地,客户端建立一个socket,该对象的connect方法与服务器进行连接建立。建立好后开始交互。
- 2022-12-25 07:55:02下载
- 积分:1