登录
首页 » 数据结构 » 这是一个V+A的学生资料管理系统~各位做 课程设计的同学可以借鉴~论文也是有的...

这是一个V+A的学生资料管理系统~各位做 课程设计的同学可以借鉴~论文也是有的...

于 2022-11-20 发布 文件大小:1.25 MB
0 195
下载积分: 2 下载次数: 1

代码说明:

这是一个V+A的学生资料管理系统~各位做 课程设计的同学可以借鉴~论文也是有的-This is a V A student information management system was designed to do courses the students can also learn from some papers ~

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

发表评论

0 个回复

  • 1. Still used MyDatabase database, with SYSDBA user login. 2. In ISQL, followed...
    1. 仍然使用MyDatabase数据库,用SYSDBA用户登录。 2. 在ISQL中,依次输入第4章的数据表创建SQL语句;或者根据表4-1至4-8自行创建数据表。(可以直接使用光盘提供的MyDatabase.GDB数据库。) 3. 使用MyDB数据库连接,在SQL Explorer中输入原始数据。除了表4-9和表4-10的内容,还需要在USER_PASS表中设置一个权限为’3’的JWC用户名,用于课程的调度;设置若干个教师的账号(需要在TEACHER数据表中设置相应信息),权限为’2’;若干学生的账号。 4. 修改源代码中数据库连接组件Database的参数,包括服务器地址、登录用户名和默认密码。 -1. Still used MyDatabase database, with SYSDBA user login. 2. In ISQL, followed importation of Chapter 4 of the data table creation SQL; Or, according to Table 4-1 4-8 to set up a data table. (CD can be used directly for the MyDatabase.GDB database.) 3. Use a few MyDB According to the Link, SQL Explorer in the original input data. In addition to Table 4-9 and table of contents 4-10. USER_PASS also need a table set up the authority of the"3 "JWC user name, for course scheduling; Several teachers set up the account (in TEACHER data tables set up corresponding information), the authority of"2 "; Several student"s account. 4. Modifying the source code, database
    2023-06-03 00:05:04下载
    积分:1
  • 赫夫曼编码程序,配套于教学书(南航)
    赫夫曼编码程序,配套于数据结构教学书(南航)-Huffman coding procedures, data structures in supporting the teaching book (Southern)
    2023-06-23 06:40:04下载
    积分:1
  • all the studies together
    大家一起研究 了-all the studies together
    2022-03-29 05:10:42下载
    积分:1
  • data structure answer to the questions set by several revisions, but clearly the...
    数据结构习题集答案,经多次修改而成,比答案册还要清楚简单。-data structure answer to the questions set by several revisions, but clearly the answer List simple.
    2022-05-17 21:45:37下载
    积分:1
  • 《产品进销存管理系统的设计与实现》课设
    产品进销存管理系统的设计与实现 内容:针对某一种行业的库房的产品进销存情况进行管理 要求: (一)采用一定的存储结构对库房的货品及数量进行分类管理 (二)可以进行产品类的添加、产品的添加以及产品数量的添加 (三)能够查询库房每种产品的总量、进货的日期、销出数量、销售时间等
    2022-04-12 03:37:00下载
    积分:1
  • 电子书中文件包括了十本讲的书(英文),很全面。...
    电子书中文件包括了十本讲数据结构的书(英文),很全面。-electronic book which included a 10 stresses the data structure (English), very comprehensive.
    2022-06-28 17:52:53下载
    积分:1
  • achieve linear Table 4 operation, a very good version, the teacher gave full mar...
    用线性表实现四则运算,很好的一个版本,老师给了满分-achieve linear Table 4 operation, a very good version, the teacher gave full marks
    2022-10-27 07:05:04下载
    积分:1
  • 题目:稀疏矩阵是指那些多元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行...
    题目:稀疏矩阵是指那些多数元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行逻辑连接信息的3元组顺序表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算.矩阵的输入形式采用3元组表示,而运算结果的矩阵则以通常的阵列形式列出.概要设计:1.以带行逻辑连接信息的3元组顺序表表示稀疏矩阵2.本程序包含2个模块:(1) 各集合定义模块(2) 主程序模块-topics : sparse matrix refers to those elements for most of the matrix 0. Using sparse features storage and computation can be greatly reduced storage space and improve computational efficiency. One can achieve for sparse matrix operations basic computing device. Basic requirements : OK logical connection with the three yuan Information Group the order said the sparse matrix table to achieve two matrices together, subtract and multiply arithmetic. Matrix entry forms using three yuan Group said, and the results of the matrix operations while the usual array listed. summary of design : 1. in line with the logic of information linking the three element group said sparse chronology matrix 2. this program contains two modules : (1) Set module (2) main program module
    2022-05-29 01:02:00下载
    积分:1
  • 使用递归 - 汉诺塔游戏
    这个程序使用递归解决汉诺塔游戏的问题。 这个程序将所有盘从嘴左边的指针处移动到最右边,并满足以下要求1) 一次仅移动一个盘子.2)移除的盘子必须放到一个指针下面 3)大盘子不能放在小盘子上面
    2022-08-11 12:59:27下载
    积分:1
  • Queue Using Linklist
    当使用数组实现队列时,它们只对有限的数据量起作用,即需要指定数据量早一点。排队当程序员不知道需要多少数据或需要处理多少数据时,这是没有好处的。由于链表实现的队列可以处理无限个值,因此采用链表数据结构实现了队列数据结构。这意味着,使用链表的队列可以处理可变大小的数据。使用链表实现的队列可以组织任意多的数据值。 ;
    2022-02-25 07:33:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载