码迷,mamicode.com
首页 >  
搜索关键字:fat    ( 1126个结果
原型链
//父亲 function Father(name) { this.fatherName = name; } Father.prototype.age = 18; var ft = new Father("父亲"); console.info(ft.age); console.info(ft.fat ...
分类:其他好文   时间:2016-06-01 22:59:09    阅读次数:142
ebox学习之SD & fat 配置
fatfs可配置项很多,相关的配置均在ffconfig.h文件中/*---------------------------------------------------------------------------// Function Configurations 功能配置/---------... ...
分类:其他好文   时间:2016-05-20 19:03:20    阅读次数:214
NTFS数据流编辑器NtfsStreamsEditor 2
NTFS是微软Windows NT内核的系列操作系统支持的、一个特别为网络和磁盘配额、文件加密等管理安全特性设计的磁盘格式。NTFS比FAT文件系统更加稳定,更加安全,功能也更为强大。 通过命令“convert 分区盘符: /fs:ntfs”,可将FAT格式分区的文件系统转换为NTFS文件系统。 N... ...
分类:Web程序   时间:2016-05-14 00:35:26    阅读次数:1570
122 - Trees on the level(动态分配空间解法)
Trees on the levelBackgroundTrees are fundamental in many branches of computer science. Current state-of-the art parallel computers such as Thinking Machines’ CM-5 are based on fat trees. Quad- and oct...
分类:其他好文   时间:2016-05-12 16:30:08    阅读次数:167
FZU 2147(数学,规律)
Problem 2147 A-B Game Accept: 1202    Submit: 2853 Time Limit: 1000 mSec    Memory Limit : 32768 KB  Problem Description Fat brother and Maze are playing a kind of special (hentai) game by...
分类:其他好文   时间:2016-05-07 10:36:39    阅读次数:179
FZU 2150(DFS+BFS)
Problem 2150 Fire Game Accept: 1357    Submit: 4807 Time Limit: 1000 mSec    Memory Limit : 32768 KB  Problem Description Fat brother and Maze are playing a kind of special (hentai) game o...
分类:其他好文   时间:2016-05-07 09:30:59    阅读次数:204
Linux学习日志(六)
文件系统按名称存取是文件系统存在的一个主要目的 定义: 文件系统是一个软件,对磁盘上存在的二进制进行管理 MBR:Master Boot Record 主引导记录 512byte: bootloader:记载器,4 46bytes fat:每16个字节引导一个分区, MBR有效性标记:5A 4个主分区 3主,1扩展分区,引用其他额外的分区表 逻辑分区 硬...
分类:系统相关   时间:2016-05-07 08:39:09    阅读次数:186
NTFS文件系统主要特点是什么?
我们在使用电脑磁盘时常会有人提到NTFS文件系统,它是什么呢?有什么主要功能呢?NTFS是新技术文件系统(New Technology File System)的英文缩写。与FAT相比,NTFS具有许多新的特性,主要有以下4点。 一、 容错性: NTFS文件系统可以自动地修复磁盘错误而不会显示出错信 ...
分类:Web程序   时间:2016-05-05 17:24:20    阅读次数:304
FJNU 1153 Fat Brother And XOR(胖哥与异或)
FJNU 1153 Fat Brother And XOR(胖哥与异或) Time Limit: 1000MS Memory Limit: 257792K 【Description】 【题目描述】 Fat brother had master ACM, recently he began to st ...
分类:其他好文   时间:2016-04-24 06:12:04    阅读次数:244
制作Windows U盘镜像
目的:制作windows server 2008 U盘镜像 需要的共具: 1.一个格式为FAT并且至少4G的U盘, 2.UltraISO软件, 3.一个windows server 2008 ISO文件 制作步骤: 1.用UltraISO打开镜像 2.点击菜单 " 启动 "- 写入硬盘映像 3.写入 ...
分类:Windows程序   时间:2016-04-22 23:39:01    阅读次数:264
1126条   上一页 1 ... 91 92 93 94 95 ... 113 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!