搜索资源列表
tree-1.5.1
- 文件: tree-1.5.1 环境: linux 功能: 列出linux系统目录,并且以树方式显示 -documents : tree-1.5.1 environment : linux function : lists linux system directory, in a tree format
Simple Binary Tree Class
- 是其中之五,两分树-is Five, two points tree
Tree Examples
- xml文档树分析例子程序-xml document examples tree analysis procedures
tree
- Linux下的tree命令,同window,功能更强大! 1、下载tree-1.5.1.1源程序 2、解压源码到工作目录tar zxvf tree-1.5.1.1.tgz 3、在tree-1.5.1.1目录交叉编译:make CC=arm-linux-gcc 4、安装:make prefix=/home/xxxx/rootfs install Ubuntu下 直接 apt-get install tree 即可安装最新的tr
Tree
- Tree
sift_robhess.rar
- Rob Hess Linux下的SIFT提取源码,金字塔采样和高斯差分提取特征点,KD树搜索寻找同名点,RANSAC去粗差,Rob Hess Linux source code under the SIFT extraction, sampling and Gaussian pyramid differential extraction of feature points, KD tree search to find the same name, points, RANSAC to gross
tree
- An header file include a tree struct algorithm in linux kernel.
tree
- 一个好的tree实现(from sourcecode)-A good tree to achieve (from sourcecode)
avltree_up.cpp
- my AVL tree implementation. Have tested it for 8! deletions sequences with 8! insertion sequences. Fast for order statistics.
tree-1.5.1.tar
- tree-1.5.1.tar.gz,是linux系统中查看项目的树形结构的工具,能让你对整个项目的结构一目了然.-tree-1.5.1.tar.gz, are linux system project tree structure to view a tool that allows you to structure the entire project at a glance.
tree
- 我在此介绍几个进化树分析及其相关软件的使用和应用范围。这几个软件分别是PHYLIP、PUZZLE、PAUP、TREEVIEW、CLUSTALX和PHYLO-WIN(LINUX)。-I would like to introduce some evolutionary tree analysis and related software use and applications. This is some software PHYLIP, PUZZLE, PAUP, TREEVIEW, CLUST
fp-dtree
- 实现FP-tree,你可以免费试用该代码,并把出现的问题及时反馈给我。-FP-tree,you can use it for free。
tree
- 模拟linux下的shell中的目录系统,把目录抽象为一个多叉树,目录的打印比较有创意,虽然和pstree的打印结果很像,程序中用了大量的递归,简化了代码的长度,增强了可读性-Simulation of the shell under linux directory in the system, the abstract for more than one directory-tree, print directory of more creative, though, and print th
tree
- 一个用UNIX SHELL实现DOS命令TREE的程序-A tool that display the dictionary structure in dos s tree command style.
UNIXbaogao
- 在一个半径为R的监测区域,随机分布有M个节点,每个节点的感应半径为r,请完成: (1)建立节点的位置信息文件 (2)建立网络的拓扑信息文件 (3)输出最佳路由即最小生成树 -Radius of R in a monitoring region, a random distribution of M nodes, each node of the sensor radius r, please complete: (1) to establish the location of t
pyinotify
- 大量小文件的实时同步方案,通过Hash Tree来实现同步,既有通过日志来同步的软实时特点(msyql, bdb等),也可以保证最终数据的一致性(rsync, unison等)。Hash Tree的大体思路是将所有数据存储成树状结构,每个节点的Hash是其所有子节点的Hash的Hash,叶子节点的Hash是其内容的Hash。这样一旦某个节点发生变化,其Hash的变化会迅速传播到根节点。需要同步的系统只需要不断查询跟节点的hash,一旦有变化,顺着树状结构就能够在logN级别的时间找到发生变化的内
bst
- binary search tree in c
tree
- GCC tree patch. adding hooks into gcc tree source code, which provide compiler level instrumentation.
bstree.tar
- this a binary search tree implementation including some operations. Have fun.-this is a binary search tree implementation including some operations. Have fun.
tree
- linux实现十叉树的存储与恢复,在linux平台下,以C++的方式实现(implement tree store and recover in linux os.)