-
端口扫描是一种指定单个端口或多个端口的地址的权利…
端口扫描是一个能够对指定IP地址的单个端口或者多个端口进行扫描的程序;
-port scan is a right to specify the IP addresses of individual ports or multiple port scanning procedures;
- 2022-08-04 08:59:32下载
- 积分:1
-
使用XML和.NET编写的天气查询系统,运行界面为网叶。
使用XML和.NET编写的天气查询系统,运行界面为网叶。-The use of XML and. NET prepared weather Inquiry System, run interface for network leaf.
- 2022-06-20 16:19:38下载
- 积分:1
-
VB中如何使用 Winsock 控件
VB中如何使用 Winsock 控件-VB how to use the Winsock Control
- 2022-05-16 07:16:55下载
- 积分:1
-
模拟ICQ聊天通讯程序,是现在视频通讯聊天的参考。
模拟ICQ聊天通讯程序,是现在视频通讯聊天的参考。-Analog communication program ICQ chat, video communication now chat reference.
- 2022-10-13 17:10:02下载
- 积分:1
-
c++builder 电子邮件编程
c++builder 电子邮件编程-c builder e-mail program
- 2022-04-24 15:52:10下载
- 积分:1
-
CSocket的实习与数据库的内容是将选择B.
用CSocket 实习数据库的内容有选择地传送,希望对你有用-CSocket internship with the content of the database is to transmit the choice, be useful to you
- 2023-08-06 09:55:03下载
- 积分:1
-
开机自启动
将一个exe可执行文件设置为开机自启动项,通过修改注册表的SoftwareMicrosoftWindowsCurrentVersionRun项进行设置,
可执行文件在系统路径下
GetSystemDirectory(pFileName,MAX_PATH); //取系统路径
strcat(pFileName,"injectdll.exe"); //系统路径加injectdll.exe
此例中是将系统目录下的inject.exe设置为开机启动项,文件名可以自己修改。
- 2022-02-05 17:02:08下载
- 积分:1
-
极简网络聊天程序,,只需填上双方的计算机名或ip,以及使用的端口号即可。大小仅1.83k源代码总共17行,,呵呵,好玩极了!!!当填上192.168.0.255...
极简网络聊天程序,,只需填上双方的计算机名或ip,以及使用的端口号即可。大小仅1.83k源代码总共17行,,呵呵,好玩极了!!!当填上192.168.0.255地址时,意味着你可以对局域网进行网络广播了-Minimalist Internet chat program, and the two sides need only provide the computer name or ip, and the use of the port can be. 1.83k size only source of a total of 17 firms, huh, and had a great time! ! ! When filling 192.168.0.255 address, which means you can pair of LAN network broadcast
- 2022-05-05 00:39:01下载
- 积分:1
-
一个简易的用户留言Web应用程序,它能实现留言的查看和添加功能....
一个简易的用户留言Web应用程序,它能实现留言的查看和添加功能.-a simple Web user voice applications, it can realize the message view and add functionality.
- 2022-11-05 22:25:03下载
- 积分:1
-
purpose : structural frame for understanding the concept of network protocol, th...
目的:
构造帧对于理解网络协议的概念、协议执行过程,以及网络问题处理的一般方法具有重要的意义。本次练习的目的是通过数据链路层与介质访问控制层的学习,根据数据链路层的基本原理,针对普遍应用的Ethernet帧,通过构造一个具体的帧,引导同学深入理解网络协议的基本概念与网络问题处理的一般方法。
要求:
1、编写程序,根据给出的原始数据,组装一个IEEE802.3格式的帧。题目附带的文件为二进制原始数据(文件名分别为input1和input2),要求程序为命令行程序,比如可执行文件名为framer.exe,则命令行形式如下:
framer inputfile outputfile
inputfile为原始数据文件,outputfile为输出结果。
操作系统、使用语言和编译环境不限,但在交作业同时要求注明。
2、输出:对应input1和input2的结果分别为output1和output2
3、要有良好的编程规范和注释
4、写文档
-purpose : structural frame for understanding the concept of network protocol, the implementation of an agreement, network issues and the general approach has important significance. The purpose of the exercise through the data link layer and the MAC layer of learning, according to the data link layer to the basic principles against the universal application of the Ethernet frames, by constructing a concrete frame, to guide students in-depth understanding of network protocols and the basic concepts of network issues to deal with the general approach. Requi
- 2022-03-06 07:04:47下载
- 积分:1