基于攻击图模型的多目标网络安全评估技术研究
2021-06-21 13:00:09 2MB 网络安全评估
题目如下: 编写程序实现文件上传功能。 有能力的同学可以自行设计文件下载功能,但是本次作业不要求。 服务器端: 要求能运行如下程序: java FileServer port foldername 实际的运行命令可能为 java FileServer 1234 d:\\share 解释如下: port为服务器开放的网络连接端口 foldername为服务器上某个文件夹,该文件夹存放客户端上传的文件。 客户端: 要求能运行如下程序: java FileClient server_ip port afile java FileClient server_ip port afolder 实际的运行命令可能为 java FileClient 127.0.0.1 1234 d:\\abc\\a.docx java FileClient 127.0.0.1 1234 d:\\abc 上面的程序运行完毕后,在服务器的文件下将看到客户端上传的文件a.docx 能看到客户端上传的文件夹abc,并且abc文件夹下的所有文件和子文件夹都上传到了服务器。 假设客户端有文件夹d:\\abc,该文件夹有子文件若干,有子文件夹若干。 客户端能够将某个文件上传到服务器,也可以将某个文件夹连同文件夹下的所有子文件和子文件夹 全部上传到服务器,服务器端保存客户端的文件夹结构和文件信息。 文件传输过程要求实现内容加密,加密算法任意,可以是DES,AES,RSA之类的算法都可以。 注意:是文件在传输过程中加密,到服务器保存的时候,要求和客户端的文件内容一样, 服务器端的文件并不需要加密。 要求支持多客户端并发上传文件,不考虑文件名冲突,假设多个客户端同时上传的文件没有重名现象。 必须使用多线程编程。
2021-06-08 13:22:34 23KB Java 网络编程 多线程 文件上传
1
这是一个用JAVA编写的多人网络版21点游戏,可以进行房间选择等细节操作。
2021-06-04 17:01:36 17.88MB 网络版 多人 21点 游戏
1
最后一站 多人网络僵尸游戏 拉取这个自述文件
2021-06-03 18:06:06 16KB Java
1
这是我的一个计算机网络课的期末大作——局域网聊天室的项目报告文档,程序可以运行了,但寒假要继续改进用户登录验证和用户自定义聊天人数。
2021-05-30 16:15:06 134KB java 多线程 网络编程 项目报告
1
采用java的GUI,多线程,I/O及网络编程技术,编写了实时聊天程序, 类似QQ功能.
2021-05-26 20:17:50 642KB java 网络编程 聊天室
1
中国电信5g多连接网络架构.pdf
2021-05-26 09:01:53 6.66MB 5g
LINUX下的一个多线程的服务器和客户端的网络传输程序,初学者可以作为参考。 LINUX下的一个多线程的服务器和客户端的网络传输程序,初学者可以作为参考
2021-05-20 01:39:18 4KB linux 多线程 网络传输 C/S
1
This accessible book provides an introduction to the analysis and design of dynamic multiagent networks. Such networks are of great interest in a wide range of areas in science and engineering, including: mobile sensor networks, distributed robotics such as formation flying and swarming, quantum networks, networked economics, biological synchronization, and social networks. Focusing on graph theoretic methods for the analysis and synthesis of dynamic multiagent networks, the book presents a powerful new formalism and set of tools for networked systems. The book's three sections look at foundations, multiagent networks, and networks as systems. The authors give an overview of important ideas from graph theory, followed by a detailed account of the agreement protocol and its various extensions, including the behavior of the protocol over undirected, directed, switching, and random networks. They cover topics such as formation control, coverage, distributed estimation, social networks, and games over networks. And they explore intriguing aspects of viewing networks as systems, by making these networks amenable to control-theoretic analysis and automatic synthesis, by monitoring their dynamic evolution, and by examining higher-order interaction models in terms of simplicial complexes and their applications. The book will interest graduate students working in systems and control, as well as in computer science and robotics. It will be a standard reference for researchers seeking a self-contained account of system-theoretic aspects of multiagent networks and their wide-ranging applications. This book has been adopted as a textbook at the following universities: University of Stuttgart, Germany Royal Institute of Technology, Sweden Georgia Tech, USA University of Washington, USA Ohio University, USA
2021-05-07 16:17:45 4.85MB 多个体网络 图理论方法
1
食源性疾病总是通过多种媒介传播(例如新鲜蔬菜和水果),并揭示出多层网络可以传播具有复杂相互作用的致命病原体。 在本文中,首先,我们使用仅依赖于两个分布的“自上而下”的分析框架来描述具有任意数量层的随机多层网络。 这两个分布是多层网络的重叠度分布和边缘类型分布。 其次,基于这两个分布,我们采用多层网络多样性的三个指标来衡量网络层之间的相关性,包括网络的丰富性,相似性和均匀性。 网络丰富度是形成多层网络的层数。 网络相似度是不同层共享同一边缘的程度。 网络均匀度是每层边缘数的方差。 第三,基于简单的流行病模型,我们分析了网络多样性对协作与竞争共存的相互作用流行病阈值的影响。 我们的工作扩展了“自上而下”的分析框架,以处理更复杂的流行病情况和更多的多样性指标,并量化了层间协作和层内传输的阈值之间的折衷。
2021-05-04 20:28:18 696KB Multiplex networks; TOP–BOTTOM modeling;
1