Database Systems: Lab1 There are two questions in this Lab. The first question is giving four different relations and writing the SQL according to the relations. The second qu…
Operating Systems: Lab 2 Banker’s Algorithm

Operating Systems: Lab 2 Banker's Algorithm Deadlock is a set of blocked processes each holding a resource and waiting to acquire a resource held by another process in the set…
Operating Systems: Lab 1 SPF(Shortest-Process-First)

Operating Systems: Lab 1 SPF(Shortest-Process-First) Shortest-Process-First(or Shortest-Job-First) Scheduling. This algorithm is sort with the brust time or remaining time, an…
Operating Systems: Lab 0 Threads
离散数学:Lab 1 命题逻辑
Basic-Computer-Science:Lab 4 Proposition ( 计算机科学基础 )
Basic-Computer-Science:Lab 3 Array ( 计算机科学基础 )
Basic-Computer-Science:Lab 2 Function(计算机科学基础)
Basic-Computer-Science:Lab 1 Set ( 计算机科学基础 )
Operating Systems: Lab 0 Threads This is probably not an Lab, just a little exercise. Here you can know the basic feature of the thread, and try to create the first thread by …
离散数学 Lab 1 命题逻辑 Explanation 老师并没有要求采用何种语言进行编写,这里还是优先采用了 C 语言。 在大部分程序设计语言中包含一定的逻辑/位运算符号,如:&(与) |(或) !(非) ^(异或) 等, 对应命题逻辑中的部分联结词,在书写程序的时候可以直接使用. 但为了表示出命题与命题变元之间的真值关系, 在本文中在多…
The lab of Basic Computer Science. Learning proporsition and implement the required methods specified in the lab specification.
The lab of Basic Computer Science. <\br>Learning Arrays and implement the required methods specified in the lab specification.
The lab of Basic Computer Science.
Learning Function and implement the required methods specified in the lab specification.
The lab of Basic Computer Science.
Learning set and implement the required methods specified in the lab specification.