-
求向量的欧式距离
求向量的欧式距离-vector for the Continental distance
- 2023-02-18 09:40:03下载
- 积分:1
-
十字链表,可实现插入,删除,保存,恢复等功能
十字链表,可实现插入,删除,保存,恢复等功能-Cross linked lists, can be insert, delete, save and restore functions
- 2022-02-12 13:59:38下载
- 积分:1
-
用C生成一个课程二叉树,同时先、中、后序遍历该二叉树
用C生成一个课程二叉树,同时先、中、后序遍历该二叉树-C programs generated a binary tree, first, during and after the preorder the binary tree
- 2022-03-24 04:30:49下载
- 积分:1
-
Floyd 算法,创建有向图,无向图,有向网,无向网的算法
Floyd 算法,创建有向图,无向图,有向网,无向网的算法-Floyd algorithm, create a directed graph, undirected graph, directed networks, undirected networks algorithm
- 2022-02-26 22:16:43下载
- 积分:1
-
数据结构学习(c++)刚开始从C过渡到C++的人,看完这些后,会体会到C++的新特性。...
数据结构学习(c++)刚开始从C过渡到C++的人,看完这些后,会体会到C++的新特性。-Data structure learning (c++) Has just begun the transition from C to the C++ Those who read them will realize that C++ The new features.
- 2022-06-26 14:48:56下载
- 积分:1
-
图书管理系统
这个源代码是一个图书管理系统,可以实现的功能有实现图书的增加删除。读者的新增添加删除。以及新增图书,借出图书图书超期管理。
- 2022-01-30 16:25:57下载
- 积分: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
-
该压缩文件中包含了图论当中的一些重要算法,包括前序中序和后序遍历、最小二叉树、DFS、BFS以及拓扑排序。...
该压缩文件中包含了图论当中的一些重要算法,包括前序中序和后序遍历、最小二叉树、DFS、BFS以及拓扑排序。-The compressed file contains a graph theory among a number of important algorithms, including the former order in the order and postorder traversal, the smallest binary tree, DFS, BFS, and topological sort.
- 2022-09-25 04:30:03下载
- 积分:1
-
对学习很有帮助,代码关于数据库界面代码很好的代码
对学习很有帮助,代码关于数据库界面代码很好的代码-Helpful in learning the code on the database interface code good code
- 2022-11-14 14:45:03下载
- 积分:1
-
详细讲解四个排序算法,帮助大家理解~不过是英文版的哦~原汁原味~呵呵~...
详细讲解四个排序算法,帮助大家理解~不过是英文版的哦~原汁原味~呵呵~-Elaborate on four sorting algorithms to help you understand the English version but oh ~ ~ genuine
- 2022-03-09 16:14:00下载
- 积分:1