首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 链表信息

链表信息

  • 资源大小:3.43 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 数据结构 c++ 信息

资 源 简 介

学生信息建立   // 上机实验二.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "iostream.h" #include "string.h" struct Student {        char id[10];        char name[10];        char sex[10];        char grade[10];        char tel[10];        int age; };

文 件 列 表

链表形式建立学生信息管理.doc
VIP VIP
0.184422s