-
binaryheap,二叉堆,数据结构中二叉堆的C语言实现
binaryheap,二叉堆,数据结构中二叉堆的C语言实现-binaryheap, binary heap, data structures binary heap realize the C language
- 2023-04-20 07:00:02下载
- 积分:1
-
1、 字符串由随机产生的1~16位的字母组成,然后用插入排序、冒泡排序、堆排序、快速排序、归并排序对字符串进行排序。...
1、 字符串由随机产生的1~16位的字母组成,然后用插入排序、冒泡排序、堆排序、快速排序、归并排序对字符串进行排序。-1, the string randomly generated by the 1 ~ 16 of the letters, and then use Insertion Sort, Bubble Sort, Heap Sort, Quick sort, merge sort to sort on the string.
- 2022-03-07 11:41:28下载
- 积分:1
-
the data structure of a curriculum design, calculation of one yuan sparse matrix...
我们的一个数据结构的课程设计,计算一元稀疏距阵的计算器,即是一元多项式的相加相减相乘求导求X值...还有利用彩色文本形式编写的一个界面.非常的好看,使用也方便-the data structure of a curriculum design, calculation of one yuan sparse matrix of calculators, serves yuan polynomials together subtract multiply derivative for the value of X ... There color text prepared by the an interface. very pretty, ease of use
- 2022-04-19 01:20:30下载
- 积分:1
-
基于对话框的数据库编程
基于对话框的数据库编程-Database Programming
- 2022-09-01 04:50:02下载
- 积分:1
-
sqlite 3.3.8 supports encrypted version
sqlite 3.3.8 支持加密的版本-sqlite 3.3.8 supports encrypted version
- 2022-02-06 02:30:15下载
- 积分:1
-
good sql Manual
很好的sql手册-good sql Manual
- 2023-02-24 21:20:04下载
- 积分:1
-
- 2022-03-19 03:53:35下载
- 积分:1
-
PFC实例是参照PB6.51版本的PFC的example做的,里面的注释基本都是用中文重新写过,方便大家阅读,本PFC实例没有使用SQLSPY、DEBUG服务和...
PFC实例是参照PB6.51版本的PFC的example做的,里面的注释基本都是用中文重新写过,方便大家阅读,本PFC实例没有使用SQLSPY、DEBUG服务和数据窗口属性服务,但是增加了一些实例,如:带进度条的检索工具,SQL语法分析,数据窗口缓存服务等。-PFC PB6.51 example is the reference version of the example of PFC done inside of the Notes which are re-written in Chinese, facilitate reading, the examples do not use PFC SQLSPY, DEBUG window service attributes and data services, but an increase of some examples, such as : the progress of the band Search tools, SQL syntax analysis, data window cache services.
- 2023-03-04 10:50:03下载
- 积分:1
-
访问FTP下载数据,通过数值分析,并把数据以及结果存放到Oracle数据库中。FTP访问;数据分析;Oracle连接、操作。...
访问FTP下载数据,通过数值分析,并把数据以及结果存放到Oracle数据库中。FTP访问;数据分析;Oracle连接、操作。-FTP access to download data, through numerical analysis, and the data and the results stored into the Oracle database. FTP access data analysis Oracle connection, operation.
- 2022-10-09 05:55:03下载
- 积分:1
-
OCI(Oracle Call Interface)是ORACLE公司开发的一个应用程序开发工具,是一个通过访问Oracle数据库的服务器,控制各类SQL语句的...
OCI(Oracle Call Interface)是ORACLE公司开发的一个应用程序开发工具,是一个通过访问Oracle数据库的服务器,控制各类SQL语句的执行,进而创建应用程序的的应用程序接口(API)。它支持SQL所有的数据定义,数据操作,查询,事务管理等操作,支持C和C++的数据类型,调用,语法和语义。它提供了一组可对Oracle数据库进行存取的接口子例程(函数)。
OCI程序实质上就是用高级语言写的程序,其特点是内部含有对OCI子函数库的调用,通过在第三代程序设计语言(如C语言)中进行调用可达到存取ORACLE数据库的目的。
本工程包含一个简单的oci封装,封装oci的基本操作,日常开发中对速度要求比较高而ado和普通的odbc方法满足不了要求的情况下可以考虑使用-OCI (Oracle Call Interface) was developed by an ORACLE application development tool, one by accessing the Oracle database server and control the implementation of various types of SQL statements, thereby creating the application s application program interface (API). It supports all SQL data definition, data manipulation, query, transaction management, operation, support C and C++, data types, call, syntax and semantics. It provides a set of Oracle database can access the interface sub-routines (functions).
OCI program in essence is to use high-level language to write programs, characterized by an internal subroutine library that con
- 2023-05-23 00:55:03下载
- 积分:1