-
参加运动会的n个学校编号为l~n。比赛分成m个男子项目和w个女子项目,
项目编号分别为l~m和m+1~m+w。由于各项目参加人数差别较大,有些项目
取前...
参加运动会的n个学校编号为l~n。比赛分成m个男子项目和w个女子项目,
项目编号分别为l~m和m+1~m+w。由于各项目参加人数差别较大,有些项目
取前五名,得分顺序为7,5,3,2,1;还有些项目只取前三名,得分顺序为5,
3,2。设计一个统计系统按名次产生各种成绩单、得分报表。
-To participate in the Games n school numbered l ~ n. Competition is divided into m men and a woman w projects numbered l ~ m and m 1 ~ m w. As a result of differences in the number of participants larger projects, some projects from the top five scores in order of 7,5,3,2,1 also some of the items, only the top three scores in order of 5,3,2. Design a statistical system rankings produced by a variety of report card, scoring statements.
- 2022-01-23 10:22:43下载
- 积分:1
-
chemical formula, chemical components exhaustive source code
化学式,化学分量穷举源代码-chemical formula, chemical components exhaustive source code
- 2022-01-29 00:54:40下载
- 积分:1
-
罗塞塔C++库是一个C++类和例程,使…
The ROSETTA C++ library is a collection of C++ classes and routines that enable discernibility-based empirical modelling and data mining, developed as part of my dissertation. A brief presentation of the library can be found therein.
- 2022-03-21 04:58:45下载
- 积分:1
-
课程设计,希望对大家有一定的参考价值,谢谢大家
课程设计,希望对大家有一点参考价值,-curriculum design, we hope to have some reference value, thank you
- 2022-02-26 08:07:56下载
- 积分:1
-
自己整理的英语的有关于阅读的东西,有助于考验哦!
自己整理的英语的有关于阅读的东西,有助于考验哦!-finishing his English reading on the things that contribute to the test!
- 2022-12-30 17:30:03下载
- 积分:1
-
国林地板站完整,ASP+ACCESS环境开发,后台无任何限制,版面清爽简洁,上传至空间马上可用...
国林地板站完整,ASP+ACCESS环境开发,后台无任何限制,版面清爽简洁,上传至空间马上可用-State forest floor stand complete, ASP+ ACCESS environment, development, background without any restrictions, layout refreshing simplicity, uploaded to the space immediately available
- 2022-04-17 18:33:43下载
- 积分:1
-
Start menu beautification procedures and source code
开始菜单美化程序与源代码-Start menu beautification procedures and source code
- 2023-06-06 19:40:03下载
- 积分:1
-
定义一个抽象类的CShape,包括纯虚数Area(用来计算面积)和SetData(用来重设形状大小)。然后派生出三角形CTriangle类、矩形CRect类、圆...
定义一个抽象类的CShape,包括纯虚数Area(用来计算面积)和SetData(用来重设形状大小)。然后派生出三角形CTriangle类、矩形CRect类、圆CCircle类,分别求其面积。最后定义一个CArea类,计算这几个形状的面积之和,各形状的数据通过CArea类构造函数或成员函数来设置。-Defines an abstract class CShape, including the pure imaginary number Area (used to calculate the area) and SetData (used to reset the shape, size). Then the triangle CTriangle derived class, rectangle CRect class, round CCircle categories, seeking its size. The final definition of a CArea class, calculate the size of the sum of several shapes, each shape data through CArea class constructor or member function to set up.
- 2022-05-05 02:27:06下载
- 积分:1
-
使用分支限界算法解决最优装载问题,是算法分析与设计的经典。...
使用分支限界算法解决最优装载问题,是算法分析与设计的经典。-Using the branch and bound algorithm to solve the optimal loading problem is a classic algorithm analysis and design.
- 2022-02-14 03:41:34下载
- 积分:1
-
Flash RPG游戏引擎
应用背景一个用于flash游戏开发的引擎,封装了地图和基本的遮挡等算法。添加了高效的路径搜索算法,整个引擎有着完整的程序架构,预留了大量接口,可以非常容易地进行扩展和提升,所有资源均通过动态加载,封装了资源加载和管理,封装了Socket有效地避免黏包关键技术flash没有相关的游戏引擎,开发起来很费劲,没有完整的架构,在开发大型项目上阻力大,flash自身存在诸多bug,对新手而言不利于学习,flash资源管理不方便很容易造成内存泄漏,目前对flash面向对象开发的程序并不多。使用该引擎能快速有效简单清晰地开发游戏
- 2023-02-22 15:50:04下载
- 积分:1