登录
首页 » 终端 » 学生信息管理,包括对学生姓名,学号,成绩的查询,更新,排序,删除等操作...

学生信息管理,包括对学生姓名,学号,成绩的查询,更新,排序,删除等操作...

于 2022-05-18 发布 文件大小:3.09 kB
0 123
下载积分: 2 下载次数: 1

代码说明:

学生信息管理,包括对学生姓名,学号,成绩的查询,更新,排序,删除等操作-Student information management, including the students name, school number, results of query, update, sort, delete and other operations

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

发表评论

0 个回复

  • 实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置; int A ( const char...
    实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置; int A ( const char * str1, const char * str2 ); 没有的话,返回-1 有则返回所在位置(从0开始) 写出函数,对编写函数main完成对strstr的功能的验证。 -achieve the standard library functions strstr function : the search for str2 str1, if found, str1 return at the first appearance of str2 position; Int A (const char* str1, const char* str2); If not, the return-1 is returned with the location (from starting at 0) write function, the main function prepared to complete the function of the strstr certification.
    2022-07-22 04:47:08下载
    积分:1
  • 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程...
    1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, the process is the role of TEST language lexical analysis. 2, double-click operation input file name, or under the command prompt test input file name ... supports multiple documents simultaneously lexical analysis. 3, the procedure was VC6.0 testing environment, using the C syntax. Of course, there are C syntax. 4, the process left a lot of interface to question the future of grammar analysis and semantic analysis experiments expansion. For example, lexical analysis has been credited to a sequence of data storage structures to be used later. 5, the scanning process is handled by the part of teachers Coaldale red model procedures and revisions, (an increase of some function) in order to adapt to other parts of the interface are all prepared b
    2022-02-11 12:24:13下载
    积分:1
  • LBM的二维模拟空腔流
    应用背景关键技术子程序collesion(U,V,F,信,Rho,欧米茄,W,CX,CY,n,m)真正的F(0:8,0:N,0米)真正的信(0:8,0:N,0米),ρ(0 N,0米)真正的W(0:8),CX(0:8),CY(0:8)真正的U(0 N,0米),V(0 N,0米)我= 0,N做J = 0,MT1 = U(i,j)×U(I,J)+ V(i,j)* V(I,J)做K = 0.8T2 = U(i,j)* CX(K)+ V(i,j)* CY(K)方程(K,I,J)=ρ(i,j)×W(k)*(1 + 3 + 4.50 * * T2 T2 t2-1.50 * T1)F(K,I,J)=ω*信(K,I,J)+(1。欧米茄)* F(K,I,J)结束做结束做结束做返回结束
    2023-04-22 08:15:03下载
    积分:1
  • 递归枚举模板 问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时: //...
    递归枚举模板 问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时: //  abcba 满足条件 //  abcbc 不满足条件 //输入:n p //输出:所有满足条件的字串及总数-recursive template Problem description : n generation length of the string and its 26 characters from the English alphabet before p (p 26) 000 1984 letter, makes no adjacent sequences equivalent. For example, p = 3, n = 5 :// abcba meet the conditions// abcbc not satisfied conditions// input : n p// output : to satisfy all the conditions and the total number of strings
    2023-04-22 22:30:03下载
    积分:1
  • 员工管理系统
    个人信息模块 一个完整的雇员信息管理系统,作为一个中央雇员数据库。这使 HR 管理员可以有效地利用雇员的所有信息。 特点: 填充和管理员工的个人信息在一个集中的位置,从而防止数据丢失。 管理及更新您的雇员联系人及旅行内雇员的记录本身的信息。 管理您的雇员的工作信息通过选择相关薪酬等级、 薪酬等。 将督导员分配给员工以确定报告的结构。 了解你的员工过去的工作经验、 教育详细信息、 技能和其他这是 Admin 模块中预定义的标准。 雇员列表中查看员工的详细信息和使用不同的员工信息进行搜索。 生成自定义员工报告,其中可能包括任何所选的标准的 PIM 模块内。
    2022-11-20 21:55:03下载
    积分:1
  • 输入任意大小的矩阵阶数n,程序将自动生成…
    输入任意大小的矩阵阶数n,程序将自动产生一个随机矩阵迷宫。本程序可以迅速的找到所有可能的路径,并显示之。代码中故意限制只显示最多30条路径。-arbitrary size of the input matrix order n, the program will automatically generate a random matrix maze. This program can quickly find all possible paths, and Displays. Code intentionally limited only to a maximum of 30 trails.
    2022-07-24 00:29:25下载
    积分:1
  • 一个学生成绩管理系统,使用链表实现对数据的插入,发展。
    学生成绩管理系统,应用链表实现对数据的插入,删除,查找,排序。-A student achievement management system, uses linked list for data inserting, deleting ,sorting and querying
    2022-03-07 01:01:34下载
    积分:1
  • 学生数据库
    这是一个适合初学者的 c + + 项目。这个程序使数据库在那里可以输入学生信息,提取后的学生。此程序显示了不同的使用功能。
    2023-07-16 19:05:03下载
    积分:1
  • C语言 文件操作 文本文件读取及显示及二进制文件读取及换行显示...
    C语言 文件操作 文本文件读取及显示及二进制文件读取及换行显示-C language file operations to read and display text files and binary files read and wrap
    2022-01-22 15:50:14下载
    积分:1
  • 霍夫曼编码。在c++ 控制台的程序,利用node的结构
    霍夫曼编码。在c++ 控制台的程序,利用node的结构-Huffman code. In c++ Console procedures, take advantage of the structure of node
    2022-07-16 17:23:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载