-
数据结构(严蔚敏)的试验指导书籍,非常方便的一本书
数据结构(严蔚敏)的试验指导书籍,非常方便的一本书- i usuless for foreign school, it is a book about china s tutorial
- 2022-07-01 02:35:12下载
- 积分:1
-
通过该程序实现huffman编码,解码。输入一段字符串,统计字符出现频率,输出huffman编码。输入一段编码,根据预先设定的解码方式进行解码。...
通过该程序实现huffman编码,解码。输入一段字符串,统计字符出现频率,输出huffman编码。输入一段编码,根据预先设定的解码方式进行解码。-Through the process to achieve huffman encoding and decoding. Enter a string, statistical character frequency, the output huffman coding. Enter a code, based on pre-set decoding method to decode.
- 2023-05-05 08:40:03下载
- 积分:1
-
compiler to use the shortest path, a class definition, and then the right type a...
编译程序时使用最短路径,定义类,然后对类的实现,找出最短路径!-compiler to use the shortest path, a class definition, and then the right type and to find the shortest path!
- 2023-02-18 20:20:02下载
- 积分:1
-
数据结构大作业:miniStack类的设计
数据结构大作业:miniStack类的设计-Data structure homework: miniStack Class design
- 2022-08-22 21:18:54下载
- 积分: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
-
企业库存管理系统
企业库存管理系统
- 2022-10-18 13:10:03下载
- 积分:1
-
迷宫算法!通过递归算法实现!找到最优路径,完成迷宫出口的查找!...
迷宫算法!通过递归算法实现!找到最优路径,完成迷宫出口的查找!-maze algorithm! Through recursive algorithm! To find the optimal path to complete the maze exports to search!
- 2023-08-20 07:10:03下载
- 积分:1
-
数据结构中的八皇后问题
数据结构中的八皇后问题-data structure of the eight Queen"s problems
- 2023-03-27 07:55:03下载
- 积分:1
-
数据结构
数据结构-次索引的建立-data structure-building meeting Index
- 2022-03-24 06:36:04下载
- 积分:1
-
memory database source code control
内存数据库控件源代码-memory database source code control
- 2022-07-18 18:27:32下载
- 积分:1