搜索资源列表
文本文件系统
- 文件系统操作,能Crate,Delete目录,使用多级目录,至于是否采用索引节点结构,自选。目录项目中应包含:文件名、物理地址、长度等信息。-file system operation, can Crate, Delete Contents, the use of multi-level directory, As to whether Index node structure, Customize. Contents Item should include : name, physical a
indexf
- 索引文件的操作的c++实现 HFile1.dat是记录文件 HFile1.idx是索引文件 IndexFM.txt是运行结果-index files of operation of the c achieve HFile1.dat is documented HFile1.idx IndexFM.txt document is indexed is running results
hashfm
- 散列文件的插入、删除和查找操作的c++程序 HFile.idx是索引文件 HFile.dat是记录文件 HashFM.txt是运行结果-hash of the document insertion, delete and search operation c procedures HFile.idx is HFile.dat index files are documented H ashFM.txt is running results
2007219026900
- 从网上下载的电影,经常需要字符插件,VodSub是支持IDX和SUB索引文件的字幕插件,大家研究研究!
suoyinwenjian
- 索引文件的相关操作,用指针,查找删除文件等操作
moni0715
- 数据库模拟程序 实现控制台命令词法分析,语法分析,语义响应。 实现通过文件批处理命令。提高了输入效率。 实现对表建立数据字典。 为了提高数据字典的读取速度,对数据字典使用索引文件。 实现记录的插入,删除,修改。 一条插入,删除命令可以处理一条记录 一条修改命令可以处理表中所有满足条件的记录。 (有且仅能是where单条件,属性可以是整型,字符型) <<删除操作对索引文件进行压缩重写操作。 对数据字典文件未重写。因为会改变在索引文件中
PCtoLCD2002
- 0.生成自定义的小字库: 0.使用PCTOLCD的各种调整功能调整出您需要的文字样式,如字体,字样(下划,倾斜,加 粗),大小(各种点阵大小的字体,可锁定点阵本身大小(如16*16),然后在这个固定的点阵大小 内调节文字的大小(例如在16*16的点阵中居中显示12*12大小的汉字) 1.将您需要的汉字和符号集中形成一个文本文件 2.使用“导入文本”的按钮 3.确认“生成二进制字库”被选中(建议选中\"生成索引文件\"原因后析) 4.点“开始生成”按钮,选择生
unix_simul1056217132002
- 模拟Unix混合索引文件系统,C++ BUilder下编译
liaobiao
- 往文件clientFile.dat文件中插入数据的同时,在索引文件linkFileIndex.ind中予以管理,并附自动生成需要的条数的 链表文件等功能
分散索引的文件系统
- 分散索引的虚拟文件系统-scattered Index Virtual File System
统计文件数据
- 建表: 第一个表:学生表 列名 类型 是否是索引 是否为空 学号 字符串8位 是 否 姓名 字符串10位 否 否 年龄 整型 否 否 地址 字符串50位 否 否 班级 字符串10位 是 否 备注: 班级:2001,2002,2003, 第二张表:成绩表 列名 类型 是否是索引 是否为空 学号 字符串8位 是 否 课程id 字符串10位 是 否 成绩 浮点型 否 否 备注: 唯一索引:学号+课程id 第三张表:课程表 列名 类型 是否是索引 是否为空 课程id 字符串10位 是 否 课程名称 字符
索引结点实现目录管理
- 利用索引结点实现文件目录管理,可以实现dir,cd,md,rd操作。-Index node using files directory management, can achieve dir, cd, md, rd operation.
D9输入法
- 一种手记输入法,类似T9,具有多选功能,操作灵活,提供优良的字库索引文件。-An entering method like T9 used in mobilephone. with the function of selection in multi-word. It is flexible to operate, and it provide perfect index of font lib.
获取文件目录索引结构 v1.1.1
- 获取文件目录索引结构 v1.1.1
BTREE
- 读写数据用直接地址而不用单元个数 全局变量的命名规则是所有首字母大写,其它命名规则是"驼峰命名法" 由于读取的数据的主码是账号都是正整数,所以如果索引中key为负值的话则表示该关键字为空 插入的方式是首先插入到数据文件中,如果索引启动了再维护索引文件. -Read and write data directly address the number of units rather than global variables naming the first letter of the rul
test
- 大量点网格索引文件的实现,一个索引文件,一个点文件的结构。-Grid Index file a large number of points, the realization of an index file, a point file structure.
sjjg
- Index /*定义学号主关键字索引文件结构*/ typedef struct{ char num[8] /*学号*/ char name[9] /*姓名*/ char gender[3] /*性别*/ int score /*成绩*/ }DataType /*定义主文件结构*/-Index /* definition of Student ID primary key index file structure*/typedef struct (char
c
- 串联文件、索引文件存储模拟 操作系统课程设计-Series documents, the index file storage operating system, curriculum design, simulation
oseration_flexible_multiple
- 一种手记输入法,类似T9,具有多选功能,操作灵活,提供优良的字库索引文件,(A handwriting input method, similar to T9, has multiple functions, flexible operation, provides excellent word stock index file,)
文件的读取
- 红月游戏数据索引文件读取,用于研究数据结果