资源简介
C语言学生管理系统C语言学生管理系统C语言学生管理系统C语言学生管理系统C语言学生管理系统C语言学生管理系统C语言学生管理系统C语言学生管理系统C语言学生管理系统C语言学生管理系统C语言学生管理系统C语言学生管理系统C语言学生管理系统C语言学生管理系统C语言学生管理系统C语言学生管理系统C语言学生管理系统
代码片段和文件信息
/****************************************************************
NAME: List_Fuc_Def.cpp
FUNCTION: This is the definination of the functions to
be used by main function
AUTHOR: 汪俊
HISTORY: 2010-4-19 STATE:C
MEMO: STATE = (C - Created; A - Added; M - Modified)
****************************************************************/
#include “stdafx.h“
#include
#include
#include
#include
#include
#include “list.h“
#define PATH “c:\\student.txt“
int nCount;
void Start()
{
SNode *studlist = (SNode *)malloc(sizeof(SNode));//定义链表头指针
studlist->pNext = NULL;//头结点指针初始化为空
ReadFileToList(studlist);
for(;;)
{
MainMenu();
bool bMainMenu_exit = false;
fflush(stdin);
switch(get
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 16327 2009-11-10 09:21 WJ_Student_Manage_Cplus\List.cpp
文件 3360 2009-11-10 09:21 WJ_Student_Manage_Cplus\List.h
文件 1310 2009-11-05 09:18 WJ_Student_Manage_Cplus\ReadMe.txt
文件 310 2009-11-05 09:18 WJ_Student_Manage_Cplus\StdAfx.cpp
文件 667 2009-11-05 09:18 WJ_Student_Manage_Cplus\StdAfx.h
文件 23222 2009-11-10 09:20 WJ_Student_Manage_Cplus\Student.cpp
文件 1133 2009-11-10 09:21 WJ_Student_Manage_Cplus\Student.h
文件 448 2009-11-10 09:24 WJ_Student_Manage_Cplus\student.txt
文件 180 2009-11-10 09:24 WJ_Student_Manage_Cplus\teacher.txt
文件 483 2009-11-05 17:04 WJ_Student_Manage_Cplus\WJ_Student_Manage_Cplus.cpp
文件 4986 2009-11-05 09:23 WJ_Student_Manage_Cplus\WJ_Student_Manage_Cplus.dsp
文件 571 2009-11-05 09:23 WJ_Student_Manage_Cplus\WJ_Student_Manage_Cplus.dsw
文件 107520 2010-08-11 18:00 WJ_Student_Manage_Cplus\WJ_Student_Manage_Cplus.ncb
文件 1037 2010-08-11 11:23 WJ_Student_Manage_Cplus\WJ_Student_Manage_Cplus.plg
文件 66560 2010-08-11 11:23 WJ_Student_Manage_Cplus\Debug\vc60.idb
文件 69632 2010-08-11 11:22 WJ_Student_Manage_Cplus\Debug\vc60.pdb
文件 187144 2010-08-11 11:22 WJ_Student_Manage_Cplus\Debug\WJ_Student_Manage_Cplus.pch
文件 623616 2010-08-11 11:23 WJ_Student_Manage_Cplus\Debug\WJ_Student_Manage_Cplus.pdb
文件 215 2010-08-11 11:22 WJ_Student_Manage_Cplus\Debug\StdAfx.sbr
文件 1968 2010-08-11 11:22 WJ_Student_Manage_Cplus\Debug\StdAfx.obj
文件 0 2010-08-11 11:22 WJ_Student_Manage_Cplus\Debug\List.sbr
文件 0 2010-08-11 11:22 WJ_Student_Manage_Cplus\Debug\Student.sbr
文件 0 2010-08-11 11:22 WJ_Student_Manage_Cplus\Debug\WJ_Student_Manage_Cplus.sbr
文件 3105 2010-08-11 11:22 WJ_Student_Manage_Cplus\Debug\WJ_Student_Manage_Cplus.obj
文件 51375 2010-08-11 11:22 WJ_Student_Manage_Cplus\Debug\Student.obj
文件 37859 2010-08-11 11:22 WJ_Student_Manage_Cplus\Debug\List.obj
文件 82944 2010-08-11 11:22 WJ_Student_Manage_Cplus\Debug\WJ_Student_Manage_Cplus.bsc
文件 282956 2010-08-11 11:23 WJ_Student_Manage_Cplus\Debug\WJ_Student_Manage_Cplus.ilk
文件 258136 2010-08-11 11:23 WJ_Student_Manage_Cplus\Debug\WJ_Student_Manage_Cplus.exe
文件 50688 2010-08-11 18:00 WJ_Student_Manage_Cplus\WJ_Student_Manage_Cplus.opt
............此处省略89个文件信息
- 上一篇:高考招生信息管理系统C语言课程设计
- 下一篇:红黑树的完整C语言实现
评论
共有 条评论