搜索资源列表
Oracle_PLSQL_collection
- oracle9i中的集合运算.(索引,嵌套表,变长数组)-oracle9i of set operations. (Indexing, nested table, variable-length arrays)
tokyocabinet-1.4.17.tar.gz
- Tokyo Cabinet的Tokyo Cabinet 是一个DBM的实现。这里的数据库由一系列key-value对的记录构成。key和value都可以是任意长度的字节序列,既可以是二进制也可以是字符串。这里没有数据类型和数据表的概念。 作者叫Mikio Hirabayashi.Tokyo Cabinet是用C写的,同时提供c,perl,ruby,java的API。Tokyo Cabinet在提供了POSIX和C99的平台上都可用,它以GNU Lesser Public License协议发布
MDB
- This document explains the format of the MDB files. MDB files store the actual contents of a database record. The MDB file begins with a variable length header describing the overall database configuration. The header is followed by one or more varia
Lab10
- 一、请用T-SQL语句实现以下题目要求。 1、熟悉变量的声明、变量的赋值、输出结果 目的:查询并返回product产品表中产品名称以C开头的产品的条数 要求:产品名称以C开头的条件用变量来表示,查询出来的产品条数也用变量表示,并最终需要返回 The sum of the product is +查询出来的产品条数。 2、熟悉IF语句 给一变量赋值字符串 THIS IS MY BOOK ,如果此字符串的长度大于10,则返回其字符串第一位到第四位,否则返回后四位字符串。 3、
c
- 编写一个函数saver(a,n),其中a是一维整型数组,n是a数组的长度,要求通过全局变量pave和nave将a数组中正数的平均值和负数的平均值传递给调用程序-Write a function saver (a, n), where a one-dimensional array of integers, n is the length of an array of a request by the global variable pave and nave will mean a array
