- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
华工职工管理系统,源代码(Chinese workers and staff management system, source code)
华工职工管理系统,源代码(Chinese workers and staff management system, source code)
/*C language curriculum design task: staff file management system design.
#include stdio.h
#includestring.h
#include stdlib.h
#include conio.h
#include stdlib.h
#define MAX_NUM 95
Struct worker
{
Int ID;
Char Birth[20];
Char Sex[20];
Char Name[30];
Char Telenum[20];
Int Wage;
Char Department[30];
Char Job[30];
}
Work[MAX_NUM];
Void, main ()
{
Void (showmenu); / * * / main menu function statement
Void (append); / * * / add function statement
Void (search); / * * / statement search function
Void (output); / * * / statement output function
Void (modify); / * * / modification function statement
Void (deletes); / * * / delete function statement
Void (save); / * * / save the function statement
Void (read); / * * / statement entry function
Void (sort); / * * / deposit statement sorting function
Int m;
Showmenu ();
Scanf (%d, m);
For ((m=0m=8;)
{
Switch (m)
{
Case 1: (append); / * user selection menu 1, program execution added data file function.
Break;
Case 2: (search); / * user selection menu 2, program execution data searching function.
Break;
Case 3: (modify); / * user selection menu 3, program execution data modification function.
Break;
Case 4: (deletes); / * user selection menu 4, program execution data delete function.
Break;
Case 5: (output); / * user selection menu 5, program execution output data recording function.
Break;
Case 6: (save); / * user selection menu 6, program execution data storage function.
Break;
Case 7: (read); / * user selection menu 7, execution of the program reads the file function.
Break;
Case 8: (sort); / * user selection menu 8, program execution data sorting function.
Break;
Case 0: exit (0); / * user number 3 menu program execution function * / books
Printf (\n\n operation is complete, please select again! );
Default:printf (error, reenter \n)}
Showmenu ();
Scanf (%d, m);
}
}
The main menu function * / / *
Void (showmenu) / * display the main menu, and return to the u
您可能关注的文档
- 信息与电子工程学系本科生奖学金评定及管理条例(试行)(Regulations for the evaluation and management of Undergraduate Scholarships in the Department of information and Electronic Engineering (for Trial Implementation)).doc
- 信念——作文素材(Faith - composition material).doc
- 信息学奥赛知识(Knowledge of Olympiad in Informatics).doc
- 信息与计算科学专业数学建模系列课程的建设(Construction of a series of mathematical modeling courses in information and Computing Science).doc
- 信息安全答案(Information security answer).doc
- 信息技术(IT)价值度量(Information technology (IT) value measurement).doc
- 信息技术与数学教学整合的探索(Exploration of integration of information technology and Mathematics Teaching).doc
- 信息技术教师年度工作总结范文(Information technology teacher's annual work summary).doc
- 信息是价值的真正源泉(Information is the real source of value).doc
- 信息资源管理(2010版教材)高分宝典第1章(Information resources management (2010 Edition Textbook) high score book first chapters).doc
- 华润万家进驻江西为何选择洪客隆管理(Why choose Huarun million in Jiangxi HONGKELONG management).doc
- 华旭日(Huaxuri).doc
- 华硕ASUS笔记本电脑开机进入BIOS的方法(ASUS ASUS notebook boot into BIOS method).doc
- 华西大酒店工作总结与计划-可用于任何单位与个人!(Huaxi hotel work summary and plan - can be used for any unit and individual!).doc
- 华谊回应一哥一姐管理跳槽纯属传言(Huayi in response to a brother and a sister management job is purely rumor).doc
- 华西村与小岗村的比较(Comparison between Huaxi Village and Xiaogangcun).doc
- 华语金曲奖2009十大华语唱片评委点评(2010-02-13 01-03-22)转载标签:校园 国语十大: 1、汪峰《信.doc
- 协议分析 - PPPOE Discovery协议解码详解(协议分析- PPPOE发现协议解码详解).doc
- 卓雅妮专柜正品强金保色纯银耳针饰品耳饰耳环耳钉攀枝花爱尚(Zhuo Yani counter genuine gold color silver jewelry strong ear earring Earrings Panzhihua Aishang).doc
- 协转和收发器(Co rotating and transceiver).doc
文档评论(0)