会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
thubier
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
2007年7月20日
B树的插入
摘要: //这是一个奇数阶b树#include#define m 5typedef struct nd { int keynum; int data[m+1]; struct nd *chd[m+1]; struct n...
阅读全文
posted @ 2007-07-20 12:56 thubier
阅读(14)
评论(0)
推荐(0)
编辑
2007年7月17日
平衡二叉树.vc6.0
摘要: #includetypedef struct nd{ int bf; int n; struct nd *lch; struct nd *rch;}btnode,*pbtnode;class bltree{pr...
阅读全文
posted @ 2007-07-17 11:33 thubier
阅读(12)
评论(0)
推荐(0)
编辑
城市旅游问题
摘要: 在你要去的城市中,都有四个机场,且在一个平行四边形上,他们有地铁与相临的机场相连.城市间只有飞机可达.机票与地铁是按里程计算的,机票是统一的,地铁由城市自定.由一个城市去另一个城市,要找你在A城市到B城市的位置可...
阅读全文
posted @ 2007-07-17 09:18 thubier
阅读(50)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
公告