- 12
- 0
- 约8.34千字
- 约 22页
- 2017-07-24 发布于河南
- 举报
数据结构 停车场管理系统(Data structure parking lot management system)
数据结构 停车场管理系统(Data structure parking lot management system)
#包括是。H
#包括 malloc。”
#包括 stdio. h
#包括程序。”
#包括窗口。”
/ /清空当前屏幕
#定义clearscreen()系统(“华彩”)
/ /显示字符串szprompt并等待用户按下任意键
#定义暂停(szprompt)printf(“%s”,szprompt),getch()
typedef struct carinformation /车辆信息
{
焦szregistrationmark [ 64 ];//车牌号
焦szarrivaltime [ 16 ];//到达时间
焦szentrancetime [ 16 ];//进入停车场(开始计费)时间
焦szdeparturetime [ 16 ];//离开时间
} tcarinformation,* lptcarinformation;
typedef struct carstack
{
lptcarinformation lpcarinformation;/ /车辆信息
int ntop;/ /栈顶元素下标
国际nstacksize;/ /栈容量
} tcarstack,* lptcarstack;
/ /初始化栈lpcarstack,将其容量设置为nsize
无效initsta
您可能关注的文档
- 古代文学中出现的成语及其出处(Idioms and their sources in Ancient Literature).doc
- 可编程序控制器在我国的发展和应用(Development and application of programmable logic controller in China).doc
- 口语(Oral language).doc
- 口译笔记速记符号归总---笔记符号汇总哈,很关键,可以结合实际自行改良(Notes shorthand symbols - summed up summary ha, is the key, can be combined with the actual self improvement).doc
- 可编程逻辑控制器(programmable logic controller,plc)(可编程逻辑控制器(可编程逻辑控制器,简称PLC)).doc
- 台 湾 推 广 教 育 学 会(Taiwan Society for the promotion of Education).doc
- 台地茶与大树茶(Platform tea and big tree tea).doc
- 各个局部暴瘦(All parts are thin).doc
- 台钓技巧-台钓抛竿技巧-台钓钓鱼技巧-台钓调漂(Fishing techniques fishing pole throwing skills - fishing fishing skills - energy-saving).doc
- 司马相如赋(Sima Xiangru Fu).doc
- 示范引领,活动激趣-关于“起始年级语文学习习惯培养”的做法举隅-初中-语文-论文.docx
- 盛唐气象的原因-初中-体育与健康-说课稿.docx
- 巧用数形结合-画出核心素养-初中-数学-论文.docx
- 如何培养中学生的抗挫折能力-初中-语文-论文.docx
- 陕西传统体育文化发展研究-初中-体育与健康-论文.docx
- 诗经·氓-初中-语文-教案.docx
- 如何建立建设节能环保型的初中校园-初中-生物-论文.docx
- 人工智能时代初中信息科技理论课教学模式的创新与实践-初中-信息-论文.docx
- 如何利用信息技术优化语文课堂教学-初中-语文-论文.docx
- 试论刘知几的史学思想-初中-历史-论文.docx
原创力文档

文档评论(0)