l 实验1(1-1-1):Linux定制安装 l 实验2(1-1-2):Linux常见命令使用 l 实验3(1-1-3):Vi使用 l 实验4(1-2-1):tftp服务器 l 实验5(1-2-2):NFS服务器 l 实验6(1-2-3):Samba服务器 l 实验7(1-2-4):防火墙设置 l 实验8(1-2-5):wireshark网络分析 l 实验9(1-2-6):脚本编程-脚本参数 l 实验10(1-2-7):脚本编程-统计文件 l 实验11(1-2-8):脚本编程-倒序输出 l 实
Requirement: I. Query database with SQL Server. (30’, 2’ for each) 1. Create a table named Student using command Create Table. The table structure is as follows: Column Type Length Note ID Varchar 20 Student’s ID Name Varchar 10 Student’s Name Age I
Experiment 1 The QuickSort Algorithm 1.Introduction to the quicksort algorithm In order to sort the input data sequence S, we can do like below: 1)Select one number q and then divide the sequence S into three sub-suquences: S1 in which all of elemen