搜索资源列表
Oracle_PLSQL_collection
- oracle9i中的集合运算.(索引,嵌套表,变长数组)-oracle9i of set operations. (Indexing, nested table, variable-length arrays)
ocitest
- oci函数批量插入数据,使用绑定数组的方法,一次批量绑定2000条,代码经过编译测试。
ex_oci_array_copy
- 示例源码:利用oci通过数组批量提交实现oracle表复制-Sample Source: Copy oracle table by oci bulk commit through an array
ex_occi_array_copy
- 示例源码:利用occi通过数组批量提交实现oracle表复制 -Sample Source: Copy oracle table by occi bulk commit through array
2
- 若矩阵Am?n中的某一元素A[i][j]是第i行中的最小值,同时又是第j列中的最大值,则称此元素为该矩阵的一个鞍点。假设以二维数组存放矩阵,试编写一个函数,确定鞍点在数组中的位置(若鞍点存在时),并分析该函数的时间复杂度。 -If the matrix Am? N of an element A [i] [j] is the minimum value of the i-th row, is also the maximum value of the j-th column in the,