登录
首页 » Windows开发 » 学生成绩管理系统 整个系统除了主函数外,另外还有10个函数,实现八大功能:输入功能、显示功能、查找功能、删除功能、排序功能、插入功能、保存功能、读取功能。...

学生成绩管理系统 整个系统除了主函数外,另外还有10个函数,实现八大功能:输入功能、显示功能、查找功能、删除功能、排序功能、插入功能、保存功能、读取功能。...

于 2022-06-14 发布 文件大小:2.18 kB
0 131
下载积分: 2 下载次数: 1

代码说明:

学生成绩管理系统 整个系统除了主函数外,另外还有10个函数,实现八大功能:输入功能、显示功能、查找功能、删除功能、排序功能、插入功能、保存功能、读取功能。-Student achievement management system for the entire system apart from the main function, there have 10 functions, to achieve the eight functions: input, display, search function, delete function, sorting function, insert a function, save function, reading function.

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

发表评论

0 个回复

  • 这个是比较完整的实验报告。是关于约瑟夫环的,希望能得更多的加分。...
    这个是比较完整的实验报告。是关于约瑟夫环的,希望能得更多的加分。-this was more complete experimental report. Josephus is on the hope of more of the points.
    2022-07-28 00:55:18下载
    积分:1
  • 时间加速工具,一个起始时间,一个结束时间,间隔时间,跳变时间。...
    时间加速工具,一个起始时间,一个结束时间,间隔时间,跳变时间。-Time to speed up the tool, a starting time, an end time, interval time, the time hopping.
    2022-10-08 19:40:03下载
    积分:1
  • 关于avltree的源码,大家可以学习一下了
    关于avltree的源码,大家可以学习一下了-On the source avltree, everyone can learn about the
    2022-12-23 17:45:03下载
    积分:1
  • Multiscale second generation wavelet transform of the bandelet. Need all the pro...
    多尺度第二代小波中的bandelet的变换。需要全部程序上网站。 http://lcd.siva.free.fr/where_is_the_starlet.html 里面有关于小波变换、Bandelet、Curvelet、等等,所有关于“let"的都有了。而且给出了所有有关信息的链接,可节省相当的检索资料的时间。 -Multiscale second generation wavelet transform of the bandelet. Need all the procedures on the web site. Http :// lcd.siva.free.fr/where_is_the_starlet. html inside on the wavelet transform, Bandelet, Curvelet, etc., all on the "let" can have everything. But given all relevant information links can save considerable time retrieval of information.
    2022-03-21 16:10:05下载
    积分:1
  • Windows下,利用汇编语言编写的一个时钟小程序,罗云彬的编程乐园出品(转载)...
    Windows下,利用汇编语言编写的一个时钟小程序,罗云彬的编程乐园出品(转载)-Windows, the use of assembly language prepared by a small clock procedures Luo Bin programming Paradise Products (reproduced)
    2022-03-02 20:28:23下载
    积分:1
  • vc++编写的神曲辅助v2.0
    资源描述   自己开发的当前热门页游神曲辅助,已经更新到2.0版,界面虽然不美观,但其中的核心代码都有注解说明,特别适合初学者学习!
    2022-12-16 14:55:04下载
    积分:1
  • 单词检索
    资源描述代码使用C++编写,运用AVL树,你可以简单的查找单词,本次查找是基于数组存储,因此内存不是很大,若想导入跟多单词建议开辟栈内存,检索速度还是很快的,适合初学者了解检索算法,排序算法而用的,希望对初学数据结构的有帮助
    2022-05-16 07:23:45下载
    积分:1
  • 关于融合语音与手形识别的多模态生物识别文献
    关于融合语音与手形识别的多模态生物识别文献-On the integration of voice and hand recognition of multi-modal biometric literature
    2022-11-06 02:55:04下载
    积分:1
  • kakabossskdr
    /* base64.cpp 和 base64.h 版权所有 (C) 2004年-2008 René Nyffenegger 提供此源代码 " 作为-是 ",没有任何明示或暗示 保修。在没有事件将作者举行任何损害承担责任 因使用本软件。 授予任何人出于任何目的,使用此软件的权限 包括商业应用程序进行修改和重新发布它 自由,受到以下限制: 1.此源代码的起源必须不得歪曲 ;你必须不 声称是你写的原始源代码。如果您使用此源代码 在一种产品,确认产品文档中将 表示赞赏,但不是必需的。 2.改变源版本为此,必须有明确标记和一定不能 谎称为原始的源代码。 3.本公告不可能会被删除,或从任何源分布改动。 勒内 · Nyffenegger rene.nyffenegger@adp-gmbh.ch */ #include"stdafx.h" //#include"base64.h" #include"msvc_common.h" #include < iostream > 静态 const std::string base64_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" ""abcdefghijklmnopqrstuvwxyz "0123456789 +"; 静态内联 bool is_base64 (无符号的 char c) { 返回 (isalnum(c) | |(c == "+") ||(c == "/")); } std::string base64_encode (无符号的 char const * bytes_to_encode、 无符号的 in
    2022-12-20 14:15:03下载
    积分:1
  • 用430单片机输出pwm波, 脉冲宽度可以任意设置
    用430单片机输出pwm波, 脉冲宽度可以任意设置 -MCU output pwm with 430 waves, pulse width can be arbitrarily set
    2022-01-22 00:17:55下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载