这篇文章是对我的网站的基本介绍,Please read it first!
-
Sticky
-
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Qu... -
FDS-Exercise
0 写在前面第一次quiz有点依托,这里总结一下各种练习题 #1 逆转链表Problem12345678typedef struct Node *PtrToNode;typedef PtrToNode List;typedef PtrToNode Position;struct Node { ElementType Element; Position Next;... -
Chapter 2 - Combinational Logic Circuits
1 Binary Logic and Gates1.1 Binary Variables取值0或1的变量 1.2 Logical OperationsAND()OR(+)NOT() Examples:Y=A × B is read”Y is equal to A AND B.” 详细内容可以看离散数学的笔记 1.3 Logic GatesIn the earliest computers,s... -
Chapter 2 - Lists,Stacks,Queues
定义 注意 补充、解释 其他 0 Solution to Exercise1 Abstract Data Type(ADT)DefinitionData Type = {Obejcts}{Operations}An ADT is a data type that is orgnized in such a way that the specification(说明) on the obj... -
Chapter 1 - Logic and Proofs
写在前面离散数学的笔记对翁老师分享的前辈的笔记有所参考,所以放在前面,文章中讲的不详细的地方,大家可以去阅读学长的笔记 定义 注意 补充、解释 其他 术语对照参考这就来了( conjunction 合取 disconjunction 析取 exclusive or 异或 precedence 优先级 1 Propositional Logic1.1 PropositionDefi... -
Chapter 1 - Algorithm Analysis(b)
定义 注意 补充、解释 其他 0 Solution to Exercise1 Compare the AlgorithmsProblemGiven(possibly negative) integers ,find the maximum value of 1.1 Algorithm 01123456789101112131415161718192021222324//Algori... -
Chapter 1 - Algorithm Analysis(a)
定义 注意 补充、解释 其他 1 Algorithm Analysis1.1 DefinitionDefinitionAn algorithm is a finite set of instructions that,if followed,accomplishes a particular task. In addition,all algorithms must satisfy the... -
2026春第一周周末
fds hw01感觉花了2小时,I dislike Balloon-Popping :( fds第一节课笔记花了一个多小时,还差一点完成了!还是比较满意的 大物学习花的时间有点久 大物作业 微积分学习 微积分笔记 -
Chapter 1 - Digital Systems and Information
0 写在前面数逻的笔记学习了Isshiki学长的笔记 1 Analog and Digital Signals Analog and digital signals are two types of signals carrying information. Analog signals are continuous in both values and time,while digital...