-
工资管理系统
在一家公司,工资是所有财务记录的......一名雇员的薪金,以及系统和软件处理薪金所需的费用的总和
- 2023-01-20 07:50:03下载
- 积分:1
-
数据结构中最经常用到的,包括链表、双链表、二叉树、平衡二叉树、哈希表等...
数据结构中最经常用到的,包括链表、双链表、二叉树、平衡二叉树、哈希表等-Data structure the most frequently used, including the list, double linked lists, binary tree, balanced binary tree, hash table, etc.
- 2022-08-10 07:26:23下载
- 积分: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
-
Prims算法的程序
Prims算法的程序-Prims algorithm procedures
- 2022-02-27 02:57:23下载
- 积分:1
-
SQLite数据库,已经封装成类,支持unicode和非Unicode,可用于嵌入式系统和Windows系统等,包含演示代码...
SQLite数据库,已经封装成类,支持unicode和非Unicode,可用于嵌入式系统和Windows系统等,包含演示代码-SQLite database, has been packaged into a category, to support unicode and non-Unicode, can be used in embedded systems and Windows systems, including demonstration of the code
- 2022-04-26 18:37:16下载
- 积分:1
-
贝尔曼
Bellman-Ford算法 是最短路径算法的一种-Bellman-Ford algorithm is the shortest path algorithm of a
- 2022-03-01 10:39:59下载
- 积分:1
-
示例出列
这是只是一个示例代码 C 为队列。如何创建队列、 输入的队列、 删除队列、 排序和显示
- 2023-07-05 17:20:03下载
- 积分:1
-
矢量绘图程序!
VC做的矢量画图程序!-VC do vector drawing program!
- 2022-03-06 12:20:23下载
- 积分:1
-
VB6.0 under the Access database files to search, add, delete records of the sour...
VB6.0下对Access数据库文件进行查找、添加、删除记录的源代码!-VB6.0 under the Access database files to search, add, delete records of the source code!
- 2023-08-23 17:55:03下载
- 积分:1
-
DES algorithms library,很经典的DES算法库。
DES algorithms library,很经典的DES算法库。-DES algorithms library, the classic DES algorithm library.
- 2022-08-19 04:42:55下载
- 积分:1