资源简介
重温DOS下的应用软件是如何做出来的,也是学习C语言实践的好样本。
代码片段和文件信息
#include
#include
#include
#include
#include
#include
#include “myinclu\Mychars.h“
#include “myinclu\Myprchar.h“
#include “myinclu\Mydefine.h“
#define AB 10
FILE *fp;
int MaxXMaxYCtr_valCtr_old;
/********************************************/
/* */
/* 屏幕图像函数列表 */
/* */
/********************************************/
void Init_graph(void); /* BGI初始化 */
void Main_window(void);/*主窗口*/
void Draw_window(int sxint syint wwint hhchar *str);/*窗口外沿*/
void Draw_swindow(int sxint syint wwint hhchar *str);/*小窗口*/
void Draw_menu(int x_startint y_startint wwint hh);/*矩形*/
void Down_menu(int x_startint y_startint wwint hhint deep);/*凹*/
void Up_menu(int x_startint y_startint wwint hhint deep);/* 凸 */
void Draw_mat(char *matint matsizeint xint yint color); /*打印字模*/
void Up_button(int butt_lftint butt_topint butt_wdint butt_Htint deepchar *str);/*主按钮弹七*/
void Down_button(int butt_lftint butt_topint butt_wdint butt_Htint deepchar *str);/*主按钮按下*/
void Up_sbutton(int butt_lftint butt_topint butt_wdint butt_Htint deepchar *str);/*小按钮弹起*/
void Down_sbutton(int butt_lftint butt_topint butt_wdint butt_Htint deepchar *str);/*小按钮按下*/
void Butt_Chg(void);/*重画按钮状态*/
void Clr_scr(int butt_lftint butt_topint butt_wdint butt_Ht);/*清除部分屏幕*/
/********************************************/
/* */
/* 数据操作函数列表 */
/* */
/********************************************/
void scanbills(int *bills); /*检测票况*/
int buybilla(int *bills);/*购买有烟区票*/ /*****本程序无效******/
int buybillb(int *bills);/*购买无烟区票*/ /*****本程序无效******/
int buysucc(int bnumber);/*购买成功提示*/
int buyend(int baint bb);/*购买结束提示*/
int buyfull(char *str1char *str2);/*因满无法购买提示*/
void giveok(int billnum);/*退票成功提示*/
void giveerr(char *tdinfo); /*退票失败提示*/
int inputbox(int tdflag);/*输入数据窗口*/
int checktb(int billnumint *bills);/*检测被退票*/
void scanbilla(int *billschar *resbills);/*输出有烟区票况*/
void scanbillb(int *billschar *resbills);/*输出无烟区票况*/
void hpfull(void);/*满票无法换*/
int inputboxbuy(char *xiyanquchar *feixiyan);/*购买数据接受*/
int inputboxhc(char *xiyanquchar *feixiyan);/*换成数据接受*/
void huanok(int numoldint numnew);/*换成功信息*/
/********************************************/
/* */
/* 文件操作函数列表 */
/* */
/********************************************/
void loaddata(char *filenameint *bills); /*读取数据文件*/
void savedata(char *filenameint *bills); /*存储数据文件*/
void clrdata(char *filenameint *bills); /*清楚数据文件*/
/********************************************/
/* */
/* 其它函数列表 */
/*
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 20300 2004-02-26 15:08 myinclu\Mychars.h
文件 947 2004-02-26 14:38 myinclu\Mydefine.h
文件 4085 2005-05-24 20:58 myinclu\Myprchar.h
文件 44831 2005-05-24 20:19 myinclu\flyp.c
目录 0 2005-11-12 13:13 myinclu
文件 20 2005-05-24 20:56 data
文件 36387 2004-10-01 17:06 flyx1.c
文件 77006 2004-11-20 15:55 FLYX1.EXE
文件 51366 2005-05-24 20:56 flyx.c
文件 70182 2005-05-24 20:56 FLYX.EXE
文件 22809 2005-05-24 20:56 FLYX.OBJ
文件 267616 1996-10-03 11:13 HZK16
----------- --------- ---------- ----- ----
595767 13
相关资源
- C语言嵌入式Modbus协议栈,支持主站和
- C语言封装的HttpClient接口
- C语言课设计算器
- C语言 学生兴趣管理系统
- c语言实现火车订票系统(控制台)源
- 模拟笔记本电脑(C语言实现)
- c语言实现竞技比赛打分系统
- KMP算法C语言程序
- Linux c语言 学生成绩管理系统
- 弹跳的小球(test.c)
- 林锐—高质量C编程
- 基于c语言的通讯录系统
- C语言全套课件与教学资料-哈工大
- 计算机二级C语言真题.docx
- C语言实现 设备信息管理系统
- GBT 28169-2011 嵌入式软件 C语言编码规范
- C语言标准库函数大全.chm
- C语言常用代码(分章节)
- c语言课程设计:客房登记系统源码
- C语言常用算法源代码
- 吕鑫:VS2015之博大精深的0基础C语言视
- c语言文都讲义2020
- c语言课件56883
- C语言推箱子win控制台
- C语言程序设计50例.docx
- 烟花优化算法(c语言版)
- C语言程序设计教材习题参考答案.do
- 数据结构(C语言版)ppt课件,清华,
- c语言编程经典例题100例 word版
- C语言编译器的设计与实现.doc
评论
共有 条评论