登录
首页 » Windows Socket编程 » 一个和NAT相关的程序

一个和NAT相关的程序

于 2022-05-21 发布 文件大小:2.88 kB
0 180
下载积分: 2 下载次数: 1

代码说明:

一个和NAT相关的程序-a NAT and related procedures

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 信使小精灵,是一个简易的聊天工具。主要是演示了网络的主要步骤。本序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘...
    信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-messenger elf is a simple chat tools. A major demonstration is the main network programming steps. The programs use Packaging good libraries, makes application layer need not consider the network news is how it has been accepted and sent, and do not need sticky packets of data and packet loss of a thorn in hand, as long as you call the corresponding function on it. Functions well as your work. You only need to define its own agreement head and the structure of news, the definition of a good network news callback function on it.
    2022-01-26 00:49:46下载
    积分:1
  •  ?Socket 让你沮丧吗?从man pages中很难得到有用的信息吗?你想跟上时代去Internet相关的序,但是为你在调用 connect() 前...
     ?Socket 编程让你沮丧吗?从man pages中很难得到有用的信息吗?你想跟上时代去编Internet相关的程序,但是为你在调用 connect() 前的bind() 的结构而不知所措?-Socket Programming let you frustrated? From the man pages is very difficult to get useful information? You want to go part time on the Internet-related programs, but for you to call connect () before the bind () and the structure of a loss?
    2022-02-15 22:05:47下载
    积分:1
  • 译synscan.cpp请注意,如果是ADSL用户,可能要把代码里的hp
    编译synscan.cpp请注意,如果是ADSL用户,可能要把代码里的hp->h_addr_list[0]改为hp->h_addr_list[1]才能够扫描,具体是[0]还是[1]或其它,可以先编译getallIP.cpp来获取外网IP的网卡的代号。例如编译getallIP.cpp后得到以下输出 Address [0]: 192.168.1.2 Address [1]: 218.10.14.151(公网IP) 那么想扫描外网的话就要把synscan.cpp里的hp->h_addr_list[0]改为hp->h_addr_list[1]了-Compiler synscan.cpp Please note that if it is ADSL users may need to code in the hp-
    2022-02-12 10:12:34下载
    积分:1
  • 得到本地机器的所有IP地址
    得到本地机器的所有IP地址 -Getting all the ip address of local machine
    2022-03-18 16:39:59下载
    积分:1
  • 复旦大学选课小助手哈哈版,用到组件suipack
    复旦大学选课小助手哈哈版,用到组件suipack-Fudan University assistant Haha small version of components used suipack
    2023-06-21 06:00:03下载
    积分:1
  • 今天心血来潮写的,javascript实现表格增加,里面内容也可辑,如果与服务器语言实现数据库的操作,应该很不错的...
    今天心血来潮写的,javascript实现表格增加,里面内容也可编辑,如果与服务器语言实现数据库的操作,应该很不错的-Whim written today, javascript form realize increased, which can also edit content, if the server database linguistic realize the operation, should be very good
    2023-05-28 08:45:03下载
    积分:1
  • 这个序可以实现移动公司短信中心和SP之间的连接。数据传输,文件传输。...
    这个程序可以实现移动公司短信中心和SP之间的连接。数据传输,文件传输。-This process can realize Mobile message center and the connection between the SP. Data transmission, file transfer.
    2022-09-10 18:25:03下载
    积分:1
  • 实现功能:・ 用户上线・包括新用户上线和已使用过该系统的用户上线・每位在线的用户将会收到该用户上线的通知・该用户会收到所有已在线的用户的信息・朋友下线  ・服务...
    实现功能:・ 用户上线・包括新用户上线和已使用过该系统的用户上线・每位在线的用户将会收到该用户上线的通知・该用户会收到所有已在线的用户的信息・朋友下线  ・服务器端删除该用户信息・每位在线的用户将会收到该用户下线的通知,同时删除改用户的信息・聊天终止,文件传输终止・ 修改用户名字・用户可以在对应的文本框内直接修改名称・用户可以在保存的Myinfo.txt中直接修改名称・ 聊天功能:・公聊:所有在线的用户都可以看到你的发言・私聊:能和所有以在线的用户进行私聊,其他用户看不到私聊对象之间的聊天  ・文件传输  ・能给所有的已在线用户发送文件(先打开私聊窗口)  ・只能给一位用户发送文件,但是却可以接收多个用户发送的文件・查看历史记录  ・可以查看私聊的聊天记录  ・可以查看公聊的聊天记录  ・可以查看服务器端的所有记录-achieve functional : on-line users, including new users on line and have used the system users on the line every online users will be received by the users of on-line users will be notified of the receipt of all users of online information Linear friends server to delete the user information each of the Line users will receive the notification from the assembly line users, delete users change the information termination chat, file transfer, termination of modifying user names users can text box corresponding directly alter the names of users can keep Myinfo.txt directly change the name chat : public talk : all online users can se
    2022-04-15 07:32:42下载
    积分:1
  • VC++6.0开发的网络管理序。含ping,ftp,smtp等功能的源
    VC++6.0开发的网络管理程序。含ping,ftp,smtp等功能的源程序-VC 6.0 network management procedures.- Ping, ftp, smtp, and other functions of the source
    2022-04-01 23:17:58下载
    积分:1
  • ultra
    超快速的多文件传送源码-ultra-fast transmission of documents over the FOSS
    2022-06-27 22:58:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载