-
AI Technology used in Search Engine.
AI Technology used in Search Engine.
- 2022-01-26 08:36:24下载
- 积分:1
-
判断三角形,求各数位的和,求工资单,查找当月的天数,等等,都在程序里有注解描述。...
判断三角形,求各数位的和,求工资单,查找当月的天数,等等,都在程序里有注解描述。-Determine a triangle, and the and the number of, and payroll, to find the number of days that month, and so on, are there comments in the program description.
- 2022-07-12 03:43:12下载
- 积分:1
-
java面试题,面试题啊,同志们。java面试题java面试题
java面试题,面试题啊,同志们。java面试题java面试题-java face questions, face questions ah comrades. java test java side face questions
- 2022-09-16 18:20:03下载
- 积分:1
-
这个商品销售管理系统实现了几乎所有的功能,并通过验收
这个商品销售管理系统实现了几乎所有的功能,并通过验收-The sales management system to achieve almost all the functions, and passed the acceptance
- 2022-11-22 02:30:03下载
- 积分:1
-
有关H264官方最新版本JM14.1参考软件的参考文献,英文版,非常有用,供大家参考学习...
有关H264官方最新版本JM14.1参考软件的参考文献,英文版,非常有用,供大家参考学习-H264 on the latest version of the official reference software JM14.1 references, in English, very useful reference for everyone to learn
- 2022-07-22 23:40:18下载
- 积分:1
-
Cadence Allegro 15.7 Tutorial
Cadence Allegro 15.7 Tutorial
- 2022-03-05 01:48:38下载
- 积分:1
-
linux下mount文件系统,能够正确显示FAT32下的目录中汉字
linux下mount文件系统,能够正确显示FAT32下的目录中汉字-mount under linux file system, FAT32 can correctly indicate the directory of Chinese characters
- 2023-01-23 02:35:03下载
- 积分:1
-
it is our teacher s things,it is very useful and meanful
it is our teacher s things,it is very useful and meanful-tank
- 2022-10-08 18:20:04下载
- 积分:1
-
本书深入浅出地介绍了统一建模语言(UML)和Rational Rose软件,通过航空公司与购物推车例子介绍如何用UML和Rose进行项目需求分析、结构规划和生成...
本书深入浅出地介绍了统一建模语言(UML)和Rational Rose软件,通过航空公司与购物推车例子介绍如何用UML和Rose进行项目需求分析、结构规划和生成框架代码,以及如何从现有系统逆向转出工程代码,生成Rose模型,并分章介绍了C++、Java、Visual Basic与CORBA/IDL和XML代码的代码生成与逆向转出工程代码。通过本书学习,项目开发人员可以用这个全新工具紧扣用户需求,方便地开发出符合用户需求的系统或根据用户需求对现有系统进行改造。
-the book easy to introduce a unified modeling language (UML) software and Rational Rose, airlines and shopping carts example of how to use UML and Rose project needs analysis, planning and structural framework for code generation, and how the existing system works to reverse code generation Rose model, and introduced a sub-chapter C, Java, Visual Basic and CORBA/IDL and XML code generation and code reverse engineering transfer code. Through the book learning, project developers can use this new tool interlocking customer demand. Easily develop meet the demands of users of the system or the user needs to transform the existing system.
- 2022-04-02 12:07:01下载
- 积分:1
-
1设计题目及要求
一、程序设计题目:学生成绩管理程序设计
二、 程序设计功能及要求:
1.显示学生各门成绩,总分,和平均分.
2.按总分由高到的...
1设计题目及要求
一、程序设计题目:学生成绩管理程序设计
二、 程序设计功能及要求:
1.显示学生各门成绩,总分,和平均分.
2.按总分由高到的进行排列.
3.要求输入一个学号.要求能找出一个学生的.姓名.各门功课的成绩.
3 算法分析
1. 学生成绩管理软件的数据结构
2. 排序
3. 查找
4. 其它
4 主要流程图
1写程序结构及各模块(输入,显示等等)结构图
本程序用了c++语言里面的思想,比如用了cin 和 cout 函数.分了俩个类.一个是File类.一个是Link类.
File类里面主要的是用于保存和导入数据. Link类主要是用于链表的操作….
本程序分为几个文件编写有.file.cpp文件和file.h文件 Link.cpp文件和Link.h文件 manager..cpp文件和manager.h文件.
本程序的主体结构是链表.用链表操作.实现动态创建和销毁.
主函数main().是在Manger.cpp 里面.是程序的入口处 File.cpp 和 link.cpp 是存放file类.和 link类的源函数变量代码. File.h 和Link.h 是存放file 类 和link 类的声明
- 2022-03-19 23:31:56下载
- 积分:1