搜索资源列表
Desdll
- 把所给的三个文件DES.h,DES.c,KEY.c在C++ 中创建一个动态链接库,分别加入到相应的Header Files和、Source Files和Desdll.h中-turning to the three documents DES.h, DES.c. KEY.c in C for the creation of a dynamic link library were added to the corresponding Header Files and, Source Files an
presontrain
- 首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,程序才能正常实现数据
adoce30
- 该文件为adoce30.h,需要下载的朋友请支持一把。下载后把该文件copy到\\Include\\Emulator或者其他的编译器下及可消除can not open adoce30.h错误。-adoce30.h to the document, the need to download to support a friend. After downloading the document to copy \\ Include \\ Emulator or other compiler and
tryfastdb
- 内存数据库fastdb的lib库,.h文件及fastdb的使用例子。-memory database fastdb the lib bank. H fastdb documents and the use of examples.
zhaozhen
- 书店hgj-Bookstore hgjhhh hhh hhh hhh hhh h hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
gallager1_data
- LDPC研究者MacKay提供的校验矩阵H及对应的生成矩阵G,其中H行重为6,列重为3,行数252,列数504.-LDPC researchers MacKay, the calibration matrix H and the corresponding generator matrix G, H which re-6, series of three, the lines 252, 504 Columns.
EmployeeTrainSystem
- 员工培训系统 首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,
ADO2_net20080125120716
- 将原有网站上的http://www.codeproject.com 在VC6下使用的ADO2.h和ADO2.cpp修改成在vs2005下使用.测试编译都无问题.
vs2005_ADO20080125111338
- vs2005下的ADO封装类,已经经过了测试为减小上传大小其中包括.h和.cpp文件.
excel_odbc
- 使用VC++对Excel的数据读取,使用VC++6.0编写,含有《odbcinst.h》头文件编写,如果还有疑问请发邮件给我-use Excel to read the data, the use of VC 6.0, containing "odbcinst.h" The first document preparation, if still in doubt please send an email to
2004091313420716826
- 非常好的打印源码,请大家学习下载。。快来呀 -Very good print source, please download them to learn. .快来呀
fushu
- /// /// /// /// /// /// /// ///// #include<stdio.h> typedef struct Complex {double shi double xu }Complex void CreatComplex(Complex &c,double a,double b) {c.shi=a c.xu=b } void AddComplex(Complex &sum,Complex c
TPC-H
- TPC -H数据生成与导入小结,详细阐述了导入TPC-H 数据的过程。-TPC-H data generation and import summary, elaborated on the process of importing TPC-H data.
6378262sqlite3
- sqlite3.h 满足在eclipes下写C++,用NDK-build编译。-Sqlite3. H meet in eclipes next writing a c++, with NDK- build compilation
TPC-H
- TPC Benchmark H(TPC-H)是一个决策支持的基准,它由一系列面向商务应用的查询和并行数据修改组成。基准里选择的查询和组成数据库的数据在商业上都具有广泛的代表性并且易于实现。-TPC Benchmark H (TPC-H) is a decision support benchmark, modify the composition of queries and concurrent data consists of a series of business-oriented ap
SQLiteTool
- 本模块的任务是实现SQLITE工具类,类名是CMpSqliteDb,类所在文件名是MpSqliteDb.h和MpSqliteDb.cpp。这个类实现了操作SQLITE数据库的基本操作,包括创建数据库、关闭数据库、打开数据库连接、关闭数据库连接、预编译SQL语句、执行预编译SQL语句、创建表格、修改表格名称、清空表格、删除表格、添加字段、修改字段、删除字段、添加记录等。 -Task of this module is to achieve SQLITE tools, class name is C