搜索资源列表
B+树实现旅游图站点搜索
- 一、 需求分析: (1) 已知某市每条公路路线及沿途所经过的站名,要实现的功能是:在任一车站终端查询知道 1、 是否有公共汽车到达指定的目的地(任一站点) 2、 若有,打印出乘车的路线(不一定唯一)。如需中途换车,应指示在哪里换哪条线路的车。 (2) 实现的数据结构:因为将公共交通图看成是一个有向图,所以选择十字链表为其数据结构。 其中有信息点为:站点的连接关系(十字链表的弧头和弧尾链域很好的实现了这个功能) 反应途径的线路
B树的图形化显示插入删除
- 使用C++编写成的关于B-树的插入和删除,动态展示变化。
曲线1
- B样条、Bezier曲线等多种曲线画法-B-spline, and other Bezier curve drawing curves
二次B样条曲线
- 2次B样条曲线算法-2nd B-spline curve algorithm
B样条曲线
- b样条曲线(左键确定点,右键结束)-b-spline curve (Left determine point, right end)
源代码:B+算法,NTFS的排序算法
- 运用B+数算法,实现树性存储,探索ntfs的存储算法-use several algorithms to achieve sexual storage tree, explore ntfs storage algorithm
B树
- 自己开发的b+树代码,经过本人测试,已经初步通过,有问题请联系我-b own development code tree, after I test, it already passed, please contact the problems I
3次B样条曲线
- 这是我用VC做的一个关于图形曲线的程序,可以绘制B样曲线功能-This is what I do with VC on a graph procedures can be mapped B-spline curves function
B样条曲线反求_OpenGL环境--数据点加入输出点列
- 自己编的三次非均匀B样条曲线反求:给定数据点列,反求控制点,节点向量,按照给定精度,等分参数区间,离散B样条曲线,输出离散点列,模拟真实曲线.此算法包括德布尔-考格斯算法,节点向量算法,反求控制点,以及节点插入技术.对搞图形学的朋友比较有参考作用.-own series of the three non-uniform B-spline curves Reverse : Given a data set, reverse control
绘制b样条曲线
- 生成、显示B样条曲线: (1)用鼠标或者光标输入控制点,在屏幕上用图形符号标记显示。 (2)自定义输入曲线次数。 (3)可选择4种曲线类型。 (4)可以对顶点位置,曲线次数,曲线类型进行修改。-generation, showed that B-spline curves : (1) to use the mouse or the cursor input control points on the screen wi
BSplineCtrl B样条空间线
- BSplineCtrl B样条空间线,在空间绘制可以用鼠任意拖动来改变形状的B样条平滑曲线。用到的知识有:B-Spline ,鼠标三维拾取。-BSplineCtrl B-spline space line drawing in space can be used arbitrarily drag mouse to change the shape of B-spline smoothing curves. The knowledge i
b样条曲面
- b样条曲面绘制-b-spline surface mapping!
B样条曲线1
- B样条曲线1-B-spline curves 1!
Bezier1-1
- OpenGL,Visual C++ 生成贝塞尔曲线 KEYfunction: c - 清空屏幕;e - 擦除曲线;b - 画贝塞尔曲线-OpenGL, Visual C Bessel curve KEYfunction Generation : c-blank screen; e-erasure curve; b-painting Bessel curve
B-spline
- uniform B-spline curve and quasi-uniform B-spline curve
B+Tree
- B+Tree实验练习 数据库实验,介绍B+树的用法-B+ Tree experimental practice database experiments introduce B+ Tree usage
jrtplib-3.7.1
- 最新的jrtplib,jrtplib-3.7.1.tar-The latest jrtplib, jrtplib-3.7.1.tar
b
- 鼠标随机取点,然后可以选择不同的方法进行绘制B样条曲线。-Mouse random access point, and then can choose among different methods of rendering B-spline curve.
B-spline
- 本源码使用VC++编写B样条曲线,利用B样条反算,由点击的控制点生成B样条曲线-This source using VC to prepare B-spline curve, using B-spline backcalculation by clicking the control point to generate B-spline curve
B-tree(c++)
- B-树演示程序(vc++)可执行程序.rar