Projects in multiple courses, operating system, algorithms, data structure, big data & analytics.
多个课程中涉及到的课程项目,Social Network Analysis 是大数据分析可,Address Book 是算法课,Thread Operation In OS 是操作系统课,Devel Language 是数据结构。
Project in Big Data & Analytics, using R to find out the specific person with limited conditions. Involved central person, longest path, largest clique, ego, power centrality.
大数据分析学课程中的项目,使用 R 编程语言找出满足特定条件的结点。包括 central person, longest path, largest clique, ego, power centrality.
Project in Algorithms Course, using Trie to implement the real-time search.
使用 Trie ,输入前几个字母在地址簿里搜索出联系人完整信息。
Project in Operating System, contains, creating, withdraw of thread,first-come-first-served,time around, semaphore implementation.
操作系统课程设计:线程的创建、撤销、先来先服务、时间片轮转、信号量实现等。
The practice to use stack, queue.
严蔚敏《数据结构》书里关于栈使用的经典问题,代码用三种方法实现。