-
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘...
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。
-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-06-14 05:38:31下载
- 积分:1
-
ppc上的udp通讯
测试通过,wm6上测试通过.
ppc上的udp通讯
测试通过,wm6上测试通过.-ppc on udp communications test, wm6 on the test.
- 2022-01-28 16:04:00下载
- 积分:1
-
最好的局域网搜索软件,支持同时搜索共享文件、FTP、HTTP资源。
1.方便快捷地搜索、浏览局域网资源。多线程搜索局域网上所有的工作组、主机、打印机、共享文...
最好的局域网搜索软件,支持同时搜索共享文件、FTP、HTTP资源。
1.方便快捷地搜索、浏览局域网资源。多线程搜索局域网上所有的工作组、主机、打印机、共享文件、FTP文件、WEB服务器。
2.可以按照网上邻居、工作组或者按照IP地址段自动搜索所有共享/FTP的mp3、电影或自定义搜索的文件;
3.内置nbtstat,能快速查找某一IP网段内的所有主机,并根据IP地址得到对方主机的主机名、工作组名、用户名、MAC地址,速度极快。能将扫描和搜索的结果保存成文本文件或excel电子表格文件。
4.能对某一地址范围的主机进行ping,端口扫描操作,找出所有的WEB服务器,FTP服务器等。能向某一主机发送消息。
5.局域网机器间拷贝文件时,提供文件和目录的断点续传的功能。同时支持FTP下载的断点续传。
6.采用类似资源管理器的界面,操作十分方便。绿色软件,开放源代码。
-err
- 2022-05-28 07:58:56下载
- 积分:1
-
本程序可远程下载主程序新版本.
修改本程序中的主程序文件名,即可实现此功能....
本程序可远程下载主程序新版本.
修改本程序中的主程序文件名,即可实现此功能.-The program can remotely download the new version of the main program. The revised procedure for the main program file name, this function can be realized.
- 2023-07-05 19:15:04下载
- 积分:1
-
一个网络侦听器源码,基于Winpcap开发(运行时需安装Winpcap),能够监听所有以太网帧,并具有简单的协议分析功能。代码比较清晰,能够给有志于开发抓包软件
一个网络侦听器源码,基于Winpcap开发(运行时需安装Winpcap),能够监听所有以太网帧,并具有简单的协议分析功能。代码比较清晰,能够给有志于开发抓包软件的读者提供参考。-A network of listener-source, based on Winpcap development (run-time to install Winpcap), able to monitor all the Ethernet frames, and has a simple function of protocol analysis. Clearer code, able to capture those who want to develop software to provide reference readers.
- 2022-01-25 20:32:14下载
- 积分:1
-
RFC793
RFC793传输控制协议(TRANSMISSION CONTROL PROTOCOL)-RFC793
- 2022-02-04 15:26:24下载
- 积分:1
-
一份winpacp做的arp的代码
一份winpacp做的arp的代码
一份winpacp做的arp的代码
一份winpacp做的arp的代码
-Winpacp a code to do the arp a winpacp to do the arp code
- 2023-06-02 02:05:03下载
- 积分:1
-
一个多线程的扫描器的实现,可以得到机器的详细信息和状态
一个多线程的扫描器的实现,可以得到机器的详细信息和状态-a multithreaded the realization of the scanner, the machine can get detailed information and the state
- 2023-03-14 19:30:04下载
- 积分: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
-
网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM
规定。
函数:
void queueInit()
char queueAd...
网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM
规定。
函数:
void queueInit()
char queueAdd(int index, unsigned char* pBuff, int pri)
char queueDelHead(int index)
char queueDelAll()
调用: 无
被调用: 网络通讯程序及用户程序的初始化部分-Network buffer queue operation. The number of queues defined by the macro QUEUE_NUM provisions. Function: void queueInit () char queueAdd (int index, unsigned char* pBuff, int pri) char queueDelHead (int index) char queueDelAll () call: None is called: network communication procedures and user program initialization part
- 2022-01-29 02:43:28下载
- 积分:1