版本25和27间的区别 (跳过第2版)
于2007-10-09 10:03:54修订的的版本25
大小: 880
编辑: czk
备注:
于2007-10-24 19:07:21修订的的版本27
大小: 880
编辑: 218
备注:
未发现区别!

07专升本实验

http://wzuacm.3322.org/ 上完成题目,并完成如下实验报告,并将实验报告发到 czk.data.structures@gmail.com AttachList

实验二程序模板

   1 #include <stdio.h>
   2 #include <string.h>
   3 int main() {
   4     int n;
   5     char command[20];
   6     scanf("%d", &n);
   7     // read n numbers
   8     while(scanf("%s", command)!=EOF) {
   9         if(strcmp(command, "delete") == 0) {
  10             
  11         } else if(strcmp(command, "insert") == 0) {
  12             
  13         } else if(strcmp(command, "display") == 0) {
  14             
  15         } else if(strcmp(command, "length") == 0) {
  16             
  17         }
  18     }
  19 }

04级实验

  • ["/熟悉开发环境"]
  • ["/顺序表"]
  • ["/链表"]
  • ["/栈"]
  • ["/队列"]
  • ["/稀疏矩阵"]
  • ["/二叉树"]
  • ["/图"]
  • ["/查找"]
  • ["/排序"]

数据结构课程实验 (2008-02-23 15:35:08由localhost编辑)

ch3n2k.com | Copyright (c) 2004-2020 czk.