-
If you have ever wanted to store data temporarily in your Delphi Win32/.Net, C++...
If you have ever wanted to store data temporarily in your Delphi Win32/.Net, C++ Builder or Kylix application, and you at the same time wanted full access to the data as if they were stored in a database table, you have the right solution here. kbmMemTable is a full TDataset compatible in memory table loaded with functionality.
- 2022-05-21 20:22:47下载
- 积分:1
-
一个实现基因表达式编程来解决函数发现问题的小程序
一个实现基因表达式编程来解决函数发现问题的小程序-a realization of gene expression programming to solve the problems identified in the function of small procedures
- 2022-03-29 23:33:05下载
- 积分:1
-
数据结构堆栈之后缀表达式求值
此程序用的是后缀表达式求值的方法,其中用到了一个栈,而中缀表达式求值需用到两个栈(操作数栈和操作符栈),所以阅读程序前提是了解中缀表达式和后缀表达式
之间的转换,和后缀表达式求值的过程。关于他们之间的转换,我的概括为:中缀表达式:a*(b+c)-d/f ,先做b+c,即bc+;再做a*(b+c),即abc+*;然后做d/f,即df/;
最后做a*(b+c)-d/f,得abc+*df/-。关于后缀表达式求值过程请参照你的《数据结构指导书》P60~62(下文所指参照页均在此书)。程序里中有些我说的可有可无的东西,我已经说明
程序里只给出了+ - * / 四种运算,其它运算符若需要,
可向程序里插入。你的指导书堆栈实验里提示用到了“运算符重载”,所以添加其他运算时,有可能用到重载,但这里的四则运算我没用到,运算符重载是很重要的
- 2022-11-10 19:15:04下载
- 积分:1
-
cj60lib界面库 ,ado数据库编程 使用方法: 调试代码必须装有cj60lib界面扩展库 cj60lib的使用方法参看有关文档 不知道是不是我的cj60l...
cj60lib界面库 ,ado数据库编程 使用方法: 调试代码必须装有cj60lib界面扩展库 cj60lib的使用方法参看有关文档 不知道是不是我的cj60lib出问题,release版的动态链接会提示出错,静态链接还可以,动态链接时必须复制CJ60Libd.dll到当前目录中 所用数据库为access数据库,格式参看自带的vc.mdb(注:数据库datastab表中第一条记录即id为1的记录是为了防止数据库为空,运行时不会显示,还有另一个原因防止主题中记录为空,在程序中可以看出来) -cj60lib interface library, ado database programming Usage: debug code cj60lib interface must be installed to expand the use of library cj60lib refer to the relevant documents do not know whether my cj60lib problems, release version of the dynamic-link will be prompted to make mistakes, static link also Yes, dynamic-link must be copied into the current directory CJ60Libd.dll used in the database to access database, see the format
- 2022-08-16 21:24:52下载
- 积分:1
-
我自己写的数值分析课程设计的源代码,这里是数值插值算法的内容。...
我自己写的数值分析课程设计的源代码,这里是数值插值算法的内容。-I wrote it myself numerical analysis courses designed source code, here is the interpolation algorithm for the numerical content.
- 2022-03-16 09:21:16下载
- 积分:1
-
一个封装好的产生随机数的类,十分好用,是学数据结构是写的,希望对大学有用...
一个封装好的产生随机数的类,十分好用,是学数据结构是写的,希望对大学有用-Generate a good random number package class, very easy to use is data structure is written in the hope of the University of useful
- 2022-01-31 13:43:50下载
- 积分:1
-
本代码已经在VC++环境下编译实现,但不知道在纯C++下运行结果会怎样...
本代码已经在VC++环境下编译实现,但不知道在纯C++下运行结果会怎样-the code in Visual C++ compiler environment to achieve, but we do not know in pure C++ to run what will be the outcome
- 2022-03-04 18:29:27下载
- 积分:1
-
Quote pillow good home Tianhong Steel Structure Warehouse Management System Ver...
引用枕善居的天宏钢构仓库管理系统 Ver 2.96,给大家分享-Quote pillow good home Tianhong Steel Structure Warehouse Management System Ver 2.96, to the U.S. to share
- 2022-05-18 22:01:24下载
- 积分:1
-
洛阳师范学院外国语学院网站源代码,自己用ASP写的。
洛阳师范学院外国语学院网站源代码,自己用ASP写的。-College of Foreign Languages, Luoyang Normal College Web site source code
- 2022-08-25 20:55:03下载
- 积分:1
-
vc源代码
11.1编程测试顺序容器矢量(vector)的主要功能和使用方法...
vc源代码
11.1编程测试顺序容器矢量(vector)的主要功能和使用方法
-11.1 programming source code vc test vector sequence containers (vector) of the main functions and use
- 2023-08-13 15:15:03下载
- 积分:1