-
一个vc得winsock编程,通过tcpid传输数据
一个vc得winsock编程,通过tcpid传输数据-A vc a winsock programming, through the transmission of data tcpid
- 2022-06-21 14:32:21下载
- 积分: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
-
首先,读者可以先将DDK原来的packet例子程序备份,然后用改动后的驱动程序源码覆盖原先的代码(即覆盖packet...
首先,读者可以先将DDK原来的packet例子程序备份,然后用改动后的驱动程序源码覆盖原先的代码(即覆盖packet->driver目录下的代码,修改后的代码已经给出)。
然后开始编译。顺次选择开始->程序->Development kits->Windows 2000 DDK->Checked Build Environment,将出现一个控制台窗口。使用cd命令进入D:programsNTDDK src
etwork ndispacket目录(即驱动程序和相应应用程序所在的目录),键入build命令开始编译,在该目录下的dirs文件的控制下可以同时编译driver目录下的驱动程序和testapp目录下用于测试驱动程序的应用程序;即同时得到改动后的驱动程序和测试该驱动程序的应用程序。-First, readers can DDK first example of the original packet backup procedures, and then change the driver covered the original source code (that is, covering packet-gt; Driver directory code, the revised code has been given). Then compiler. Topping the list is to choose start-gt; Procedures- gt; Development kits- gt; Windows 2000 DDK- gt; Checked Build Environment, there will be a console window. Use cd order to enter D : programs NTDDK src network NDIS packet directory (ie driver and the corresponding application to the directory), type build orders started compiling, in the catalog under the dirs documents under the co
- 2023-06-15 10:50: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
-
KE2008网络视频终端配置工具V1.07.10.msi
KE2008网络视频终端配置工具V1.07.10.msi-KE2008 network video terminal configuration tool V1.07.10.msi
- 2022-02-04 08:48:30下载
- 积分:1
-
C#Socket窗体异步通讯
在VS 2008 平台下用C#语言编写的Socket通讯程序,采用异步模式,包括客户端和服务器两项源码,简单易懂,适合初学者,经测试可用
- 2022-07-22 15:31:41下载
- 积分:1
-
tftp server source code, a relatively simple example.
tftp server源代码,比较简单的例子。-tftp server source code, a relatively simple example.
- 2022-05-17 03:27:41下载
- 积分:1
-
Visual Basic 6.0 网络通信协议分析与应用实现 很不错的随书源码 分享给大家...
Visual Basic 6.0 网络通信协议分析与应用实现 很不错的随书源码 分享给大家-Visual Basic 6.0 Analysis and Application of network communication protocols to achieve a very good source to share with the book to everyone
- 2023-04-02 01:45:13下载
- 积分:1
-
TCP通信的客户端
基于tcp通信的客户端源代码,可以与基于TCP通信的服务器端实现链接并通话-client for tcp communication
- 2022-08-21 17:56:43下载
- 积分:1
-
一个VC/C++ 网上广播程序源代码,有助于学习掌握C++网络广播技术。值得学习和参考。开发语言基于Visual Studio。本代码来源于网上收集的公开资源,...
一个VC/C++ 网上广播程序源代码,有助于学习掌握C++网络广播技术。值得学习和参考。开发语言基于Visual Studio。本代码来源于网上收集的公开资源,谨供学习参考使用。-A VC/C++ Online radio program source code, contribute to learning and mastering the C++ Network broadcasting technology. Worthy of study and reference. Development language based on Visual Studio. The code from the online collection of public resources, I would like to study for their use and reference.
- 2022-05-18 16:51:13下载
- 积分:1