-
paixu
给一串数字或字符进行排序,给一串数字或字符进行排序。-paixu
- 2022-09-04 23:45:03下载
- 积分:1
-
数据结构和算法,C++描述,数据结构习题,数据结构答案
数据结构和算法,C++描述,数据结构习题,数据结构答案-datastruct
- 2022-03-06 05:33:15下载
- 积分:1
-
税率倒算,把原来计算好数额倒算回来。帐号有两种,一种是只查看的,一种是只计算的。...
税率倒算,把原来计算好数额倒算回来。帐号有两种,一种是只查看的,一种是只计算的。-倒算rate, a good amount of the original calculation倒算back. Account there are two types of view only, and one is the only calculation.
- 2022-03-21 19:13:27下载
- 积分:1
-
myself from the oracle oracle made mention 805 client streamline their procedure...
我自己从oracle 805 提取得oracle精简客户端程序并且自己开发了一个添加tns的小工具-myself from the oracle oracle made mention 805 client streamline their procedures and the development of a small add tns tools
- 2022-10-16 22:00:03下载
- 积分:1
-
数据统计后生成图表,适用于报表等,简单实用!
数据统计后生成图表,适用于报表等,简单实用!-data generated graphics, applicable to such statements, simple and practical!
- 2023-01-03 05:30:08下载
- 积分:1
-
俄罗斯实现数据库系统,同时该网站还包括一个真实的
一个俄国人实现的数据库系统,同时他的网站上还有一个实时数据库系统-Russian achieve a database system, while the site includes a real-time database system
- 2022-08-12 08:06:33下载
- 积分: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
-
数据结构演示系统
数据结构演示系统-data structure Demonstration System
- 2023-06-11 18:25:03下载
- 积分:1
-
电子投票系统
该项目是一个在线投票系统,使学生能够通过在线投票而不费吹灰之力;
- 2022-11-24 02:45:03下载
- 积分:1
-
sqlite3是一个用于嵌入式的数据库系统,由于具有原子事务的功能,所以在嵌入式设备易掉电中的应用中非常适合。此个版本是第三版SQLITE3...
sqlite3是一个用于嵌入式的数据库系统,由于具有原子事务的功能,所以在嵌入式设备易掉电中的应用中非常适合。此个版本是第三版SQLITE3-SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain.
see more:
http://www.sqlite.org
- 2023-02-28 04:55:04下载
- 积分:1