-
This is a set of relatively complete applicable to the parties Hotel service sys...
这是一套较为完整的能适用于酒店宾馆的各方服务系统,功能强大-This is a set of relatively complete applicable to the parties Hotel service system, powerful
- 2022-02-02 08:03:05下载
- 积分:1
-
约瑟夫环的数据结构算法 VC++6.0实现
约瑟夫环的数据结构算法 VC++6.0实现-Josephus algorithm data structure VC++ 6.0
- 2022-02-10 07:42:17下载
- 积分:1
-
教会管理制度
资源描述根据类别登记教会成员的收入费用
- 2023-03-19 23:00:03下载
- 积分:1
-
简单的演示,N的大小可以改变的,而且这个程序的速度还可以,
比以前我用递归写的那个快多了.如果N改得太大输出会有问题,
因为我用到gotoxy的,这个程...
简单的演示,N的大小可以改变的,而且这个程序的速度还可以,
比以前我用递归写的那个快多了.如果N改得太大输出会有问题,
因为我用到gotoxy的,这个程序主要是练一个算法-simple demonstration, N size can be changed, but the rate of this procedure can also, than in the past I used to write a recursive that quicker. If N is too big change in exports, gotoxy because I used, the process is mainly a training algorithm
- 2022-03-13 09:29:46下载
- 积分:1
-
在线订单系统,有SQL数据库,欢迎下载!
在线订单系统,有SQL数据库,欢迎下载!-On-line order system, with SQL databases, welcome to download!
- 2022-04-17 17:54:13下载
- 积分:1
-
Access database user rights management procedures, Delphi, reprinted
Access数据库用户权限的管理程序,Delphi,转载-Access database user rights management procedures, Delphi, reprinted
- 2022-05-16 21:51:45下载
- 积分:1
-
This is a linked list with the simple realization of student management procedur...
这是一个用链表实现的简单的学生管理程序,有链表的插入删除等各种操作-This is a linked list with the simple realization of student management procedures, delete, insert Chain various operations
- 2022-05-28 22:47:17下载
- 积分:1
-
在java中链接数据库,代码量不多,但是麻雀虽小,五脏俱全!...
在java中链接数据库,代码量不多,但是麻雀虽小,五脏俱全!-in which links database, code volume is small, sparrow is small, perfectly formed!
- 2023-08-22 20:25:04下载
- 积分:1
-
顺序查找法 关于数据结构的基本查找算法实现
顺序查找法 关于数据结构的基本查找算法实现-law on the order of search data structure of the basic search algorithm
- 2022-11-18 17:30:04下载
- 积分: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