作为Computer networks课程的一个project,我们需要实现用TCP在mininet中client和server的相互通信,需要能够传输文本文件,binary file 和image file。整个project的目的还是比较明确的。我主要列出了一下几个问题,需要在代码中实现。 1. ...
分类:
编程语言 时间:
2020-07-19 18:10:07
阅读次数:
91
To perform a cold boot (also called a "hard boot") means to start up a computer that is turned off. It is often used in contrast to a warm boot, which... ...
分类:
其他好文 时间:
2020-07-18 00:38:36
阅读次数:
268
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl ...
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl ...
1,什么是SVG?SVG 指可伸缩矢量图形 (Scalable Vector Graphics)SVG 用于定义用于网络的基于矢量的图形SVG 使用 XML 格式定义图形SVG 图像在放大或改变尺寸的情况下其图形质量不会有损失SVG 是万维网联盟的标准 2,SVG 的优势 与其他图像格式相比(比如 ...
分类:
Web程序 时间:
2020-07-15 23:44:58
阅读次数:
97
Linux性能相关命令 1. 查看硬盘相关信息 cat /proc/scsi/scsi #查看scsi(Small Computer System Interface)连接的设备 lsblk #查看硬盘设备 lsblk -o name,rota #查看硬盘设备,列出名称和转动标志,如果rota为0, ...
分类:
系统相关 时间:
2020-07-15 23:26:28
阅读次数:
89
1025 PAT Ranking (25分) Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zhejiang University. Each test ...
分类:
其他好文 时间:
2020-07-14 17:59:25
阅读次数:
48
背景 众所周知,Unity3D支持自定义后处理效果,实现过程有三步: 添加着色器,在着色器里书写后处理代码; 添加材质,把材质和着色器绑定; 给相机添加脚本,重写其OnRenderImage方法,将材质传入Graphics.Blit方法中。 但是在做最近的一个项目时,我使用了Unity3D的官方后处 ...
分类:
编程语言 时间:
2020-07-14 16:39:31
阅读次数:
79
##题面 Problem Description Queues and Priority Queues are data structures which are known to most computer scientists. The Queue occurs often in our dai ...
分类:
其他好文 时间:
2020-07-12 17:05:48
阅读次数:
132
[Python 中文开发手册gl (SGI IRIX) - Python 中文开发手册自2.6版以来已弃用:该gl模块已在Python 3中删除。此模块提供对Silicon Graphics 图形库的访问。它仅适用于Silicon Graphics机器。警告对GL库的一些非法调用导致Python解释... ...
分类:
编程语言 时间:
2020-07-12 10:35:03
阅读次数:
76