登录
首页 » 数据结构 » 这是一本书<<VC数据库开发技术与工程实践>>中的部分代码,供学习者学习中使用...

这是一本书<<VC数据库开发技术与工程实践>>中的部分代码,供学习者学习中使用...

于 2022-03-15 发布 文件大小:1.20 MB
0 169
下载积分: 2 下载次数: 1

代码说明:

这是一本书中的部分代码,供学习者学习中使用-This a book lt; Lt; VC database development technology and engineering practice gt; Gt; Part of the code for the use of Learners! !

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

发表评论

0 个回复

  • 是基于C#语言的一个学生管理系统库系统开发案例.很实用...
    是基于C#语言的一个学生管理系统数据库系统开发案例.很实用-Is based on the C# Language a student management system database system development case. Very practical
    2022-01-24 18:52:32下载
    积分:1
  • 实现学生基本信息、选课信息及成绩的增、删、改、查功能。...
    实现学生基本信息、选课信息及成绩的增、删、改、查功能。-Achieving students to basic information, elective information, and performance increase, delete, change, check functional.
    2023-05-24 17:50:03下载
    积分:1
  • 1.定义线性表的链式存储 2.在线性表的链式存储上,编写函实现链表的初始化,插入、删除,输出、销毁等算法。...
    1.定义线性表的链式存储结构 2.在线性表的链式存储结构上,编写函数实现链表的初始化,插入、删除,输出、销毁等算法。-1. The definition of a linear form chain storage structure 2. Online sex store chain structure of the table, write a function to achieve the initialization list, insert, delete, export, destruction algorithm.
    2023-02-08 10:00:04下载
    积分:1
  • 四则运算实现,这个算法是用C语言实现的,算法程序代码明确易懂。...
    四则运算实现,这个算法是用C语言实现的,算法程序代码明确易懂。-four Operators realize that this algorithm is used to achieve the C language, the algorithm code clear and understandable.
    2022-06-15 16:25:28下载
    积分:1
  • 按前序遍历序列创建二叉树,并中序遍历二叉树、求二叉树高度...
    按前序遍历序列创建二叉树,并中序遍历二叉树、求二叉树高度-by creating a binary tree traversal sequence, and which preorder binary tree, seeking binary tree height
    2022-07-04 23:57:46下载
    积分:1
  • 内部课程设计的比较研究,共10…
    数据结构课程设计内部排序的比较 一共有十种排序方法-Curriculum design of internal data structure to sort of comparison a total of 10 kinds of sorting methods
    2023-08-05 04:50:02下载
    积分:1
  • 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
  • 大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时...
    大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时间的安排必须满足先修关系。每个课程的先修关系都是确定的,可以有任意多门,也可以没有。每一门课程恰好一个学期。试在这样的情况下设置一个教学计划编制程序。三、基本要求:(1):输入参数:学期总数,一学期的学分上限,每门课的课程号,学分,直接先修关系的课程号。(2):课程号尽可能的集中在前几个学期中。(3):若无解,则报告错误信息;否则见教学计划输入到指定的文件中。计划的表格格式自行设计-University of each professional should prepare teaching plans. The assumption that any professional have fixed the length of each school year with two semesters each semester and the length of time equal to the credit limit are. Every professional courses are opened to determine, and the creation of curriculum time arrangements must meet pre relations. Each course is the pre-established relationship, can have any more doors, there will be no. Each course just one semester. Tests in the circumstances set up a teaching program procedures. Three basic requirements : (1) : input parameters : total semester, a semester"s credit ceiling for each class courses, credits, direct relationship prevocational courses,. (2) : N
    2022-03-03 12:58:55下载
    积分:1
  • 图论算法,旅行推销员问题,很有趣。 可算出图中的哈米尔顿回路...
    图论算法,旅行推销员问题,很有趣。 可算出图中的哈米尔顿回路-graph algorithm, traveling salesman problem, very interesting. Map can be calculated totally dominated the circuit
    2022-01-25 19:16:27下载
    积分:1
  • A good package priority queue, using C++ Realize, and have been debugging direct...
    一个封装好的优先队列,用C++实现的,已经经过调试,直接用就行-A good package priority queue, using C++ Realize, and have been debugging directly on the line
    2022-06-16 19:19:10下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载