-
主要是二叉树的一些性质的操作。包括复制,清空,求取树高,树中元素的个数,得到根结点,父亲结点,所有祖先,左儿子,右儿子,插入左儿子,右儿子,查找某个元素,以及前...
主要是二叉树的一些性质的操作。包括复制,清空,求取树高,树中元素的个数,得到根结点,父亲结点,所有祖先,左儿子,右儿子,插入左儿子,右儿子,查找某个元素,以及前、中、后、层次遍历和相关的操作。另外,可以树形显示这棵树的信息。-Some properties are mainly binary operation. Including reproduction, empty, to strike a tree height, the number of elements in the tree get root node, the father node, all the ancestors, the left son, right son, insert the left son, right son, to find an element, and the former , during and after, hierarchical traversal and related operations. In addition, you can display tree tree information.
- 2022-11-05 05:15:02下载
- 积分:1
-
访问数据库
私人潜艇 Load_Faculty()
Dim con 作为新 OleDbConnection
Dim cmd 作为新 OleDbCommand
作为 OleDbDataReader 的 dim 博士
Dim arrImage() 作为字节
Dim myMS 作为新的 IO。MemoryStream
声明作为字符串存放连接 = String.Empty
请尝试
声明存放连接 ="选择 b.FacultyID、 b.Image、 b.Course、 a.Course"
声明存放连接 = 声明存放连接 &"从作为左的联接学院作为 b studentsrecords"
声明存放连接 = 声明存放连接 &"a.ID = b.FacultyID WHERE(a.Course = @Course) a.Course 按顺序"
con = 新 Ole
- 2022-03-09 21:13:40下载
- 积分:1
-
a three
一个三层应用程序,演示如何通过ADO对象以及存储在SQL Server中的Procedure实现高性能的数据访问(在运行程序前首先要设置SQL Server,在压缩包中有一个Procs.sql的文件,首先在SQL Server上运行该文件设置SQL Server数据库)-a three-tier applications, demonstrating how ADO and SQL Server stored in the Procedure to achieve high-performance data access (in the first before running the program to set up SQL Server, in a compressed Procs.sql a document, the first in SQL Server running on the document set up SQL Server database)
- 2022-03-26 07:17:48下载
- 积分:1
-
B超管理系统
原创delphi开发的B超管理系统.WINDOWS下开发的B超图象管理系统MEDIWS系统,使用低成本视频图象采集卡及其驱动程序、新颖的JPEG压缩算法、完善的报告编辑环境等技术
- 2023-04-26 01:05:06下载
- 积分:1
-
编辑数据库表格,可以显示图形及打印
编辑数据库表格,可以显示图形及打印-edit database forms, and can display graphics print
- 2022-08-07 17:58:23下载
- 积分:1
-
是数据结构的导航图
数据结构实验导航图的全部代码,可以实现通过输入查询地址得到相应的路线,还可进行选择
- 2023-07-02 18:45:02下载
- 积分:1
-
使用VC编写的栈的链式表示和实现程序,简单明了,方便使用
使用VC编写的栈的链式表示和实现程序,简单明了,方便使用-Prepared using the VC stack chain expression and realization of program, simple and clear, easy to use
- 2022-12-27 10:35:03下载
- 积分:1
-
ORALCE JOB
存储过程sql:
create or replace procedure job_proc is
begin
--免费票状态修改 需修改ID
update O_2413 set attr_24131004="作废" where attr_24131004="已售";
--普通票状态修改 需修改ID
update O_2405 set attr_24051004="作废" where attr_24051004="已售";
--团体票状态修改 需修改ID
update O_2412 set attr_24121004="作废" where attr_24121004="已售";
end;
job的sql:
declare
job number;
begin
dbms_job.submit(job, "job_proc;", sysdate, "TRUNC(SYSDATE + 1)");
end;
- 2022-01-25 20:02:48下载
- 积分:1
-
物资管理系统设计仅供参考
物资管理系统设计仅供参考-material management system design is for reference only
- 2022-02-05 21:52:14下载
- 积分:1
-
"data structure," Tsinghua University, the Blue Paper (c Language) 65...
《数据结构》清华大学的,蓝皮(c语言篇)65页
模拟银行业务,计算客户平均逗留时间-"data structure," Tsinghua University, the Blue Paper (c Language) 65 simulation banking, calculate the average length of stay customers
- 2022-07-27 14:40:41下载
- 积分:1