-
数据结构
Balance
数据结构
Balance-Bi-Tree 数据结构
Balance-Bi-Tr-data structure Balance- Bi-Tree data structure Balance- Bi-Tr ee data structure Balance- Bi-Tree data structure Balance- Bi-Tr
- 2023-04-20 07:45:03下载
- 积分:1
-
数据结构与算法综合资料库.CHM
包含经典的数据结构、常用算法、以及c++学习资料等,全是经典的东西...
数据结构与算法综合资料库.CHM
包含经典的数据结构、常用算法、以及c++学习资料等,全是经典的东西-General data structures and algorithms library. CHM contains classic data structure, commonly used algorithms, as well as the c++ learning materials and so on, all things classic. . .
- 2023-05-06 06:00:03下载
- 积分: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
-
数据结构 八皇后问题解决方案一 很好的代码
数据结构 八皇后问题解决方案一 很好的代码-8 Queen" s problem of data structure of a solution
- 2022-01-21 18:20:29下载
- 积分:1
-
全国计算机等级考试三级的部分上级题算法,对上机考试还不是很熟的人,很有帮助(并非书上的答案,是本人自己想的算法)...
全国计算机等级考试三级的部分上级题算法,对上机考试还不是很熟的人,很有帮助(并非书上的答案,是本人自己想的算法)-National Computer Rank Examination some three superiors that the algorithm, right on the test machine is not very familiar with the helpful (and not the answer book, I want to own the algorithm)
- 2022-07-02 07:37:16下载
- 积分:1
-
哈夫曼编码/译码 利用克鲁斯卡尔算法计算一段传输数据的哈夫曼编码,以提高信道利用率。...
哈夫曼编码/译码 利用克鲁斯卡尔算法计算一段传输数据的哈夫曼编码,以提高信道利用率。-Huffman encoding/decoding algorithm using Kruskal data section of the Huffman coding, in order to improve channel utilization.
- 2023-02-28 03:10:03下载
- 积分:1
-
六级单词数据库编程,压缩包中已带数据库 数据库使用的是Acce...
六级单词数据库编程,压缩包中已带数据库 数据库使用的是Acce-six words database programming, which has been compressed with the use of the database is the database Acce
- 2023-02-08 00:25:03下载
- 积分:1
-
类模板,助于参考及编写代码,代码以数据结构值的排序方式及链表操作为主....
类模板,助于参考及编写代码,代码以数据结构值的排序方式及链表操作为主.
-Class template, reference and help to write code, the code value to the data structure and linked list Sort-based operation.
- 2022-03-05 19:39:25下载
- 积分:1
-
K路归并算法
* 本程序用来实现K路归并算法
* 在Turbo C2.0编译器下编译通过
* 算法过程中
* K由用户输入
* 用...
K路归并算法
* 本程序用来实现K路归并算法
* 在Turbo C2.0编译器下编译通过
* 算法过程中
* K由用户输入
* 用户选择需要归并的数据的个数
* 由程序生成随机数据,数据结构为链表,并展示给用户
* 然后程序告诉用户需要增加的虚节点的个数
* 并把虚节点加入到链表中去,最后进行归并
-K Road merge algorithm* This procedure used to realize the way merging algorithm for K* in Turbo C2.0 compiler compiler under the process through the* algorithm* K* by the user input the user select the number of merging the data* generated by the random data , data structure for the list, and display to the user* and then the procedure to tell the user the need to increase the number of virtual nodes and virtual nodes* added to the list going, and finally to merge
- 2023-07-07 22:05:03下载
- 积分:1
-
线性表(顺序存储)结构与功能的简易实现
线性表(顺序存储)结构与功能的简易实现,本代码采用C++实现,仿照C++中的容器类,将该线性表封装成了一个使用的多功能类。
- 2022-05-15 02:40:19下载
- 积分:1