CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 文件格式 搜索资源 - SCORE

搜索资源列表

  1. vb

    0下载:
  2. this document is used for vb ,concering the score of this term-this document is used for vb, concering the score of this term
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:7712
    • 提供者:peizhikang
  1. 1

    0下载:
  2. 1).可以输入各个项目的前三名或前五名的成绩; 2).能统计各学校总分, 3).可以按学校编号、学校总分、男女团体总分排序输出; 4).可以按学校编号查询学校某个项目的情况;可以按项目编号查询取得前三或前五名的学校。 -score school
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:103745
    • 提供者:kelly
  1. jiafuzhupingfenfa

    0下载:
  2. 加附注评分法水质评价程序,可方便进行各种水质评价爱-Water quality assessment score add note program, can facilitate a variety of water quality assessment Love
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:5133
    • 提供者:weirunchu
  1. Assignment

    0下载:
  2. An assignment for Business Systems Analysis about“Systems analysis has been described as "a creative blend of psychology, politics, management and computer science". Is this view justified?. This is a good example of an assignment which could score m
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:18190
    • 提供者:TinCup
  1. 2

    0下载:
  2. 1) 实现对两个文件数据进行合并,生成新文件3.txt 2) 抽取出三科成绩中有补考的学生并保存在一个新文件4.txt 3) 对合并后的文件3.txt中的数据按总分降序排序(至少采用两种排序方法实现) 4) 输入一个学生姓名后,能查找到此学生的信息并输出结果(至少采用两种查找方法实现) 5) 要求使用结构体,链或数组等实现上述要求. 6) 采用多种方法且算法正确者,可适当加分. -1) The realization of the merger of the two
  3. 所属分类:File Formats

    • 发布日期:2017-04-12
    • 文件大小:2216
    • 提供者:asdf
  1. chengjiguanli

    0下载:
  2. 对一个年级的成绩进行简单的排名管理,分数相同排名亦相同。-Year results of a simple ranking of management, the same ranking score is the same.
  3. 所属分类:File Formats

    • 发布日期:2017-04-12
    • 文件大小:1541
    • 提供者:卢建中
  1. bisi

    0下载:
  2. 比赛评分系统,比赛评分的时候非常有用,实际上就是一个excel的表格,只不过有简单的数据处理能力。-Game scoring system, the game score is useful when, in fact, is an excel table, but there is a simple data processing capabilities.
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:5032
    • 提供者:黎明
  1. Discrete-Mathematics-report(1)

    0下载:
  2. 1. 从键盘输入两个命题变元P和Q的真值,求它们的合取、析取、条件和双条件的真值。(A) 2. 求任意一个命题公式的真值表(B),并根据真值表求主范式(C) 注意:题目类型分为A,B,C三类,其中A为基本题,完成A类题目可达到设计的基本要求,其他均为加分题,并按字母顺序分数增加越高。-Input two propositional variables P and Q is the true value from the keyboard, find their conjuncti
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:768098
    • 提供者:周文俊
  1. 8-1

    0下载:
  2. 1. 有5个学生,每个学生的数据包括学号、姓名、三门课的成绩,从键盘输入5个学生的数据,要求打印出三门课总平均成绩,以及最高分的学生的数据(包括姓名、学号、三门课的成绩、平均分数)。要求用一个input函数输入成绩;用average函数求总平均分;用max函数找出最高分学生数据;总平均分和最高分的学生的数据在主函数中输出。-1. 5 students, each student data including student number, name, course grades, five st
  3. 所属分类:File Formats

    • 发布日期:2017-11-10
    • 文件大小:746
    • 提供者:马脸
  1. java_code_2

    0下载:
  2. 有一分数序列:2/1,3/2,5/3,8/5,13/8,21/13...求出这个数列的前20项之和。 -There are a sequence of Score: 2/1, 3/2, 5/3, 8/5, 13/8, 21/13 ... determined number column 20 and.
  3. 所属分类:File Formats

    • 发布日期:2017-11-16
    • 文件大小:5999
    • 提供者:小雨李
  1. Snake

    0下载:
  2. 用游戏把子上下左右控制蛇的方向,寻找吃的东西,每吃一口就能得到一定的积分,而且蛇的身子会越吃越长,身子越长玩的难度就越大,不能碰墙,不能咬到自己的身体,更不能咬自己的尾巴,等到了一定的分数,就能过关,然后继续玩下一关。-With traverse to the child the up and down or so control the direction of the snake game, looking for food, can get certain points with each
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:335628
    • 提供者:王诗诗
  1. students-score-manage-system

    0下载:
  2. 程序能对学生信息进行输入、查询、计算总分和平均分、按学号进行排序等操作。-Procedures for students to input information,query,calculate total score and average score、according to its study ranking the operation.
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:3216
    • 提供者:fmqdzh
搜珍网 www.dssz.com