搜索资源列表
oracle oci
- 这是Oracle OCI接口,可以直接在C++中代码访问Oracle的数据库,速度非常快。是开发高性能的数据库程序的必备API。-This is the Oracle OCI interface, and can directly in C code to access Oracle database, speed very quickly. The development of high-performance database API for the future.
c-shiyanbaogao
- 编写一程序,统计学生的成绩信息(保存在文件Score.dat中)。 要求: 1. 能按总分,数学成绩,英语成绩,计算机成绩分别排序 2. 能分别统计数学,英语,计算机中不及格人数 3. 能按学号查找学生,并显示该学生信息。 注 1. 从文件中读入数据以及功能菜单显示已在文件ReadData.c 和Menu.c中给出; 2. 代码的总体结构已在文件Score.c中给出,并定义了一些函数头,但有关函数体代码和一些主程序处理代码要求学生填写,也可以修改函数头;
source-code-11
- C++ source code for database
source-code-12
- C++ source code for database
source-code-13
- C++ source code for database
source-code-14
- C++ source code for database
VC6.0-DataBase-Code
- < Visual C++6.0数据库开发技术与工程实践>>书附源码
VCSQL-Code-银行代收电话费系统-源代码全-白金精品.rar
- 银行代收电话费管理系统1.0功能叙述 1、使用文件管理整个收费信息,内容有:客户姓名C16,电话号码N11,市话费F7.2,长途费F7.2,信息费F7.2,ADSL费F7.2,费用合计F8.2,对应年月N6,收费状态C(0――未收,1――已收),收费日期D,银行帐号N20,收费人编姓名 2、提供的功能:(注:所有输出送显示器) A按月统计总的收费情况; B收费、退费的处理及相应单据的输出; C提供按姓名和电话号码查询收费状况及费用明细,要求对姓名按顺序插入排序(稳定排序),对电话号码按
OCI接口简介及其在Visual C++中的应用
- 这是书上的代码,OCI接口简介及其在Visual C++中的应用,供大家参考,This is the code book, OCI interface profile and its application in Visual C++ Application for reference
m-tree_c
- 构建M-tree的c++代码,M-tree类似于R-tree,区别于R-tree的是它是基于任意的距离来构建的索引(满足三角不等式)。-C++ code of constructing a M-tree
A Personal Proxy Server
- 一个完整的代理服务器源代码-A complete proxy server source code
ODBC(C)
- ODBC访问数据库示例。虽然此类代码已经不少了,但是如此简单易学习的并不多。-ODBC access to the database sample. Although such code has many, but such a simple and easy to learn not much.
CVI
- LabWindows CVI开发的数据库操作代码,学习CVI的不妨看看.-LabWindows CVI development of database operations code, learn from the useful to look at the CVI.
ASP.NETSQLserver2005MaterialManagementSystem
- ASP.NET 源代码 三层架构 进销存物资管理 c# SQL server2005 进销存物资管理系统源代码 极品收藏代码: 入库、出库、退库、盘点、维修、付款、收款、报废,查询,统计分析。 框架完美,短小精悍,可以立即使用,也可以二次开发拓展。 -ASP.NET source code for the three-tier system of materials management Invoicing c# SQL server2005 Invoicing m
C
- 这是用VS编写的一个源程序代码,学生管理系统,-It is written in a VS source code, student management system,
C
- 本代码是在VC++环境下编译的停车场管理系统的代码,在本软件中可以由用户直接输入停开车的信息然后由计算机保存该信息。-This code is compiled under VC++ environment, parking lot management system code in this software can be stopped by the user directly input the information and then drive by the computer to s
Misdb
- MFC编程 vc++代码 登录的用户和密码均为RSK-Vc++ MFC programming code of the user login and password are RSK
C.Code.data.type.operations
- C编程设计数据类型操作代码C Programming Code data type operations -C Programming Code data type operations
guanxindaohang-C-CODE
- 惯性导航c语言代码 自己写的 不错的实用性-do it by myself
Tetris-C-code
- 俄罗斯方块游戏的完整源代码,采用C语言编程