Location:
Search - c turbo file t
Search list
Description: 部分说明#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\"
#define MSGCOLWIDTH \"Enter the new column width:\"
#define MSGNOOPEN \"Can t open the file.\"-explains # define MSGVALUE "Value" # define MSG FORMULA "Formula" # define MSGAUTOCALC "AutoC crossed "# define MSGFORMDISPLAY" Form "# define MS GFILENAME "Enter the file name of the spreadshe et : "# define MSGNAME" Turbo C MicroCalc Spreadshe et "# define MSGCOLWIDTH" Enter the new column w idth : "# define MSGNOOPEN" Can not open the file. "
Platform: |
Size: 3006 |
Author: 狐狸 |
Hits:
Description: 部分说明#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"
#define MSGCOLWIDTH "Enter the new column width:"
#define MSGNOOPEN "Can t open the file."-explains# define MSGVALUE "Value"# define MSG FORMULA "Formula"# define MSGAUTOCALC "AutoC crossed "# define MSGFORMDISPLAY" Form "# define MS GFILENAME "Enter the file name of the spreadshe et : "# define MSGNAME" Turbo C MicroCalc Spreadshe et "# define MSGCOLWIDTH" Enter the new column w idth : "# define MSGNOOPEN" Can not open the file. "
Platform: |
Size: 3072 |
Author: 狐狸 |
Hits:
Description: 用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 in excision
Platform: |
Size: 2048 |
Author: xjq |
Hits:
Description: 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")
puts("5.Display one record by SN")
puts("6.Unsubscribe records by custom name or ID")
puts("7.Searh records by custom name or ID")
puts("8.Generate test data")
puts("0.Exit")
puts("Your choice(0-8):") -c programming course design
IDE:Turbo C
sinple flight ticket managerment
function:add,delete records,search records,check inputs,can t save to file
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")
puts("5.Display one record by SN")
puts("6.Unsubscribe records by custom name or ID")
puts("7.Searh records by custom name or ID")
puts("8.Generate test data")
puts("0.Exit")
puts("Your choice(0-8):")
Platform: |
Size: 4096 |
Author: caoxiansheng |
Hits: