Welcome![Sign In][Sign Up]
Location:
Search - fcb

Search list

[OS Developvirtual-dusk

Description: 申请一个10M的文件空间虚拟成一个磁盘,按照1K大小划分扇区,依序编号,实现单卷单级目录的文件系统。 根据文件分配方案设计相应的FCB结构,空闲空间管理结构,磁盘卷总信息结构,目录区信息结构等,存放在虚拟磁盘的相应区域 编写管理程序,实现对虚拟磁盘的全权控制,犹如针对真实磁盘使用模式类似DOS或者Linux的终端方式 本文简单介绍了磁盘文件格式FAT及其他相关背景和算法,并采用FAT方案实现单卷、单级目录的虚拟文件系统。描述了整个程序的基本思路模块划分、流程图及代码的实现。-application of a 10M file space into a virtual disk, according to the size of 1K division sector, in order numbers, to achieve a single volume directory single file system. According to the paper distribution program to design appropriate FCB structure, and the leisure space management structure, the total disk volumes of information structure, District information directory structure, stored in the virtual disk preparation of the corresponding regional management procedures, to achieve the virtual disk full control as with real disk usage patterns similar to the DOS or Linux terminal is a simple way of Disk File FAT format, and other relevant background and algorithms, and using FAT programs to achieve a single volume. single-level directory of virtual file system. Description of the whol
Platform: | Size: 346718 | Author: 戴天天 | Hits:

[assembly language521

Description: 一个简单的个人档案文件管理系统,功能:显示报表(L), 插入记录(I),查询(S), 删除记录(D)和退出(Q)。 个人档案有姓名,年龄,性别,身高,体重,程序中各字段长度都取为10,使用的是文件控制块(FCB)的磁盘存取方式,程序自动创建名为STUDENT.MAO的磁盘文件。-a simple personal archives document management system, functions : Displays statements (L), insert records (I), Inquiries (S), delete records (D) and exit (Q). Personal files of names, age, sex, height, weight, the process has the length of the field to 10, using a document control block (FCB) disk access, automatically created from the disk STUDENT.MAO documents.
Platform: | Size: 2656 | Author: Kidlts | Hits:

[assembly languagesgl

Description: 简单的学生信息管理系统 (汇编语言课程设计程序) 一个简单的学生管理系统,功能:显示报表, 插入记录,查询, 删除记录和退出。 学生信息有姓名,年龄,性别,身高,体重,程序中各字段长度都取为10,使用的是文件控制块(FCB)的磁盘存取方式,程序自动创建名为STUDENT.MAO的磁盘文件。 代码只用了300行(除去中间的空行实际只有270-280行),编程时间是一个通宵(23:30到次日5:00)。 -simple Student Information Management System (assembly language curriculum design process) a simple student management system, Function : Displays statements, insert records, inquiries, and delete records and exit. Student information name, age, sex, height, weight, the process has the length of the field to 10, using a document control block (FCB) disk access, automatically created from the disk STUDENT.MAO documents. Code used only 300 firms (among remove empty row is actually only 270 -280 OK), Programming time is a night (23:30 to 5:00 the next day).
Platform: | Size: 2466 | Author: 赖明泉 | Hits:

[Other resourceSONY2

Description: 适用于sony FCB 相机与51兼容的单片机的通讯-apply to FCB sony camera and 51 compatible microcontroller communication
Platform: | Size: 2194 | Author: 楚广生 | Hits:

[Embeded-SCM Developfat_demo_CODE

Description: 1)兼容FAT16文件系统,长文件名,最大路径长度260个字节,符合Microsoft Longfilename specification。 2)可移植于各种平台,只需编写sector驱动驱动,共计两个函数:1)read_flash_sector() 2)write_flash_sector()。 3)文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。 4)可同时打开多个文件;最大打开文件数可使用编译宏MaximumFCB设定,MaximumFCB最大值限定为254。 5)文件保护功能:文件可同时打开多个FCB,而只有其中一个FCB可以得到文件RD/WR权限。该功能完全由文件系统代码来完成,上层应用无需编写额外代码。 6)所有编译宏存放于文件fat_cfg.h。 联系作者:QQ:292942278,e-mail:figureyang@yahoo.com.cn
Platform: | Size: 360369 | Author: 6756 | Hits:

