-
Class processing, exception handling, overloading the encoding, REM AddNewStuden...
类的处理,异常处理,超载的编码,REM AddNewStudent.sql
REM Chapter 9, Oracle9i PL/SQL Programming by Scott Urman-Class processing, exception handling, overloading the encoding, REM AddNewStudent.sql REM Chapter 9, Oracle9i PL/SQL Programming by Scott Urman
- 2022-03-19 18:46:16下载
- 积分:1
-
题目:稀疏矩阵是指那些多数元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行...
题目:稀疏矩阵是指那些多数元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行逻辑连接信息的3元组顺序表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算.矩阵的输入形式采用3元组表示,而运算结果的矩阵则以通常的阵列形式列出.概要设计:1.以带行逻辑连接信息的3元组顺序表表示稀疏矩阵2.本程序包含2个模块:(1) 各集合定义模块(2) 主程序模块-topics : sparse matrix refers to those elements for most of the matrix 0. Using sparse features storage and computation can be greatly reduced storage space and improve computational efficiency. One can achieve for sparse matrix operations basic computing device. Basic requirements : OK logical connection with the three yuan Information Group the order said the sparse matrix table to achieve two matrices together, subtract and multiply arithmetic. Matrix entry forms using three yuan Group said, and the results of the matrix operations while the usual array listed. summary of design : 1. in line with the logic of information linking the three element group said sparse chronology matrix 2. this program contains two modules : (1) Set module (2) main program module
- 2022-05-29 01:02:00下载
- 积分:1
-
本系统是一简单的物资管理系统,能够实现物资的基本信息,入库信息,出库信息,借用情况的管理等功能,适合初学者下载...
本系统是一简单的物资管理系统,能够实现物资的基本信息,入库信息,出库信息,借用情况的管理等功能,适合初学者下载-The system is a simple material management system, able to realize the basic material of information, storage information, a database of information, loan management and other functions, suitable for beginners to download
- 2022-08-22 19:55:52下载
- 积分:1
-
C #用多元线性回归模型,一元钱当然可以..
用c#编写的多元线性回归模型,一元当然也可以用-With c# written in a multiple linear regression model, a dollar of course, can also be used
- 2022-05-25 12:59:44下载
- 积分:1
-
PB下的ATM机开发案例。谢谢参考!
PB下的ATM机开发案例。谢谢参考!-PB下的ATM机开发案例。谢谢参考!啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
- 2022-08-25 13:55:38下载
- 积分:1
-
在线购物车
这个源代码是在线购物车。他们只有一个用户可以选择产品并提交未经注册的信息。
- 2022-01-25 17:57:54下载
- 积分:1
-
Video streaming
在线视频流,并将其转换为mp3格式的音频文件。这个项目是在PHP框架下开发的。
- 2022-06-02 09:04:19下载
- 积分:1
-
队列,1、 掌握队列的顺序存储结构和“假溢出”的处理方法
2、 设计用标志位解决“假溢出”问题的顺序队列...
队列,1、 掌握队列的顺序存储结构和“假溢出”的处理方法
2、 设计用标志位解决“假溢出”问题的顺序队列
-cohort, 1, the master queue storage structure and sequence "false spillover" of the two treatment methods. Design signs spaces, "false spillover" in the order queue
- 2022-10-19 02:35:03下载
- 积分:1
-
图论*匈牙利算法 的两种实现过程
Matching的巧妙在于队列的进入退出并没有仅仅限于在同一层循环中做到,构思巧妙
其算法思想在《算法设计与分析基础》...
图论*匈牙利算法 的两种实现过程
Matching的巧妙在于队列的进入退出并没有仅仅限于在同一层循环中做到,构思巧妙
其算法思想在《算法设计与分析基础》上可以参阅-Graph theory* Two Hungarian Algorithm realization process ingenious Matching queue entry and exit is not just limited to the same level as the cycle done, the idea of clever ideas in their algorithm,
- 2022-07-01 12:28:05下载
- 积分:1
-
Variable postfix infix expression evaluation: Enter the expression,# to end the...
中缀变后缀表达式求值:输入表达式,#为结束符(如1+2#),程序会自动给出后缀表达式,并给出最终计算结果。程序中部分地方有注释-Variable postfix infix expression evaluation: Enter the expression,# to end the character (eg, 1+2#), the program will automatically give postfix expression, and gives the end result. Some parts of the program annotated
- 2022-05-29 12:56:14下载
- 积分:1