登录
首页 » 算法 » 随机数字的学生表

随机数字的学生表

于 2023-03-25 发布 文件大小:3.80 kB
0 124
下载积分: 2 下载次数: 1

代码说明:

这段代码打印出随机生成学生成绩 Table.Inputs 是: 大量的学生: 数的考试: 数的 Assgs:Number 的小测验: 考试、 assgs 和测验和评估权重。输出是一个表学生 Id 是独一无二的随机生成。和所有的评估分数也随机生成的。它还打印为每个学生的平均和平均的每一次评估。所有的随机生成的数据是放入一个一维数组,然后用从那里。

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

发表评论


0 个回复

  • ECC密码体制
    这本书包含了有关ECC密码的基本知识!从互联网上获得的最好的书希望你会喜欢阅读;
    2022-08-05 12:22:12下载
    积分:1
  • a戈圆顶进行压力进aksjdf;落叶归根压力 暴露地
    戈圆顶进行压力进aksjdf;落叶归根压力 暴露地 戈圆顶进行压力进aksjdf;落叶归根压力 暴露地 戈圆顶进行压力进aksjdf;落叶归根压力 暴露地 戈圆顶进行压力进aksjdf;落叶归根压力 暴露地 戈圆顶进行压力进aksjdf;落叶归根压力 暴露地 戈圆顶进行压力进aksjdf;落叶归根压力 暴露地
    2022-08-16 08:25:50下载
    积分:1
  • 数据结构--C语言-Demo
    #ifndef _BINARY_TREE_H_INCLUDED#define _BINARY_TREE_H_INCLUDED#include #include templatestruct Bintree_node {T element;Bintree_node* lchild;Bintree_node* rchild;explicit Bintree_node(const T& elem=T(), Bintree_node* lchd=0, Bintree_node* rchd=0): element(elem), lchild(lchd), rchild(rchd) {}};templateclass Binary_tree {public:typedef Bintree_node* PBtn;Binary_tree();virtual ~Binary_tree();void clear();int depth() const;int size() const;virtual PBtn find(const T& elem) const=0;virtual void insert(const T& elem)=0;virtual void erase(const T& elem)=0;virtual void print(std::ostream& output) const=0;void print_tree(std::ostream& output) const;protected:
    2022-01-29 04:39:50下载
    积分:1
  • 一个非常好的时钟程序,真实的
    一个非常好的时钟程序,实时显示当前时间,可以指定在屏幕的任意位置,在屏幕边缘时自动放缩。-a very good clock procedures, real-time display the current time, the screen can be specified in an arbitrary position, at the edge of the screen automatically shrinking.
    2022-10-09 17:20:03下载
    积分:1
  • 逐步回归程序,可以实现的结果之间的一个。
    逐步回归算法程序,可以实现中间结果的任意输出-Stepwise regression algorithm procedure can be achieved between the results of any output
    2022-03-05 19:32:25下载
    积分:1
  • 二叉树遍历(递归版).
    二叉树遍历(递归版).-binary tree traversal (recursive version).
    2022-05-15 07:19:52下载
    积分:1
  • Simulation Algorithm. By compiling and debugging a system dynamic allocation of...
    模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁。-Simulation Algorithm. By compiling and debugging a system dynamic allocation of resources simple process simulation, the observation Deadlock conditions, and using bankers algorithm, effective avoid deadlock.
    2022-04-22 19:46:44下载
    积分:1
  • 31个城市的TSP问题,蚁群程序
    31个城市的TSP问题,用蚁群算法编写的程序-TSP problem for 31 cities ,ACO program
    2023-02-23 07:15:02下载
    积分:1
  • 优化设计C语言程序 进退找区间、坐标轮换发、黄金分割、区间消去等...
    优化设计C语言程序 进退法找区间、坐标轮换发、黄金分割法、区间消去法等-Optimal Design of C language program to advance and retreat method to find range, coordinates the rotation of hair, golden section method, interval elimination method, etc.
    2022-05-14 01:40:07下载
    积分:1
  • 使用VB的快速排序
    使用VB的快速排序算法-use VB Quick Sort Algorithm
    2022-04-10 17:39:35下载
    积分:1
  • 696518资源总数
  • 105089会员总数
  • 19今日下载