Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 2-3 tree
Search - 2-3 tree - List
该软件可以方便的把HTML网页解析成一棵Tree,方便的获得各个节点的名称和属性,一款很好的解析HTML的软件。
Date : 2008-10-13 Size : 120.7kb User : 李铭岳

(1)myfind <pathname> 的功能: 除了具有与程序4-7相同的功能外,还要输出在<pathname>目录子树之下,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。程序不允许打印出任何路径名。 (2)myfind <pathname> -comp <filename>的功能: <filename>是常规文件的路径名(非目录名,但是其路径可以包含目录)。命令仅仅输出在<pathname>目录子树之下,所有与<filename>文件内容一致的文件的绝对路径名。不允许输出任何其它的路径名,包括不可访问的路径名。 (3)myfind <pathname> -name <str>…的功能: <str>…是一个以空格分隔的文件名序列(不带路径)。命令输出在<pathname>目录子树之下,所有与<str>…序列中文件名相同的文件的绝对路径名。不允许输出不可访问的或无关的路径名。 <pathname>和<filename>均既可以是绝对路径名,也可以是相对路径名。<pathname>既可以是目录,也可以是文件,此时,目录为当前工作目录。
Date : 2008-10-13 Size : 10.62kb User : lq

生成直角Steiner树的程序包-generated rectangular Steiner tree package
Date : 2026-01-03 Size : 1.88mb User : 胡周

该软件可以方便的把HTML网页解析成一棵Tree,方便的获得各个节点的名称和属性,一款很好的解析HTML的软件。-The software can easily turn into an HTML page analysis Tree, convenient access to each node name and attributes of a good HTML analytic software.
Date : 2026-01-03 Size : 121kb User : 李铭岳

(1)myfind <pathname> 的功能: 除了具有与程序4-7相同的功能外,还要输出在<pathname>目录子树之下,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。程序不允许打印出任何路径名。 (2)myfind <pathname> -comp <filename>的功能: <filename>是常规文件的路径名(非目录名,但是其路径可以包含目录)。命令仅仅输出在<pathname>目录子树之下,所有与<filename>文件内容一致的文件的绝对路径名。不允许输出任何其它的路径名,包括不可访问的路径名。 (3)myfind <pathname> -name <str>…的功能: <str>…是一个以空格分隔的文件名序列(不带路径)。命令输出在<pathname>目录子树之下,所有与<str>…序列中文件名相同的文件的绝对路径名。不允许输出不可访问的或无关的路径名。 <pathname>和<filename>均既可以是绝对路径名,也可以是相对路径名。<pathname>既可以是目录,也可以是文件,此时,目录为当前工作目录。-err
Date : 2026-01-03 Size : 10kb User : lq

DL : 0
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-Linux under the tree order, with the window, more powerful! 1, tree-1.5.1.1 source code download 2, extract the source to the working directory tar zxvf tree-1.5.1.1.tgz3, in the tree-1.5.1.1 directory cross compiler: make CC = arm-linux-gcc4, install: make prefix =/home/xxxx/rootfs installUbuntu directly under the apt-get install tree to install the latest tr
Date : 2026-01-03 Size : 31kb User : hhh

DL : 0
实现UNIX下的ls全部功能,同时添加了可以生成目录树.实现内容:1.如何读取目录的内容 2.目录排序 3.文件类型以及如何知道文件的类型 4.位操作及掩码的使用 5.用户与组ID数据库 6.UNIX文件系统的内部结构:i-节点和数据块 7.更改当前目录 8.输出颜色的改变和分栏 9.学习并实现ls命令各参数 10.解析命令行参数 -Ls under UNIX to achieve full functionality, while adding a directory tree can be generated. The realization of the contents: 1. How to read the contents of the directory 2. Directory sort 3. File types and how to know the type of document 4.-Bit operation and the use of mask 5. user and group ID database 6.UNIX the internal structure of the file system: i-node and data block 7. Change the current directory 8. output color change and column 9. learn and achieve ls command parameters 10. Analysis of the command line parameters
Date : 2026-01-03 Size : 23kb User : 周蜚语

本程序是基于linux系统下c++代码,实现了一个决策树算法-This procedure is based on the linux system c++ Code, implements a decision tree algorithm
Date : 2026-01-03 Size : 71kb User : 深夜

DL : 0
UNIX下编程:目录树的遍历。包含文件:apue.h、error2e.c、pathalloc.c、3.c-Under UNIX Programming: the traversal tree. Include file: apue.h, error2e.c, pathalloc.c, 3.c
Date : 2026-01-03 Size : 5kb User : yy

