-
斯坦福大学数据库系统实现,书中对数据库系统实现原理进行了深入阐述,并具体讨论了数据库管理系统的三个主要成分―存储管理器、查询处理器和事务管理器的实现技术。书中还...
斯坦福大学数据库系统实现,书中对数据库系统实现原理进行了深入阐述,并具体讨论了数据库管理系统的三个主要成分―存储管理器、查询处理器和事务管理器的实现技术。书中还对信息集成的最新技术,例如数据仓库、OLAP、数据挖掘、Mediator、数据立方体系统等进行了介绍。
-Stanford University database system implementation, the book Principles of database system implementation conducted in-depth exposition and, specifically, the database management system for three main components- store manager, query processor and transaction manager implementation technology. The book also integrates the latest technology information, such as data warehousing, OLAP, data mining, Mediator, data cube system were introduced.
- 2022-01-26 02:11:22下载
- 积分:1
-
大数加法的详细实现过程.
包括链表的使用.并做了cpu单次运算的优化.
实现单个响应周期内运算量的最优...
大数加法的详细实现过程.
包括链表的使用.并做了cpu单次运算的优化.
实现单个响应周期内运算量的最优-Addition of large numbers of details to achieve the process. Including the use of linked lists. And has done a single cpu optimize operations. To achieve a single cycle in response to the optimal computation
- 2022-04-01 18:13:52下载
- 积分:1
-
验证码识别软件 VC++ dll 实现
验证码识别软件 VC++ dll 实现 -Code recognition software dll
- 2022-07-25 12:31:14下载
- 积分:1
-
can总线的应用,以及针对SJA1000芯片的C语言编程,源代码使用在robot控制的一部分...
can总线的应用,以及针对SJA1000芯片的C语言编程,源代码使用在robot控制的一部分-can bus applications, and SJA1000 chip against the C programming language, the source code used in part of the robot control
- 2022-07-10 01:34:52下载
- 积分:1
-
VC的圆形时钟实现程序编写,时钟时间显示…
vc编写的实现圆形时钟的程序,时钟显示系统时间-vc prepared by the round the clock to achieve the procedure, the clock time display system
- 2022-05-25 05:35:09下载
- 积分:1
-
This program demonstrates a magic trick.
这个程序演示了一个魔术。
- 2022-03-19 23:57:32下载
- 积分:1
-
c#. net development of the library management system, please download the necess...
c#.net 开发的图书管理系统,需要的请下载,不要忘了给我评分哦-c#. net development of the library management system, please download the necessary, do not forget give me score Oh
- 2023-04-08 06:00:03下载
- 积分:1
-
ASCLL码转换器 源代码
资源描述ASCLL码转换器 源代码 一个简单的小工具,可随时进行ASCLL码的转换查询,,,轻巧实用,,,,,采用vc++编译器开发,,,,,,,,
- 2022-01-25 17:17:20下载
- 积分:1
-
远程监控程序。rar
远程监控程序.rar-remote monitoring procedures. Rar
- 2023-02-15 14:30:04下载
- 积分:1
-
获取word每页缩略图
private void ConvertToImage(string wordInputPath, int resolution)
{
try
{
Aspose.Words.Document doc = new Aspose.Words.Document(wordInputPath);
if (doc == null)
{
return;
}
- 2022-07-13 14:38:36下载
- 积分:1