-
这个来源属于中国公开
本源码属于mysql开源数据库的中文帮助文档,设计sql的基本操作,和mysql特定的规范。-This source belongs to the Chinese open-source database mysql help documentation, design sql basic operations, and the mysql-specific norms.
- 2022-04-16 13:30:13下载
- 积分:1
-
This simple procedure is to write several different types of the traversal algor...
这个简单的程序写的是几种不同的对二叉树的遍历算法,在数据结构中经常可以看到。-This simple procedure is to write several different types of the traversal algorithm for binary tree in data structure can be seen frequently.
- 2023-08-08 19:35:03下载
- 积分:1
-
用delphi实现的各种排序算法,图形界面,可实现插入排序、交换排序、选择排序、合并排序以及基数排序...
用delphi实现的各种排序算法,图形界面,可实现插入排序、交换排序、选择排序、合并排序以及基数排序-used to achieve the various sequencing algorithms, graphical interface, insert can be realized, in order of ranking exchange, SELECTION SORT, the merger sort of base sequencing
- 2022-09-30 02:05:03下载
- 积分:1
-
OLEDB进行数据通讯,应用ATL进行程序编写,具有借鉴意义
OLEDB进行数据通讯,应用ATL进行程序编写,具有借鉴意义-OLEDB for data communications, application procedures to the preparation of ATL, with reference
- 2022-04-22 00:20:43下载
- 积分:1
-
一些数据库的实例。共12章。如第八章:
第8章数据库环境的建立
1. 用MISDBA用户登录MISDB数据库。
2. 在ISQL中,输入第8章提供的...
一些数据库的实例。共12章。如第八章:
第8章数据库环境的建立
1. 用MISDBA用户登录MISDB数据库。
2. 在ISQL中,输入第8章提供的SQL语句;或者根据表8-1至表8-4在SQL Explorer中自行创建数据表。
3. 根据表8-5至表8-7设置初始数据,另外需要在PERSON数据表中设置一个具有培训管理系统管理权限的用户(ID=’PXC’,PASSWD=’PASSWORD’,AUTHORITY=’6’,STATE=’F’)和用于外派培训的用户(ID=’PXCOUT’,NAME=’外派培训’)。
4. 修改Admin源程序中的数据库连接属性,并且重新编译training.exe。
5. 修改Client源程序中数据库连接属性,并且重新生成html文件和cab文件,然后将这两个文件拷贝到web服务器指定目录中。-some examples of the database. A total of 12 chapters. If the eighth chapter : Chapter 8 database to establish an environment. User login with MISDBA MISDB database. 2. In ISQL, the importation of Chapter 8 of SQL; Or, according to Table to Table 8-1 8-4 in SQL Explorer to create data sheets. 3. According to Table 8-5 8-7 to set up tables initial data, Another need PERSON data tables set up with a training management system for the management competence of the users (ID = "P XC ", PASSWD =" PASSWORD "AUTHORITY ="6", STATE = "F") for assignment and training of users (ID = "PXCO
- 2023-07-19 06:55:04下载
- 积分:1
-
大学用数据结构课件 来自北京工业大学的 需要的尽管下载
大学用数据结构课件 来自北京工业大学的 需要的尽管下载-University of courseware using the data structure from the Beijing University of Technology, even though it needs to download
- 2022-09-24 04:40:03下载
- 积分:1
-
该系统是用vb6.0开发,连接数据库,有原代码设计,有详细的设计说明,可以自己更改程序。...
该系统是用vb6.0开发,连接数据库,有原代码设计,有详细的设计说明,可以自己更改程序。-The system is used vb6.0 development, connecting to the database, the original code design, detailed design specifications, can change its own procedures.
- 2022-05-05 04:06:14下载
- 积分:1
-
float型而二叉树的创建及遍历
#include
#include
struct BiTNode //定义二叉树结构体
{
float data;
struct BiTNode *lchild;
struct BiTNode *rchild;
};
//二叉树创建函数
struct BiTNode *CreateTree(float *preorder,float *inorder,int lenth)
{
float *p,*q;
- 2022-12-24 11:10:03下载
- 积分:1
-
班主任考核管理系统
班主任考核管理系统-class teacher evaluation system
- 2023-01-13 01:40:04下载
- 积分:1
-
ShannonFano实现
ShannonFano实现-achieve ShannonFano
- 2022-07-15 22:14:15下载
- 积分:1