DL : 0
Its a source code to find the breadth first search of a tree.It works both for tree as well as for forest.It has 3 files the source code bfs_forest.c , the input file bfsinput1.txt and output file.
Date : 2026-01-03 Size : 2kb User : cbeauty

glibc是gnu发布的libc库,即c运行库。glibc是linux系统中最底层的api,几乎其它任何运行库都会依赖于glibc。glibc除了封装linux操作系统所提供的系统服务外,它本身也提供了许多其它一些必要功能服务的实现。由于 glibc 囊括了几乎所有的 UNIX 通行的标准,可以想见其内容包罗万有。而就像其他的 UNIX 系统一样,其内含的档案群分散于系统的树状目录结构中,像一个支架一般撑起整个作业系统。在 GNU/Linux 系统中,其C函式库发展史点出了GNU/Linux 演进的几个重要里程碑,用 glibc 作为系统的C函式库,是GNU/Linux演进的一个重要里程碑,相当珍贵的Linux资料。 -glibc is the gnu libc libraries released, that c runtime. glibc linux systems is the bottom api, in almost any other runtime will depend on glibc. glibc package linux operating system in addition to the system services provided, which itself also offers many other services to achieve the necessary functions. Since glibc include almost all the standard UNIX access, one can imagine its contents cover everything. And just like other UNIX systems, the group scattered files containing the system directory structure in the tree, like a stent usually hold up the entire operating system. In GNU/Linux systems, the C library points out the history of GNU/Linux a few important milestone in the evolution, using the C library glibc as the system is GNU/Linux is an important milestone in the evolution of quite valuable Linux information.
Date : 2026-01-03 Size : 11.97mb User : 观光客

DL : 0
1.编写程序,从指定目录文件开始,打印目录文件树(opendir, readdir); 2.编写程序,打印指定目录文件下的所有的文件(readdir),同时标识除文件的类型(stat); 3.编写程序,在指定目录文件下创建一个新文件,删除一个指定文件,拷贝指定文件;-Write a program file from the specified directory, print directory file tree (the opendir, the fashion in which readdir) programming, print all the files under the specified directory file (readdir), while logo In addition to the file type (stat) programmingcreate a new file in the specified directory file, delete a specific file, copy the specified file
Date : 2026-01-03 Size : 1kb User : 丁占成

In this homework, we are going to implement various ADTs including “doubly linked list”, “dynamic array” and “binary search tree”. Based on the parameter to the “make” command, we will generate 3 different executables: “adtTest.dlist”, “adtTest.array”, and “adtTest.bst”, representing the test programs for the “doubly linked list”, “dynamic array” and “binary search tree”, respectively.
Date : 2026-01-03 Size : 113kb User : tingyu chen

DL : 0
1、枝干节点的关键字在每个叶子节点的最后一个 2、叶子节点中的Vals不是值集合,而是值指针集合,主要是减少移动时的拷贝时间 本来也想Keys也做也指针集合,但是会有一个问题,如果当做数据库的索引,它就必需调阅多个页 当然Keys是值集合也会有问题,对于字符串来作Key就会有对象拷贝的问题 因此我觉得要实现两种B+树,一种是值集合的,一种是值指针集合的, 对此有兴趣的朋友可以共同探讨,发邮件至 xtlxs1976@163.com 3、算法书上说B+树比B-树要简单,它认为被删除的Key仍可以保留在树枝干中,我觉得或许作为 磁盘或数据库的索引管理是合理的,但作为一个完整的算法B+树比B-树要复杂得多,比如删除一个KEY后的调整有八种情况,而B-树只要考虑四种。-b+ tree 实现
Date : 2026-01-03 Size : 57kb User : 云笑

QorIQ GPIO device tree stub.
Date : 2026-01-03 Size : 1kb User : rengcengker

at91sama5d3_mci2.dtsi - Device Tree Include file for AT91SAM9x5 SoC with 3 MMC ports.
Date : 2026-01-03 Size : 2kb User : winfiho

QorIQ Sec Crypto 5.3 device tree stub [ controller @ offset 0x300000 ].
Date : 2026-01-03 Size : 3kb User : xengyuetang

PQ3 Sec Crypto 3.3 device tree stub [ controller @ offset 0x30000 ].
Date : 2026-01-03 Size : 1kb User : zenrpzeng

PQ3 eTSEC device tree stub.
Date : 2026-01-03 Size : 1kb User : kingmfgd

DL : 0
\file \brief C API: Data loading interface.Character used to separate package names tree names @internal ICU 3.0. -\file \brief C API: Data loading interface.Character used to separate package names tree names @internal ICU 3.0.
Date : 2026-01-03 Size : 17kb User : dfjgpon
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.