-
used to write the right matrix inversion algorithm, the introduction of direct i...
用c写的对矩阵求逆的算法,采用直接迭代,适合2阶和3阶矩阵-used to write the right matrix inversion algorithm, the introduction of direct iteration, for two bands and three bands Matrix
- 2022-02-05 09:38:44下载
- 积分:1
-
大二,数据结构,8套期末考试试题,仅供学习之用
大二,数据结构,8套期末考试试题,仅供学习之用-Sophomore year, data structure, 8 sets of examination papers at the end, only learning
- 2022-12-24 16:00:03下载
- 积分:1
-
experimental data structure courses "teaching the third (July) access proce...
《数据结构实验教程》第三讲(七月)获取程序。雷亚尔
- 2022-02-26 19:46:05下载
- 积分:1
-
数据库课程设计要求
数据库课程设计要求-database design courses
- 2023-05-13 16:30:03下载
- 积分:1
-
超市进销存管理系统源码,采用的是Visual Basic 语言和ACCESS数据库的综合...
超市进销存管理系统源码,采用的是Visual Basic 语言和ACCESS数据库的综合-Purchase, Sales and Inventory management system stores source code, are used in Visual Basic language and ACCESS Database General
- 2022-05-05 10:30:12下载
- 积分:1
-
本系统完成了要求的所有功能,能进行图书的基本管理业务活动。包括采编入库、清除库存、借阅和归还等。利用B树对书号建立索引,提高了工作的效率。本系统支持对中文书籍的...
本系统完成了要求的所有功能,能进行图书的基本管理业务活动。包括采编入库、清除库存、借阅和归还等。利用B树对书号建立索引,提高了工作的效率。本系统支持对中文书籍的输入输出。.用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the system completed all the required functions, the library will conduct basic management operations. Journalists, including depositing and removing stock, borrow and restitution. The use of B-tree index ISBN, improving work efficiency. The system supports Chinese books on the input and output. . User friendly interface, users note, every step of the operation have notes and hints. Running through a detailed explanation.
- 2022-01-26 01:49:15下载
- 积分:1
-
QT和FireBird的入门程序,FireBird是一个开源的轻量级数据库管理系统,可在Linux,Unix,MacOS,Windows,Solaris系统下运...
QT和FireBird的入门程序,FireBird是一个开源的轻量级数据库管理系统,可在Linux,Unix,MacOS,Windows,Solaris系统下运行。包括源文件和说明文档。-This article is the description of the first steps in setting QT, Visual Studio and FireBird. It may be useful for those, who just start working with database FireBird Embedded by means of QT provider. The article will be also helpful for the developers who just start working with QT.
- 2022-10-23 22:20:04下载
- 积分:1
-
动态加载odbc数据源及其内部表单的小程序
动态加载odbc数据源及其内部表单的小程序-Dynamic loading odbc data source and its internal form of small programs
- 2022-09-04 08:50:02下载
- 积分:1
-
外部合并排序内存分配
应用背景外部排序是一个类排序算法,可以处理大量的数据。外部排序时,需要做数据排序不适合在主存储器的计算设备(通常是内存),相反,他们必须驻留在较慢的外部存储器(通常一个硬盘驱动器)。外部排序通常采用混合排序合并策略。在排序阶段,数据块足够小在主内存中进行读取、排序和写入到一个临时的文件。在合并阶段,排序的子文件合并成一个单一的较大文件。关键技术大多数外部排序例程是基于归并排序。他们通常打破一个大的数据文件转化为一个较短的,排序的运行。这些可以通过反复读取数据文件中的一段数据,生成内存,它与普通的快速排序,排序,排序后的数据写入磁盘。经过排序的运行已产生,一个合并算法是用来将排序文件组合成更长的排序文件。最简单的方案是使用双向合并:合并排序2排序文件到一个文件,然后合并2等等,直到有一个大的排序文件。一个更好的计划是一种多路归并算法:它可能合并也许128更短的运行起来。
- 2023-05-07 15:35:02下载
- 积分:1
-
将ORACLE数据库结构导出为自定义XML文件,支持整库导出,支持SDE空间库脚本导出...
将ORACLE数据库结构导出为自定义XML文件,支持整库导出,支持SDE空间库脚本导出-ORACLE database structure will be exported to a custom XML documents in support of the entire database export, to support the SDE spatial database export script
- 2023-02-16 17:35:04下载
- 积分:1