登录
首页 » c » 班级成绩管理系统

班级成绩管理系统

于 2022-05-08 发布 文件大小:1.84 kB
0 57
下载积分: 2 下载次数: 1

代码说明:

对一个有N个学生的班级,每个学生有M门课程(M>=2)。该系统实现对班级成绩的录入、显示、修改、排序等操作的管理。

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

发表评论

0 个回复

  • obextest
    用c#编写的程序,用与两个蓝牙设备的通讯,有发送数据等功能.(prepared using the procedures used with two Bluetooth devices of communication, send data capabilities.)
    2005-07-12 16:52:13下载
    积分:1
  • DataDCS
    说明:  modbus 转至dcs modbus dtu 转 modbus tcp(Modbus to DCS dtuto modbus tcp)
    2020-08-07 01:35:10下载
    积分:1
  • GY-291 ADXL345.rar
    说明:  GY-291 ADXL345 数字三轴重力加速度倾斜度模块 IICSPI传输,还有大量文档说明。(GY-291 ADXL345 digital triaxial gravity acceleration tilt module IICSPI transmission, there are a lot of documentation.)
    2019-10-09 08:47:26下载
    积分:1
  • 八叉树算法
    八叉树算法 详尽 供参考  并且附带解释说明
    2022-01-30 10:45:41下载
    积分:1
  • myhuf
    对文本文件进行huffman编码,并显示huffman树(to the text document for Huffman coding, and that Huffman tree)
    2005-02-17 10:45:00下载
    积分:1
  • C# 指定主机和端口发消息的实现
    Visual C# 指定主机和端口发消息的实现例子,支持和远程主机发送消息,本例子可学习到很多实用的网络方法的用法,以下代码是本功能的核心实现:   richTextBox1.Text = string.Empty;   //实例化UdpClient对象   UdpClient udpclient = new UdpClient(Convert.ToInt32(textBox2.Text));   //调用UdpClient对象的Connect建立默认远程主机   udpclient.Connect(textBox1.Text, Convert.ToInt32(textBox2.Text));   //定义一个字节数组,用来存放发送到远程主机的信息   Byte[] sendBytes = Encoding.Default.GetBytes(textBox3.Text);   //调用UdpClient对象的Send方法将Udp数据报发送到远程主机   udpclient.Send(sendBytes, sendBytes.Length);   //实例化IPEndPoint对象,用来显示响应主机的标识   IPEndPoint ipendpoint = new IPEndPoint(IPAddress.Any, 0);   //调用UdpClient对象的Receive方法获得从远程主机返回的Udp数据报   Byte[] receiveBytes = udpclient.Receive(ref ipendpoint);   //将获得的Udp数据报转换为字符串形式   string returnData = Encoding.Default.GetString(receiveBytes);   richTextBox1.Text = "接收到的信息:" + returnData.ToString();   //使用IPEndPoint对象的Address和Port属性获得响应主机的IP地址和端口号   richTextBox1.Text += " 这条信息来自主机" + ipendpoint.Address.ToString()    + "上的" + ipendpoint.Port.ToString() + "端口";   //关闭UdpClient连接
    2022-02-10 10:21:19下载
    积分:1
  • openglbk
    OpenGL编程指南(第四版)书后附带的源代码(openGL source code)
    2009-09-04 17:05:51下载
    积分:1
  • aaaaa
    直接安装。安半后桌面会生成一个快捷方式直接打开就可以了。请不要删SystemInfo.DLL这个文件。一但删除就会出错-aaaaa
    2022-07-15 13:39:37下载
    积分:1
  • Newton-search-algorithm
    使用Matlab coder生成Cpp文件与VC++混合编程实现牛顿搜索算法求n次方根。Matlab使用2011a版本。(Use Matlab coder generates Cpp files with VC++ mixed programming algorithm for n-th Newton root search. Matlab using 2011a version.)
    2011-11-27 14:50:46下载
    积分:1
  • T5557reader
    stm32主控芯片实现对T5557卡的读写,资料包括读卡电路,T5557卡片的相关技术文档,上位机及工程源码。(The main control chip of STM32 realizes the reading and writing of T5557 card, including the reading circuit, the related technical documents of T5557 card, the host computer and the engineering source code.)
    2020-11-14 16:39:42下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 18今日下载