5.6k 5 分钟

# Experiment 5: SVM This is the report of Experiment 5: SVM. # Linear SVM - basic # Purpose In this part, we will use a basic linear SVM to classify a group of data. The train set and test set are given as file training_1.txt and test_1.txt. # Procedure A basic linear SVM with regular term can be...
1.6k 1 分钟

# Experiment 9: Decision Tree This is the report of Experiment 9: Decision Tree. # Purpose In this experiment, we want to classify the given wine dataset with a decision tree. I chose the ID3 algorithm, which decides whether it's a leaf node with information gain. # Procedure # generate training...
558 1 分钟

# 概述 # 传输层的功能 # 传输层的寻址 # UDP 协议 UDP 协议全称用户数据报协议 (User Datagram Protocol, UDP), 是运输层上最主要的无连接传输协议。UDP 只在 IP 的数据报服务之上增加了以下功能: 复用 (multiplexing) 和分用 (inverse multiplexing) 差错检测 # UDP 的数据报格式 # UDP 的应用场景 # 实时传输协议 (RTP) 用于传输流媒体信息,在实时应用中采用。 # 实时传输控制协议 (RCTP) 用来处理流同步信息,为源提供反馈信息。 # TCP 协议 TCP 协议全称传输控制协议...
71 1 分钟

乡为身死而不受,今为纸片之美为之;乡为身死而不受,今为甘刻之奉为之;乡为身死而不受,今为所识豪俊者得我而为之;是亦不可以已乎?此之谓电子羊尾。
1.3k 1 分钟

# 源语言和目标语言 本次大作业设计的编译器是将 PL/0 语言编译成类 P-code 语言的程序。 # PL/0 语言 PL/0 语言是一种功能及其有限的编程语言,其数据类型仅存在整数,控制流仅有 if...then... 和 while...do... 两种。此外,其不存在函数传参和面向对象等 “现代” 的设计,而是仅存在 call 指令作为调用的方式。这一方面使得其编写思路与汇编语言相当类似,另一方面也使得其编译器十分简单。 # 类 P-Code 语言 类 P-code 语言是 PL/0 编译器的目标语言,是运行于纯栈式机器上的汇编语言。 其基本指令形式为 F L A ,...
1.6k 1 分钟

一门想自学的科目 伦敦国王学院 (King's College London) 拥有英国唯一设立政治经济学系。其三年本科学习内容包括: 第一年: 政治研究基础,Fundamentals of Politics Research (15 credits) 比较政治制度,Comparing Political Systems (30 credits) 政治理论概论,Introduction to Political Theory (30 credits) 经济学原理,Principles of Economics (30 credits) 定量方法,Quantitative...
263 1 分钟

这是一个综合的图形学的笔记目录。不同于 Games101 随记和图形学课堂随记,这系列笔记是加入我个人理解的,且思路更清晰的笔记。