-
数据结构常用算法的堆排序算法,完整版可直接编译运行,教学实验中常用!...
数据结构常用算法的堆排序算法,完整版可直接编译运行,教学实验中常用!-algorithm commonly used data structures heap sorting algorithm, a complete version can be directly translated operations, which are often used in teaching experiment!
- 2023-02-26 07:30:03下载
- 积分:1
-
导出Access、Sql Server数据库表到Html vb源吗,调试通过
导出Access、Sql Server数据库表到Html vb源吗,调试通过-derived Access, SQL Server database tables to Html vb source yet, through debugging
- 2023-03-18 04:55:04下载
- 积分:1
-
proveeido文件系统
- 2022-05-15 19:20:10下载
- 积分:1
-
这是一个不错的数据库管理程序
这是一个不错的数据库管理程序-This is a good database management procedures
- 2022-01-30 23:54:59下载
- 积分:1
-
数据库实验,建立一个简单的数据库,有打开、存储、删除、建立等值嵌套循环连接的功能。...
数据库实验,建立一个简单的数据库,有打开、存储、删除、建立等值嵌套循环连接的功能。-database experiments, a simple database, open storage, delete, equivalent to establish nested loop join function.
- 2022-02-06 08:27:47下载
- 积分: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
-
student select course system,powerbuilder做的,很容易实现 ,不会有人上载了吧...
student select course system,powerbuilder做的,很容易实现 ,不会有人上载了吧-student select course system, powerbuilder done, it is easy to realize that no one on the right is contained
- 2022-02-27 05:46:13下载
- 积分:1
-
Infix to Postfix Conversion
这是将中缀表达式转换为后缀表达式的代码。中缀到后缀转换使用堆栈。各种使用的函数包括基本堆栈操作,如overflow()、int underflow()、void push()、int pop()、int peep()、void display()等。
- 2022-03-19 10:57:53下载
- 积分:1
-
排序是数据结构中的一项重要内容,该算法包括了直接插入冒泡选择排序算法的实现...
排序是数据结构中的一项重要内容,该算法包括了直接插入冒泡选择排序算法的实现- The arrangement is in a construction of data important content,
this algorithm has included the direct insertion bubbling choice sort
algorithm realization
- 2022-08-14 20:12:26下载
- 积分:1
-
一个短小精悍的PARADOX数据文件DB的修复工具,能修复绝大多数损坏的DB文件。...
一个短小精悍的PARADOX数据文件DB的修复工具,能修复绝大多数损坏的DB文件。-a small and PARADOX DB data file repair tool to repair damage to the majority of DB documents.
- 2022-07-02 03:00:37下载
- 积分:1