登录
首页 » 其他项目 » 参加运动会的n个学校编号为l~n。比赛分成m个男子项目和w个女子项目, 项目编号分别为l~m和m+1~m+w。由于各项目参加人数差别较大,有些项目 取前...

参加运动会的n个学校编号为l~n。比赛分成m个男子项目和w个女子项目, 项目编号分别为l~m和m+1~m+w。由于各项目参加人数差别较大,有些项目 取前...

于 2022-01-23 发布 文件大小:3.30 kB
0 245
下载积分: 2 下载次数: 1

代码说明:

参加运动会的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.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • tidsp2407汇编程序例程,完整的源代码。
    tidsp2407汇编程序例程,完整的源代码。-tidsp2407 assembler routines, complete source code.
    2022-02-02 16:03:53下载
    积分:1
  • 此文件是关于做幻灯片(PPT)时可以使用的模板素材,可以方便用户直接在模板上设计,而不用再为设计不出漂亮的底板而烦燥了!...
    此文件是关于做幻灯片(PPT)时可以使用的模板素材,可以方便用户直接在模板上设计,而不用再为设计不出漂亮的底板而烦燥了!-This document is about to do slides (PPT) can be used when the template material, can be user-friendly design directly in the template, and no longer beautiful for the design of any floor and the irritable!
    2022-09-30 21:35:03下载
    积分:1
  • 机动标的机动不确定。机动频率我..
    在机动目标跟踪中,机动目标模型是机动目标跟踪的基本要素之一,一般希望机动目标模型能准确表征目标机动时的各种运动状态。比较常用的模型有匀速运动(CV)模型、匀加速运动(CA) 模型、时间相关模型(Singer)和机动目标“当前”统计模型。上述模型均采用机动频率表征目标的机动情况。在应用当中,通常采用固定的机动频率,这就表示机动目标的机动时间是一定的,而实际上机动目标的机动时间是不断变化的,也就是说机动频率是不断变化的,采用固定机动频率必然会带来误差。采样周期在0.5―2S时,机动频率越小跟踪精度越高[1],但机动频率仍然是固定值。本文提出的基于神经网络的机动频率自适应调整方法可以使机动频率随机动而变化,从而提高状态估计的准确性,提高跟踪精度。本文将小波神经网络用于机动目标跟踪中机动频率的自适应调整,该算法对机动目标“当前”统计模型中的机动频率进行实时修改, 从而自适应的改变机动频率,使跟踪算法与目标的真实状态更接近。该算法采用小波神经网络的离线训练,实时性好。-The maneuver of the maneuvering target is uncertain. The maneuvering frequency is constantly changeable, but traditionally it is beforehand determined as a constant based on the target state estimation in the state model of the maneuvering target. The maneuver of the maneuvering target makes the kinematics equation of the target model mismatch with the practical motion model and the tracking error will be increased. Based on the advantages of the self-learning, the rapid convergence rate and the nonlinear approximation ability of the wavelet neural network,
    2022-10-19 14:20:03下载
    积分:1
  • for testing network communications connectivity simple Packaging category, simpl...
    用于测试网络通讯连接的简单封装类,简单易用,看即会.-for testing network communications connectivity simple Packaging category, simple and easy to do that will.
    2022-02-26 19:00:16下载
    积分:1
  • Own procedures, on the time slice of rotation scheduling algorithm.
    自己的小程序,关于时间片轮转调度算法的。-Own procedures, on the time slice of rotation scheduling algorithm.
    2022-03-21 17:23:02下载
    积分:1
  • 最新的电力系统计算的工具包,包括连续潮流、最优潮流计算。...
    最新的电力系统计算的工具包,包括连续潮流、最优潮流计算。-The latest calculation of power system kits, including the continuation power flow, optimal power flow calculation.
    2022-01-27 15:12:07下载
    积分:1
  • roguecleaner 一个软件 可以自己下载
    roguecleaner 一个软件 可以自己下载-roguecleaner can download a software
    2022-03-14 06:42:37下载
    积分:1
  • 词法分析器。 要求:1.读出所给文件的所有词 2.将所有词输出写入一个txt文档中。 3.每个词用特殊符号‘^’隔开 源程序为自己所编译的c...
    词法分析器。 要求:1.读出所给文件的所有词 2.将所有词输出写入一个txt文档中。 3.每个词用特殊符号‘^’隔开 源程序为自己所编译的cpp文件,即“text2.cpp”,Compile――〉Build――〉BuildExiecute,将结果写入另一个文件“after_execute.txt”中。 -lexical analyzer. Requirements : 1. Read out documents to all the words of two. Output of all words into a txt documents. 3. Each word with a special symbol "^" separate source for the translation of their documents cpp, "text2.cpp" Compile-- "Build--" BuildExiecute. The results will be included in another document "after_execute.txt".
    2022-01-31 14:44:26下载
    积分:1
  • 酷虎网同学录V1.0
    酷虎网同学录V1.0 -Cool Tiger Network website V1.0
    2022-05-19 07:11:35下载
    积分:1
  • 一个仿真代码,希望能给大家帮助,我认为这个定位…
    toa代码仿真,希望能给大家带来帮助,本人觉得对做定位很有用-toa simulation code, I hope we can help, I do think that the positioning of the useful
    2022-06-13 16:57:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载