搜索结果
找到约 506 项符合
database 的查询结果
按分类筛选
- 全部分类
- SQL Server (64)
- Java编程 (64)
- 其他数据库 (49)
- 数据库系统 (41)
- 其他 (32)
- 其他书籍 (31)
- Oracle数据库 (19)
- Jsp/Servlet (17)
- Delphi控件源码 (16)
- MySQL数据库 (14)
- Java书籍 (11)
- 电子书籍 (10)
- 企业管理 (9)
- 软件设计/软件工程 (9)
- *行业应用 (8)
- 教育系统应用 (8)
- VC书籍 (7)
- 人工智能/神经网络 (6)
- 文件格式 (5)
- 其他行业 (5)
- Internet/网络编程 (4)
- Windows Mobile (4)
- 文章/文档 (4)
- matlab例程 (4)
- 单片机开发 (4)
- 金融证券系统 (4)
- 软件工程 (3)
- 书籍源码 (3)
- Linux/Unix编程 (3)
- 酒店行业 (2)
- 家庭/个人应用 (2)
- Applet (2)
- OA系统 (2)
- 数值算法/人工智能 (2)
- 医药行业 (2)
- 嵌入式/单片机编程 (2)
- 数据结构 (2)
- 编译器/解释器 (2)
- 行业发展研究 (2)
- 手机短信编程 (2)
- 技术资料 (2)
- 模拟电子 (1)
- PCB相关 (1)
- 单片机编程 (1)
- 可编程逻辑 (1)
- 仿真技术 (1)
- 工控技术 (1)
- 加密解密 (1)
- 交通/航空行业 (1)
- Delphi/CppBuilder (1)
- 压缩解压 (1)
- Symbian (1)
- J2ME (1)
- 操作系统开发 (1)
- 并行计算 (1)
- 多国语言处理 (1)
- 数学计算 (1)
- 网络 (1)
- Windows CE (1)
- 编辑器/阅读器 (1)
- 技术管理 (1)
- 系统设计方案 (1)
- BREW编程 (1)
- 源码 (1)
- 书籍 (1)
SQL Server Run the SQL script given to you to create a Library database. Note that each row in the Book table d
Run the SQL script given to you to create a Library database. Note that each row in the Book table denotes a book copy. Thus, if the library carries three copies of the title "DBMS", there will be three rows in the Book table, one for each copy. Write the SQL statements to do the following against t ...
Java编程 Write a database program that stores details of a photograph collection.
Write a database program that stores details of a photograph collection.
其他 Run the SQL script given to you to create a Library database. Note that each row in the Book table d
Run the SQL script given to you to create a Library database. Note that each row in the Book table denotes a book copy.
医药行业 系统是在VC++6.0和SQL Server 2000下开发的. 数据库在Database目录下,在SQLSERVER的查询分析器中执行即可生成数据库. 源程序在Src目录中.
系统是在VC++6.0和SQL Server 2000下开发的.
数据库在Database目录下,在SQLSERVER的查询分析器中执行即可生成数据库.
源程序在Src目录中.
Linux/Unix编程 序列对齐 Compare a protein sequence to a protein sequence database or a DNA sequence to a DNA sequenc
序列对齐
Compare a protein sequence to a protein sequence
database or a DNA sequence to a DNA sequence database using the
Smith-Waterman algorithm.[.wat815.] \fCssearch3\fP is about 10-times
slower than FASTA3, but is more sensitive for full-length protein
sequence comparison.
其他数据库 database of students score.add,delect,search
database of students score.add,delect,search
文章/文档 icarnegie的SSD7(database system)的quiz 1-7的pdf
icarnegie的SSD7(database system)的quiz 1-7的pdf
数学计算 % [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist ) % Find the indices of
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
% Find the indices of the nearest neighbours of the given desriptors in the近邻点寻找算法,在非线性时间序列中很有用,是常用的算法
金融证券系统 excercise of database
excercise of database
其他数据库 This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and h
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scal ...