登录
首页 » 数据结构 » 科研管理

科研管理

于 2022-05-14 发布 文件大小:510.51 kB
0 216
下载积分: 2 下载次数: 1

代码说明:

该科研管理系统主要有查询和管理两项功能。查询模块对应一般用户,管理模块对应管理员。通过管理和查询的相应模块可已很方便地对数据库进行一系列的操作,这在模块功能描述里已简单描述过。因还是初次用VC6.0设计基于对话框的应用程序,所以了解很浅薄,我没有设计用户登陆和用户注册了,也就是没有规定用户权限。也没有对对话框进行最大化,最小化处理。还有科研管理系统就实现了对数据库表的一些最基本的查询、增删改操作,没有对查询功能进行细化等,如按不同类别查询科研成果,按不同职称查询教师信息等。我做的这个系统比较简单,所以出现的一些问题也比较好解决,如一开始我在实现程序代码的时候对于数据表映射类、对话框类等是定义指针的,但在运行时总出现某某内存不可读,不可写的问题,所以我就改成直接定义这些类的对象排出了这类问题。其实一开始我定义指针让其指向new生成的对象是打算之后可以释放内存空间的,减小内存的开销,可指针我用不好,所以在这点上我处理的不好。因此,我对自己所做的这个系统提出的改进意见是设计用户注册、登录模块、将各模块的功能进行细化,实现对对话框大小能进行调整的功能等。

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

发表评论

0 个回复

  • UseBB一个用PHP和Mysql库开发的开源论坛,与其他流行的论坛不同,UseBB不是一味的追求拥有多少功能,而是以开发简单易用的论坛为目标。UseBB对...
    UseBB一个用PHP和Mysql数据库开发的开源论坛,与其他流行的论坛不同,UseBB不是一味的追求拥有多少功能,而是以开发简单易用的论坛为目标。UseBB对于那些需要在资源有限的虚拟主机上架设一个易于使用的论坛是一个很好的选择。-UseBB a database using PHP and Mysql development of open-source forums, and other popular forums, UseBB pursuit rather than how much function, but in order to develop easy-to-use platform for the target. UseBB for those in need with limited resources to set up virtual hosts on a easy-to-use forum is a good choice.
    2022-06-29 14:34:40下载
    积分:1
  • database attributes, page setup
    数据库属性,页面的设置-database attributes, page setup
    2022-11-14 01:05:04下载
    积分:1
  • 给paradox表增加、修改口令。
    给paradox表增加、修改口令。-paradox to the table, change passwords.
    2022-08-19 07:01:02下载
    积分:1
  • 教育考试管理系统,可用于学习库的编写
    教育考试管理系统,可用于学习数据库的编写-Test management system, the database can be used to study the preparation of
    2022-06-02 03:45:13下载
    积分:1
  • (一) 编写一个程序LAGO7
    (一) 编写一个程序LAGO7-1.CPP,实现二叉树的各种运算,并在此基础上设计一个主程序完成如下功能。 (1) 输出二叉树B; (2) 输出二叉树B的深度; (3) 输出H结点的左、右孩子结点值; (4) 输出二叉树B的宽度; (5) 输出二叉树B的结点个数; 输出二叉树B的叶子结点个数 -(A) to prepare a program LAGO7-1.CPP, to achieve a variety of binary operations, and on this basis, design a main program performs the following functions. (1) output binary tree B (2) The output of a binary tree B of depth (3) The output of H nodes left and right child node value (4) outputs a binary tree B, width (5) output node B, the number of binary trees (6) outputs a binary tree B, the number of leaf nodes
    2023-02-06 07:20:04下载
    积分:1
  • 有向图 编写程序判断该图是否含有环 如没有则输出其拓扑序列...
    有向图 编写程序判断该图是否含有环 如没有则输出其拓扑序列-Digraph write a program to determine whether it contains any part of the plan if there is no sequence of the output of its topological
    2022-01-21 04:46:37下载
    积分:1
  • This is a classic look for the nearest point of the algorithm, using VC preparat...
    这是一个经典的寻找最近点对的算法实现,运用VC编写,采用类的方式,是程序更易理解。-This is a classic look for the nearest point of the algorithm, using VC preparation, the type used, the way the process easier to understand.
    2022-02-05 11:01:24下载
    积分:1
  • The demo program Joseph Central calculus problem, the number n should be arbitra...
    本演示程序演算约瑟夫环问题,人数n应为任意的,首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为报数上限,如此循环,直至所有人都出列为止。-The demo program Joseph Central calculus problem, the number n should be arbitrary, we must first enter a value assigned to the initial reported that the maximum number of m, the procedure should be able to automatically save a list of the serial number of people and held out the password given to m, again as reported maximum number of such cycles, until all that far out.
    2023-07-02 18:20:03下载
    积分:1
  • 人事管理系统,软件工程课程设计,TC3下调试成功,采用链表,实现增加删除查询等功能,调用汉字库实现汉字输出...
    人事管理系统,软件工程课程设计,TC3下调试成功,采用链表结构,实现增加删除查询等功能,调用汉字库实现汉字输出-Personnel Management System, software engineering curriculum design, debug TC3 successfully used Chain structure, the added features such as deleted inquiries, call for Chinese exports Store
    2023-05-14 08:25:03下载
    积分:1
  • 冒泡排序算法,最基础的Bubble sort 算法,经典
    冒泡排序算法,最基础的Bubble sort 算法,经典-bubble sort
    2022-11-05 04:15:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载