- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
#includeiostream #includefstream #includestring #include?iomanip #includewindows.h #includectime using?namespace?std; const?int?NAME_NUM=30; struct?student { char??name[NAME_NUM]; ????float?num; float?chinaNum;? float?englishNum; float?mathNum; float?average; float?result; int???pos; student?*next; }; void?Print(student?*head);???? void?InsertFront(student*?head,?student?*pNew); void?InsertRear(student*?head,?student?*pNew); student*?Find(student?*head,?char?*findStr,?char?type); student*?Read(); void?Write(student*?head); void?ShowList(student*?head); int?GetLength(student*?head); void?Delete(student*?head,?char?*delStr,int?delNum); void?FindMaxOrMin(student?*head,char?type,char?maxOrMin); void?Reword(student?*pStd); void?Sort(student?*head,?char?type,char?maxOrMin); void?Count(student?*head); void?DeleteAll(student?*head); bool?Enter(char?type); void?SetTitle(bool?isLoad); void?AboutMe(); void?ChaXun(string?str,student?*head); void?PaiMing(string?str,?student*?head); void?ShanChu(string?str,?student?*head); void?XianShi(string?str,?student?*head); void?XuiGai(string?str,?student?*head); void?ZengJia(string?str,?student*?head); int?Run(); bool?Enter(char?type) { ofstream?out(Password.pwd,ios::app); ifstream?in(Password.pwd); ???? string?s[2]; int?num=0; string?zhangHao; string?miMa; while(!in.eof()) { ins[num]; num++; if(num==2) { break; } } if(s[0].compare()==0?||?type==2?) { if(s[0].compare()==0??type!=2) { cout你是第一次使用本程序,请设置帐号和密码.endl; } else { bool?isLoad=false; isLoad=Enter(1); if(isLoad==true) { cout修改用户.endl; out.close(); out.open(Password.pwd,ios::trunc); } else { cout你输入的密码错误.endl; cout你不是管理员不能修改密码.endl; ????????????????return?false; } } cout请输入您的新帐号:?; cins[0]; cout请输入您的新密码:?; cins[1]; string?s1,s2; for(int?i=0;?is[0].size();?i++) { s1+=char(int(s[0][i])+11); } for(?i=0;?is[1].size();?i++) { s2+=char(int(s[1][i])+11); } s[0]=s1; s[1]=s2; for(?i=0
您可能关注的文档
最近下载
- 信息处理技术员教程(第三版)第10章 计算机网络与互联网.pptx VIP
- [超分子化学与晶体工程基础]-晶体结构分析.pptx VIP
- 《中国心力衰竭诊断和治疗指南2024》解读.pptx VIP
- 中级宏观经济学知到课后答案智慧树章节测试答案2025年春浙江大学.docx VIP
- 2025-2026学年小学科学四年级上册粤教粤科版(2024)教学设计合集.docx
- [超分子化学与晶体工程基础]-超分子化学.pptx VIP
- 2013款上汽通用雪佛兰赛欧_汽车使用手册用户操作图解驾驶指南车主车辆说明书电子版.pdf
- E+H200涡街流量计说明书.pdf VIP
- 20_WD_2021001981_大坝安全监测系统验收规范.pdf VIP
- 信息处理技术员教程(第三版)第9章 数据库应用基础知识.pptx VIP
文档评论(0)