[OS Developvirtual-dusk

Description: 申请一个10M的文件空间虚拟成一个磁盘,按照1K大小划分扇区,依序编号,实现单卷单级目录的文件系统。 根据文件分配方案设计相应的FCB结构,空闲空间管理结构,磁盘卷总信息结构,目录区信息结构等,存放在虚拟磁盘的相应区域 编写管理程序,实现对虚拟磁盘的全权控制,犹如针对真实磁盘使用模式类似DOS或者Linux的终端方式 本文简单介绍了磁盘文件格式FAT及其他相关背景和算法,并采用FAT方案实现单卷、单级目录的虚拟文件系统。描述了整个程序的基本思路模块划分、流程图及代码的实现。-application of a 10M file space into a virtual disk, according to the size of 1K division sector, in order numbers, to achieve a single volume directory single file system. According to the paper distribution program to design appropriate FCB structure, and the leisure space management structure, the total disk volumes of information structure, District information directory structure, stored in the virtual disk preparation of the corresponding regional management procedures, to achieve the virtual disk full control as with real disk usage patterns similar to the DOS or Linux terminal is a simple way of Disk File FAT format, and other relevant background and algorithms, and using FAT programs to achieve a single volume. single-level directory of virtual file system. Description of the whol
Platform: | Size: 346112 | Author: 戴天天 | Hits:

[assembly language521

Description: 一个简单的个人档案文件管理系统,功能:显示报表(L), 插入记录(I),查询(S), 删除记录(D)和退出(Q)。 个人档案有姓名,年龄,性别,身高,体重,程序中各字段长度都取为10,使用的是文件控制块(FCB)的磁盘存取方式,程序自动创建名为STUDENT.MAO的磁盘文件。-a simple personal archives document management system, functions : Displays statements (L), insert records (I), Inquiries (S), delete records (D) and exit (Q). Personal files of names, age, sex, height, weight, the process has the length of the field to 10, using a document control block (FCB) disk access, automatically created from the disk STUDENT.MAO documents.
Platform: | Size: 2048 | Author: Kidlts | Hits:

[SCMSONY2

Description: 适用于sony FCB 相机与51兼容的单片机的通讯-apply to FCB sony camera and 51 compatible microcontroller communication
Platform: | Size: 2048 | Author: 楚广生 | Hits:

[OpenGL programFCB-EX45C_TM(E)

Description: SONY FCB摄像机通讯控制协议,相当实用,专业开发--Sony machine communications protocols
Platform: | Size: 321536 | Author: youyzb | Hits:

[Program docFCB-EX480

Description: sony FCB-EX480摄像机机芯通讯协议-sony FCB-EX480 communication protocol
Platform: | Size: 7168 | Author: 杨先生 | Hits:

[Program docFCB_EX980

Description: SONY 公司的FCB-EX980系列可见光相机操作手册和VISCE/RS232指令表。-SONY' s FCB-EX980 series of visible-light camera operating manuals and instructions VISCE/RS232 table.
Platform: | Size: 490496 | Author: 宁佐文 | Hits:

[Special Effectsfcb-h10_tm(e)

Description: 高清视频处理,及镜头控制 SONY FCB-H10机芯-HD video processing, and camera movement control SONY FCB-H10
Platform: | Size: 373760 | Author: jason woo | Hits:

[Video CaptureFCB-AtoC28

Description: 索尼FCB系列控制软件可以测试监控类别的一体化摄像头-fcb-AtoC28
Platform: | Size: 3907584 | Author: 孙光岩 | Hits:

[assembly languageFCB-personal-records-management

Description: 汇编 用FCB(文件控制块)实现个人档案管理 -Compilation with FCB (file control block) to achieve personal records management
Platform: | Size: 5120 | Author: ze | Hits:

[Communication-MobileSONY-FCB-EX480CP48CP

Description: SONY 480机芯通讯协议,可以用于一体机得开发,键盘通讯协议开发-SONY 480 movement communication protocol can be used for one machine was developed, keyboard communication protocol development
Platform: | Size: 449536 | Author: 沙漠 | Hits:

[Otherfcb

Description: 一个简单的虚拟的文件管理器(fcb)的c++代码。可虚拟创建文件并管理。-A simple virtual file manager (fcb) c++ code. Can create documents and manage virtual.
Platform: | Size: 6855680 | Author: 小野 | Hits:

[OtherFCB-EH6300_TME_V2

Description: sony 索尼 一体化摄像机 硬件接口及协议描述FCB-EH6300_TME_V2
Platform: | Size: 2606080 | Author: ncg | Hits:

[Technology ManagementFCB-EH6500_TME

Description: SONY高清彩色摄像模组FCB-EH6500详细参数、视频捕捉/采集-SONY HD color camera module FCB-EH6500 detailed parameters, video capture/collection
Platform: | Size: 2840576 | Author: 曹励栋 | Hits:

[Technology ManagementFCB-EH6300_TME_V2

Description: SONY高清彩色摄像模组FCB-EH6300详细参数、视频捕捉/采集-SONY HD color camera module FCB-EH6300 detailed parameters, video capture/collection
Platform: | Size: 2605056 | Author: 曹励栋 | Hits:

[Program docFCB-EX480-Manual

Description: sony fcb-ex480机芯的数据手册,安防行业超级经典的一款一体机,里面有sony visca协议和对sony机芯操作的一系列命令-Sony fcb-ex480 core data handbook, the security industry a super classic integrated machine, which has Sony visca protocol and Sony core of operation of a series of commands
Platform: | Size: 321536 | Author: 李海 | Hits:
« 12 »

CodeBus www.codebus.net