CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - c compiler
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - c compiler - List
[
ADO-ODBC
]
Form1aprior
DL : 0
用C#实现Aprior算法,算法都用数据实现,效率不是很高,主要体现aprior思路. 在visual studio 2003环境下通过编译-C# Aprior algorithm, the algorithm are used to achieve data, efficiency is not very high, mainly reflected aprior ideas. The visual studio environment through 2003 compiler
Date
: 2008-10-13
Size
: 3.89kb
User
:
李强
[
ADO-ODBC
]
2003919548009
DL : 0
这是一个药店连锁系统,1 本软件可用于商业用途,但是要email给我 dhlbbs@163.net 2 开发环境 d6 up2,sqlserver2000, win2000 server 1024*768(笔记本电脑) c/s 3 第三方控件,ehlib2.1,fastreport2.45,xpmenu,snccurrency ,(有可能用到express bar 但是可以在umain删除引用单元,因为没用到)可到51delphi ,cakk.delphibbs.com下载 4 数据库配置方法,在sqlserver2000新建yd数据库,关闭数据库服务器,用压缩包中的数据库文件覆盖原文件 5 编译,首先检测第三方控件是否安装完全,改变udm模块中的adoconn的connstring,使其与yd联接 6 不足 1。无并发控制。多客户端操作容易出错, 2。无社保购药接口,无ic卡,扫描仪接口,出款方式简单,不支持欠帐 3。数据库设计不太理想 4,库存采用加权移动平均法,用先入先出法更合理, 5。程序有些处理方法采用了非正常手段,不易维护 6。报表没有采用票据打印机, 7。统计功能还要完善 8。所在与库存操作都采用一个tcr(tdataset)不合理, 9。没有处理药品折扣 10。。。。。。 观迎来信讨论程序问题!-This a drugstore chain system, a software can be used for commercial purposes, But I dhlbbs@163.net email to the two development environment d6 up2. sqlserver2000, WIN2000 server 1024 * 768 (notebook computer) c / s three third-party controls, ehlib2.1, fastreport2.45, xpmenu. snccurrency. (may use express bar but it is invoked in umain delete modules, because unused) to 51delphi. 4 cakk.delphibbs.com download configuration database, in sqlserver2000 yd new database, the database server shut down, using compressed database of the original paper documents covering five compiler, the first third-party testing controls whether or not to install a complete, change udm Module of the connstring adoconn. it yd connection with a six under. Without concurrency control. Multi-client operation, pr
Date
: 2008-10-13
Size
: 425.31kb
User
:
黄赵颖
[
ADO-ODBC
]
gdbm-1.8.3.tar
DL : 0
GNU C 的编译器即可,自由免费的软件-GNU C compiler can, free software
Date
: 2008-10-13
Size
: 223.33kb
User
:
张三
[
ADO-ODBC
]
v5742_lsyd
DL : 0
药店连锁源码 1 本软件可用于商业用途,但是要email给我 51946@sina.com 2 开发环境 d6 up2,sqlserver2000, win2000 server 1024*768(笔记本电脑) c/s 3 第三方控件,ehlib2.1,fastreport2.45,xpmenu,snccurrency ,(有可能用到express bar 但是可以在umain删除引用单元,因为没用到)可到51delphi ,cakk.delphibbs.com下载 4 数据库配置方法,在sqlserver2000新建yd数据库,关闭数据库服务器,用压缩包中的数据库文件覆盖原文件 5 编译,首先检测第三方控件是否安装完全,改变udm模块中的adoconn的connstring,使其与yd联接-drugstore chain a source software can be used for commercial purposes, but to email me 51946@sina.com 2 development environment d6 up2, sqlserver2000, WIN2000 server 1024 * 768 (notebook computer) c / s three third-party controls, ehlib2.1, fastreport2. 45, xpmenu, snccurrency (some might use express bar but it is invoked in umain delete modules, as unused) to 51delphi, four cakk.delphibbs.com download configuration database, the database sqlserver2000 new yd closed database server, compression included in the database file the original document covering five compiler, the first third-party testing controls installed completely change udm Module of the connstring adoconn, linking it with yd
Date
: 2008-10-13
Size
: 424.19kb
User
:
李霄飞
[
ADO-ODBC
]
数据库操作cpp
DL : 0
数据库操作类,封装了BDE数据库操作的所有方法。 编译环境 C++ Builder6 下通过。-database operations, a package of database operation BDE all methods. C compiler environment Builder6 through.
Date
: 2008-10-13
Size
: 4.17kb
User
:
罗高
[
ADO-ODBC
]
DataAccessV1.0
DL : 0
一个用C++写的用于数据库访问的COM组件,基于ADO。在Visual C++ 2005下编译通过。-write a C for database access COM, based on ADO. Visual C compiler under through 2005.
Date
: 2008-10-13
Size
: 54.12kb
User
:
辛亚平
[
ADO-ODBC
]
c-shiyanbaogao
DL : 0
编写一程序,统计学生的成绩信息(保存在文件Score.dat中)。 要求: 1. 能按总分,数学成绩,英语成绩,计算机成绩分别排序 2. 能分别统计数学,英语,计算机中不及格人数 3. 能按学号查找学生,并显示该学生信息。 注 1. 从文件中读入数据以及功能菜单显示已在文件ReadData.c 和Menu.c中给出; 2. 代码的总体结构已在文件Score.c中给出,并定义了一些函数头,但有关函数体代码和一些主程序处理代码要求学生填写,也可以修改函数头; 编译score.c即可 -prepared a procedure, the results of the students statistical information (stored in the document Score.dat). Requirements : 1. According to score, the math and English results, the computer results were 2 ranking. Statistics were able to mathematics, English, Computer failure number three. can search by school, students, and that the student information. Note 1. Read from the file into the data and functions of the menu showed the documentary and Menu.c ReadData.c given; 2. The overall code structure has been the Score.c given, and the definition of some of the first function, However, the body function code and address some main program code requiring students to complete, can also modify function first; compiler can score.c
Date
: 2008-10-13
Size
: 7.35kb
User
:
zhg
[
ADO-ODBC
]
Libriry
DL : 1
本系统采用Windows操作系统+Access+Visual C++6.0编译器的开发环境。Windows是当前世界上最流行的操作系统,大多用户对其操作非常熟悉,为了方便用户的操作,Windows是最好的选择。Access是一个优秀的C/S数据库系统。要开发Windows程序必须要有一个好的开发工具。Visual C++6.0是当今几大主流Windows开发工具的之一,它提供了丰富的实用的库MFC可供调用。为编写Windows程序提供诸多方便。本系统就是利用ADO的编程接口与Access数据库相连接。-the system using Windows + Access Visual C + Compiler 6.0 The development environment. Windows is the world's most popular operating system, most users are very familiar with its operation. To facilitate the operation of users, Windows is the best choice. Access is an excellent C / S database system. To develop Windows process to be a good development tool. Visual C 6.0 is today several mainstream Windows development tools, It provides a wealth of practical call for the MFC. Windows procedures for the preparation for all kinds of convenience. The system is to use ADO programming interface and Access database link.
Date
: 2008-10-13
Size
: 566.44kb
User
:
及
[
ADO-ODBC
]
bcb_conndbtest
DL : 0
c++builder动态连接paradox数据库的例子程序,在bcb6下编译通过-c builder Dynamic Link paradox database procedures example, the compiler through bcb6
Date
: 2008-10-13
Size
: 687.05kb
User
:
陈东
[
ADO-ODBC
]
v5742_lsyd
DL : 1
药店连锁源码 1 本软件可用于商业用途,但是要email给我 51946@sina.com 2 开发环境 d6 up2,sqlserver2000, win2000 server 1024*768(笔记本电脑) c/s 3 第三方控件,ehlib2.1,fastreport2.45,xpmenu,snccurrency ,(有可能用到express bar 但是可以在umain删除引用单元,因为没用到)可到51delphi ,cakk.delphibbs.com下载 4 数据库配置方法,在sqlserver2000新建yd数据库,关闭数据库服务器,用压缩包中的数据库文件覆盖原文件 5 编译,首先检测第三方控件是否安装完全,改变udm模块中的adoconn的connstring,使其与yd联接-drugstore chain a source software can be used for commercial purposes, but to email me 51946@sina.com 2 development environment d6 up2, sqlserver2000, WIN2000 server 1024* 768 (notebook computer) c/s three third-party controls, ehlib2.1, fastreport2. 45, xpmenu, snccurrency (some might use express bar but it is invoked in umain delete modules, as unused) to 51delphi, four cakk.delphibbs.com download configuration database, the database sqlserver2000 new yd closed database server, compression included in the database file the original document covering five compiler, the first third-party testing controls installed completely change udm Module of the connstring adoconn, linking it with yd
Date
: 2026-01-10
Size
: 424kb
User
:
李霄飞
[
ADO-ODBC
]
Form1aprior
DL : 0
用C#实现Aprior算法,算法都用数据实现,效率不是很高,主要体现aprior思路. 在visual studio 2003环境下通过编译-C# Aprior algorithm, the algorithm are used to achieve data, efficiency is not very high, mainly reflected aprior ideas. The visual studio environment through 2003 compiler
Date
: 2026-01-10
Size
: 4kb
User
:
李强
[
ADO-ODBC
]
gdbm-1.8.3.tar
DL : 0
GNU C 的编译器即可,自由免费的软件-GNU C compiler can, free software
Date
: 2026-01-10
Size
: 223kb
User
:
张三
[
ADO-ODBC
]
mymanag
DL : 0
这是一个针对学校管理的信息管理系统,VC++下编译运行的。-against the school management information management system, VC++ compiler running.
Date
: 2026-01-10
Size
: 835kb
User
:
杨林
[
ADO-ODBC
]
DataAccessV1.0
DL : 0
一个用C++写的用于数据库访问的COM组件,基于ADO。在Visual C++ 2005下编译通过。-write a C for database access COM, based on ADO. Visual C compiler under through 2005.
Date
: 2026-01-10
Size
: 54kb
User
:
辛亚平
[
ADO-ODBC
]
Libriry
DL : 0
本系统采用Windows操作系统+Access+Visual C++6.0编译器的开发环境。Windows是当前世界上最流行的操作系统,大多用户对其操作非常熟悉,为了方便用户的操作,Windows是最好的选择。Access是一个优秀的C/S数据库系统。要开发Windows程序必须要有一个好的开发工具。Visual C++6.0是当今几大主流Windows开发工具的之一,它提供了丰富的实用的库MFC可供调用。为编写Windows程序提供诸多方便。本系统就是利用ADO的编程接口与Access数据库相连接。-the system using Windows+ Access Visual C+ Compiler 6.0 The development environment. Windows is the world's most popular operating system, most users are very familiar with its operation. To facilitate the operation of users, Windows is the best choice. Access is an excellent C/S database system. To develop Windows process to be a good development tool. Visual C 6.0 is today several mainstream Windows development tools, It provides a wealth of practical call for the MFC. Windows procedures for the preparation for all kinds of convenience. The system is to use ADO programming interface and Access database link.
Date
: 2026-01-10
Size
: 2.54mb
User
:
及
[
ADO-ODBC
]
yueshefu
DL : 0
使用c#语言编译的简单的约瑟夫环实现,对于上数据结构课的同学很有帮助-The use of c# Simple language compiler Joseph Central realize, for the data structure class students helpful
Date
: 2026-01-10
Size
: 605kb
User
:
sjh
[
ADO-ODBC
]
ScoreManage
DL : 0
学生成绩管理系统是典型的数据库管理系统(DBMS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两部分。对于前者主要要求数据一致性、完整性和数据安全性。而对于后者则要求应用程序功能完备,使用方便。 我使用ACCESS数据库管理系统创建后台数据库,然后在Visual C++6.0编译环境下使用MFC类库中的ODBC方面的类来创建数据库的前端应用程序,使应用程序能够做到快速安全地维护数据库,并且提供简单明了的使用界面,满足不同用户的需求。-Grade student management system is a typical database management system (DBMS), its development mainly includes the background of the establishment and maintenance of database and front-end application development in two parts. For the former the main requirements for data consistency, integrity and data security. For applications which require full-featured and easy to use. I' m using ACCESS database management system to create back-end database, and then in the Visual C++6.0 compiler environment to use MFC class library in the ODBC connection to create a database of the type of front-end applications, so that applications can be quickly and securely protect the database, and provides simple to use interface, to meet the needs of different users.
Date
: 2026-01-10
Size
: 19.9mb
User
:
张道军
[
ADO-ODBC
]
achievementmanagementsystem
DL : 0
系统上采用BC31编译器作为开发环境,这个环境是我们在学习C++的平台,这个编译器功能完善,使用方便。我作的这次课程设计是《学生成绩管理系统》,它的主要功能是对学生的成绩进行修改和管理,而且方便快速,这个程序虽然简单,但是可以作为老师的辅助软件,对学生的各种成绩进行管理。-BC31 system used as a compiler development environment, the environment is in our learning platform C++, the compiler function and easy to use. I made the design of the program is " student achievement management system" , its main function is to modify the performance of students and management, and facilitate the rapid, this procedure is simple, but the supporting software as a teacher of students of the types of performance management.
Date
: 2026-01-10
Size
: 4kb
User
:
smith
[
ADO-ODBC
]
otl_user_guide
DL : 0
OTL 是 Oracle, Odbc and DB2-CLI Template Library 的缩写,是一个C++编译中操控关系数据库的模板库,它目前几乎支持当前所有的各种主流数据库,例如Oracle, MS SQL Server, Sybase, Informix, MySQL, DB2, Interbase / Firebird, PostgreSQL, SQLite, SAP/DB, TimesTen, MS ACCESS等等。-OTL is the Oracle, Odbc and DB2-CLI Template Library acronym, is a C++ compiler in the manipulation of relational database template library, it currently supports almost all current mainstream databases such as Oracle, MS SQL Server, Sybase, Informix, MySQL , DB2, Interbase/Firebird, PostgreSQL, SQLite, SAP/DB, TimesTen, MS ACCESS and so on.
Date
: 2026-01-10
Size
: 141kb
User
:
吴飞
[
ADO-ODBC
]
wuziqiyouxi
DL : 0
双人对战五子棋游戏,本程序在Turbo C或Borland C下编译通过.-331 games, the procedures in C or Borland Turbo C compiler through.
Date
: 2026-01-10
Size
: 4kb
User
:
yyp1p128chu
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.