搜索资源列表
TPRLinux1.1
- 此文件包含了在linux下实现tpr-tree索引的源代码,tpr-tree的实现是基于gist代码,采用C++语言-This document contains a tpr under linux-tree index of the source code, tpr-tree based on the realization of the gist code using C language
los
- 操作系统课程设计 1、模拟UNIX(linux)文件系统 [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k 正规文件 (2) i 结点文件类型 目录文件 (共1byte) 块设备 管道文
0.11
- 这是一个Linux内核。是0.11版本的,不同与其它网上的代码,这是有索引的,通过索引可以找到1.0及以下的
image
- Linux下用kde编制的程序,用来更改qimage对象的像素位数,并建立映射表中的索引。
gsearch-linux-src-1.0
- 这是一款桌面文件搜索引擎,能够检索本地文件,速度非常快,索引1G文件只是需要一秒钟,能够运行在 Windows/Unix/Linux 等平台
Rhapsody-0.1.8.tar
- sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
UdpServer
- 穿越NAT测试程序源码,索引服务器运行在Linux上,希望对大家学习有帮助.
UdpClient
- 穿越NAT测试程序源码,索引服务器运行在Linux上,客户端运行在Windows上,希望对大家学习有帮助.
os
- [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k (2) i 结点文件类型 正规文件目录文件(共1byte)块设备 管道文件 。物理地址(索引表) 共有13个表项,每表项2byte 。文
EasyXSpider
- EasyXSpider不仅仅是一个简单的Linux下的爬虫程序。更包括了,索引制作,检索,分词(英文及中文二元法切词),以及Google PageRank算法和CGI查询界面的实现。可以看做是一个完整的小型搜索引擎。
tse.081227-1441.Linux
- 这是Linux下的一个索引源码程序,要用的话就下来试试吧。
EasyXSpider
- 一个Linux下的爬虫,倒排序索引,多条件检索,二元切词以及Google PageRank算法的示例程序。包括CGI的查询界面。Cool!~-Linux under a reptile, invert index, multi-condition searches, Chinese binary segmentation, as well as an example of Google PageRank algorithm procedures. Including the CGI query
Linux_Device_Drivers_2rd_Edition_ch
- Linux驱动开发教程中文第二版,目录和索引编译过-Linux Driver Development Course English second edition, catalog and index compiled
Linux-kener-analysic
- 详细描述了linux内核架构和运行方式,它是pdf文件,有索引,字迹超级清楚,阅读起来非常方便。我知道这个电子书还有一个pdf扫面版本,超级不清楚。这个对在linux下驱动程序设计的初学者大有裨益。-Describes in detail the structure and operation mode linux kernel, it is pdf file, an index, super-clear writing, reading is very convenient. I know t
FileSystem
- 模拟Linux的文件系统实现,控制台界面,生成100M磁盘文件来模拟文件系统,包括文件,目录的各种创建,插入,删除操作,内存块分配,i节点索引管理,超级块管理等。-Analog Linux file system, console interface, generate a a 100M disk file to simulate the file system, including file, directory create, insert, and delete operations, a
InvertedIndex
- 基于hadoop的倒排索引的编程,Linux hadoop 倒排索引-Hadoop inverted index based programming, Linux hadoop inverted index
qrfcview-0.62
- qRFCView 是使用QT编程实现的 RFC阅读器。它会自动下载并缓存 RFC的文本文件;自动格式化显示章节信息;自动建立交叉索引;具有搜索功能- qRFCView is a viewer for IETF RFC. Advantages: - automatic table of content, with direct opening of section - handling of RFC internal cross-references - aut
Linux
- 本书为Linux命令速查手册,包含Linux所有常用命令,支持多种Linux操作系统,实例丰富,索引方便。-This book is Linux Command Cheat Sheet that contains all common Linux commands, support for multiple Linux operating systems, example is rich, convenient index.
Linux命令大全(修改版)
- linux的命令大全,可以通过目录、索引、搜索进行检索(all commands of linux ,you can search through 'cat' 'index'\'search')
os_file
- 操作系统课设作业。在磁盘空间模拟一个linux文件系统,并提供基本的文件操作命令(如mk, cp, mkdir, rmdir, cd, ls, cat, chmod, chown, chgrp, chnam等)。文件系统的实现采用混合索引式文件结构,包括使用空闲节点号栈管理空闲节点和成组链接管理空闲盘块。(Simulate a Linux file system in disk space and provide basic file operation commands (such as MK