R树与B树的混合树,在这个程序里面可以直接用R树和B树
标签: 树
上传时间: 2013-12-19
上传用户:ouyangtongze
DataBase keeping program explaining with a sample program a) Ranking Database. b) Library keeping. c) Record Keeping.
标签: keeping program explaining DataBase
上传时间: 2015-04-16
上传用户:sclyutian
等级考试命题预测试卷模版——全国计算机等级考试命题预测试卷一(一级B试卷)
上传时间: 2014-01-16
上传用户:脚趾头
实现雅可比叠代算法 在matlab中 输入矩阵A,b, 初值x 调用该函数 得到结果
上传时间: 2013-12-26
上传用户:lizhizheng88
这是一个好的B/S结构的数据库开发实例。应用了ASP。NET技术进行开发实现。后台采用了SQL SERVER2000。对于初学者是很不错的哦:)
上传时间: 2013-12-20
上传用户:gut1234567
B树排序算法的实现,还不错。有兴趣的可以看看。
上传时间: 2014-11-23
上传用户:wmwai1314
B样条曲面蒙面算法,是实现b样条曲面的经典算法
标签: 算法
上传时间: 2015-04-21
上传用户:zhengjian
lu 分解 b样条曲线,贝齐儿曲线等等的 matlab实现,非常实用
上传时间: 2015-04-22
上传用户:王楚楚
java B++树 一个很好的算法来实现这些问题 推荐!
上传时间: 2015-04-24
上传用户:Pzj
prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = [a,depot,b,d,e,f,h] T = 155 Part 4 - Generating a path below a cost threshold As an example, the query: ?- path_below_cost(a,[a,b,c,d,e,f,g,h],RS,300). returns: RS = [a,b,depot,c,d,e,g,f,h] ? RS = [a,c,depot,b,d,e,g,f,h] ? no ==================================
标签: Part connections example prolog
上传时间: 2015-04-24
上传用户:ljt101007