-
closest point of the problem, realizing the partition method, random number gene...
最接近点对问题,分治法实现,随机生成N个数寻找最短路径的两个点-closest point of the problem, realizing the partition method, random number generation N to find the shortest path to the two points
- 2022-07-13 00:33:28下载
- 积分:1
-
用delphi开发的一个数据库浏览器
用delphi开发的一个数据库浏览器-with the development of a database browser
- 2023-06-04 10:50:03下载
- 积分:1
-
这是一个典型的动态编程,提供了三种方法(用C代码实现…
这是一道典型的动态规划题 提供了三种方法(用C++代码实现)-This a typical dynamic programming that provides three methods (using C code realization)
- 2022-01-24 17:01:59下载
- 积分:1
-
VBA代码名称条码
应用背景客户使用OCX,整合事件,方法,属性,并通过事件时调用函数的参数,如呼叫中心学习罕见的OCX源码的…方法关键技术 ;在线dsoframerword在线dsoframerword在线编辑编辑控件编辑控制DSOFramer……爱尔兰啤酒OCX控件,这是美国控制的延续,自由分享!…
- 2023-08-30 06:45:03下载
- 积分:1
-
这是一个有关数据结构的习题集,里面包含了有关数据结构各个章节的习题以及答案,可以方便同学们下载使用。...
这是一个有关数据结构的习题集,里面包含了有关数据结构各个章节的习题以及答案,可以方便同学们下载使用。-This is a set of exercises on data structure, which contains information about data structures, as well as answers to the various chapters of exercises, students can easily download.
- 2023-01-09 02:05:03下载
- 积分:1
-
Queen
皇后问题,第2解法! 皇后问题,第2解法!-Queen
- 2022-01-27 20:31:45下载
- 积分:1
-
1. The procedures used to achieve linear list maintenance, insert, delete, outpu...
1.本程序用以实现对线性链表的维护、插入、删除、输出等功能,在该实验设计中是以某商家电部门的库存为模型,实现了对该商品库存的更新,如商品的进货、提货的业务,以入对商品库存的修改、查询、删除等等。-1. The procedures used to achieve linear list maintenance, insert, delete, output functions, in the experimental design is a commercial appliance sector inventory model of this merchandise inventory updates, such as the purchase of goods and delivery of services with a pair of goods into inventory changes inquiries, delete, etc..
- 2022-03-01 18:06:23下载
- 积分: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
-
This simple procedure is to write several different types of the traversal algor...
这个简单的程序写的是几种不同的对二叉树的遍历算法,在数据结构中经常可以看到。-This simple procedure is to write several different types of the traversal algorithm for binary tree in data structure can be seen frequently.
- 2023-08-08 19:35:03下载
- 积分:1
-
unix上的TDS协议实现,实现了sybase/mssql的dblib,ctlib和ODBC
unix上的TDS协议实现,实现了sybase/mssql的dblib,ctlib和ODBC-unix on the TDS protocol to achieve sybase/mssql of dblib, ctlib, and ODBC
- 2022-03-19 08:53:53下载
- 积分:1