-
迭代计算一个四阶黎卡提方程
迭代计算一个四阶黎卡提方程-iterative calculation of a four bands Riccati equation
- 2022-03-02 20:40:47下载
- 积分:1
-
employeespayslip
员工工资单计算。
- 2022-02-05 20:48:26下载
- 积分:1
-
family financial management system. Rar
家庭理财系统.rar-family financial management system. Rar
- 2023-05-27 20:00:03下载
- 积分:1
-
这是一个关于acccess的数据库的一点技巧,希望对大家有帮助
这是一个关于acccess的数据库的一点技巧,希望对大家有帮助-This is a database on the acccess point techniques, we hope to help
- 2023-05-12 02:50:02下载
- 积分:1
-
一个我的数据结构解题集合,里面有我的数据结构的作业。
一个我的数据结构解题集合,里面有我的数据结构的作业。-a data structure Solution Set, containing the information structure of the operations.
- 2022-05-22 17:29:40下载
- 积分: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
-
database attributes, page setup
数据库属性,页面的设置-database attributes, page setup
- 2022-11-14 01:05:04下载
- 积分:1
-
数据结构C++(20041116)
数据结构C++(20041116)-data structure C (20041116)
- 2022-03-14 14:18:52下载
- 积分:1
-
数据结构-3 sum
We
discussed two versions of the 3-sum problem: A "naive" implementation
(O(N^3)) and a "sophisticated" implementation (O(N^2 lg N)).
Implement these algorithms. Your implementation should
be able to read data in from regular data/text file with each entry on a
separate line.
- 2022-10-11 08:55:04下载
- 积分:1
-
施伯乐@黄皮书《数据结构教程》part4
施伯乐@黄皮书《数据结构教程》part4-Shi Bole @ beige book Data Structure Course part4
- 2022-12-26 06:30:03下载
- 积分:1