代码搜索:Tree
找到约 10,000 项符合「Tree」的源代码
代码结果 10,000
www.eeworm.com/read/292801/8332047
cpp b-tree.cpp
#include "b-tree.h"
#include "StdAfx.h"
template int BinarySearch(T a[], int sz, T key)
{
int low = 1;
int high = sz;
int mid = 0;
T midVal;
while(low
www.eeworm.com/read/292801/8332054
cpp b+tree.cpp
www.eeworm.com/read/292801/8332059
h b-tree.h
//当查找的文件较大,且存放在磁盘等直接当查找的文件较大,
//且存放在磁盘等直接存取设备中时,为了减少查找过程中对
//磁盘的读写次数,提高查找效率,基于直接存取设备的读写
//操作以"页"为单位的特征。
// 1972年R.Bayer和E.M.McCreight提出了一种称之为B-树的
//多路平衡查找树。它适合在磁盘等直接存取设备上组织动态
//的查找表。
#ifnd ...
www.eeworm.com/read/392475/8340918
js alai_tree.js
/*******************************************************************************
阿赖目录树控件程序 由赖国欣设计于2003年6月,保留所有权利!
*********************************************************************************/
www.eeworm.com/read/174462/9586549
c mosaic_tree.c
/*
* File: msdatatree.c
* Contains:
* the file of mosaic application for mosaic data tree.
*
* Author:
* stone
*
* CVS control words:
*
* $Id: mosaic_tree.c,v 1.3 2006/0
www.eeworm.com/read/370528/9597569