-
矩阵连乘问题 对多个矩阵连乘时 的消耗进行分析
矩阵连乘问题 对多个矩阵连乘时 的消耗进行分析-matrix continually multiply problems for a number of matrix continually multiply the consumption analysis
- 2023-07-23 09:15:03下载
- 积分:1
-
关系型数据库 Postgresql 6.5.2
关系型数据库 Postgresql 6.5.2- Relations database Postgresql 6.5.2
- 2023-03-22 01:15:03下载
- 积分:1
-
0 / 1背包问题的几种解决方案,包括回溯,动态规划…
0/1背包问题的几种解法,包括回溯法、动态规划法以及穷举法。另外还包括集中方法的一个测试报告。-0/1 knapsack problem several solutions, including backtracking, dynamic programming method and the exhaustive method. It also includes a focus on methods of test reports.
- 2022-08-04 06:47:07下载
- 积分:1
-
数据设计课程实验,二叉树存储设计源码,c语言编写。
数据设计课程实验,二叉树存储设计源码,c语言编写。-Data design course experiments, binary storage design source, c language.
- 2023-08-25 12:45:03下载
- 积分:1
-
vector control: an example in vector control of induction motor
vector control: an example in vector control of induction motor
- 2022-05-18 03:00:46下载
- 积分: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
-
order stack the basic operation, a total of nine, and Xiulan WU Weimin textbooks...
顺序栈的基本操作,一共9个,与吴伟民数据结构课本完全一致,用C实现-order stack the basic operation, a total of nine, and Xiulan WU Weimin textbooks data structure is fully consistent with achieving C
- 2022-05-05 02:57:50下载
- 积分:1
-
pb 源码 实用例子 取硬盘序列号
pb 源码 实用例子 取硬盘序列号-pb source of practical examples from hard drive serial number
- 2023-07-17 16:05:03下载
- 积分:1
-
huffman树的基本实现.
利用读取TXT文件统计产生huffman树,从而对TXT文件进行压缩和解压....
huffman树的基本实现.
利用读取TXT文件统计产生huffman树,从而对TXT文件进行压缩和解压.-huffman tree realize. the use of statistics to read TXT file generated huffman tree, thus TXT file compression and decompression.
- 2022-08-24 08:55:48下载
- 积分:1
-
it create a polynomail and display it in the way that satisfy our habite.addito...
用于创建多项式并以符合我们习惯的方式显示。还提供了多项式相加的功能-it create a polynomail and display it in the way that satisfy our habite.additonally it provide the function to add two polynomails
- 2022-12-10 08:15:03下载
- 积分:1