CWNA Certified Wireless Network Administrator Study Guide Sixth Edition, English
2024-07-02 15:35:28 83.77MB CWNA Wi-FI English
1
这是利用unity开发的一个联机游戏,可以下载后,直接复制粘贴到unity3d中新建的项目中的assets文件夹中,在file里面进行setting另起一个窗口作为服务器,游戏的编译运行窗口作为客户端即可进行相关的测试
2024-06-28 10:50:57 16KB game network
1
音乐GAN 塞缪尔·贝里恩(Samuel Berrien)
1
学校用的课本, Computer Networking continues with an early emphasis on application-layer paradigms and application programming interfaces (the top layer), encouraging a hands-on experience with protocols and networking concepts, before working down the protocol stack to more abstract layers. This book has become the dominant book for this course because of the authors’ reputations, the precision of explanation, the quality of the art program, and the value of their own supplements. Visit the authors’ blog for information and resources to discuss the newest edition, as well as valuable insights, teaching tips, and discussion about the field of Computer Networking http://kuroseross.com
2024-06-15 19:14:44 24.88MB Computer Network
1
NM(网络管理器)是一个实用程序,旨在简化基于NT的系统上的管理工作。 它提供了用于执行常规任务的强大工具,并引入了一种新的自动化机制来执行需要很长时间的重要任务。
2024-06-09 02:42:14 2.09MB 开源软件
1
Atheros AR9285 Wireless Network Adapter网卡驱动
2024-05-08 14:20:09 996KB
1
包含asio入门知识,基本原理,服务端/客户端实例讲解,通用服务端/客户端构建的关键技术与技术细节,同步与异步处理,asio高级特性,asio中其它功能特性等。 面向的读者: 这本书对于那些需要做网络编程却不想深入研究复杂原始网络 API 的开发者来说是 一个福音。所有你需要的只是 Boost.Asio 提供的一套 API。作为著名 Boost C++ 库的一部分,你只需要额外添加几个 #include 文件即可转换到 Boost.Asio。 可以在 http://www.packtpub.com 注册帐号,然后下载书籍的全部 示例代码。同时,也可以通过访问 http://www.packtpub.com/support 进行注册, 这些示例代码文件将直接发送到你的邮箱。
2024-04-24 11:32:39 950KB boost asio 网络编程
1
演示计算机网络安全 此回购包含了我应邀在布加勒斯特大学计算机网络课程中为二年级学生提供的演讲材料。 您可以查看此演示文稿。 执照 本材料根据。
2024-04-18 10:33:02 2.7MB HTML
1
Linux下使用gcc编译 gcc mdio.c -o mdio 使用方法 usage: mdio mdio read mdio mdio write example: mdio eth0 0x1
2024-04-08 15:49:57 2KB linux network MDIO
1
TFTP协议是基于UDP的简单文件传输协议,协议双方为Client和Server.Client和Server之间通过5种消息来传输文件,消息前两个字节Code是消息类型,消息内容随消息类型不同而不同。传输模式有三种:octet,netascii和mail,octet为二进制模式,netascii为文本模式,mail为文本模式,不过收到的文本不是保存到文件,而是打印出来,现在已不常用。DATA消息种数据长度是512字节,最后一个数据包可能会小于512。 本资源基于Qt5.12实现TFTP的Server和Client。
2024-04-02 11:03:35 97KB network TFTPClient TFTPServer
1