搜索资源列表
45613220
- 部分说明#define MSGVALUE \"Value\" #define MSGFORMULA \"Formula\" #define MSGAUTOCALC \"AutoCalc\" #define MSGFORMDISPLAY \"Form\" #define MSGFILENAME \"Enter the file name of the spreadsheet:\" #define MSGNAME \"Turbo C MicroCalc Spreadsheet\"
goods_management
- 用Turbo C写的用于管理记录货物出入仓库的软件,先要读取一个记录货物出入数据的txt文件,然后利用此软件可进行增减删改-Turbo C was used for the management of records of goods out of warehouse software, first read a data record of the goods from txt file, and then use this software can increase or decrease
cp
- C语言程序设计课设作业 开发环境Turbo C 简单机票管理系统 可以添加删除信息,带错误检测,不能保存文件 菜单 puts("=== === ====.Menu.=== === ====") puts("1.Add one record") puts("2.List All records") puts("3.Modify one record by SN") puts("4.Delete one record by SN") pu