码迷,mamicode.com
首页 >  
搜索关键字:volume    ( 1585个结果
UVA 1487 - Volume(积分)
UVA 1487 - Volume 题目链接 题意:给定r,h,求图中该图形体积 思路:积分题,用总面积减去重合体积,一个卦限重合体积为∫∫Dr2?h2??????√,求得r2x?13x3,然后这个面积乘8就是总重合体积,但是注意题目中可能存在2r>h,对于这种情况实际上中间重合部分等于多一个立方体,求出该立方体高就能求出体积了,画图很容易看出高为r2?h22,算出重合体积再用总...
分类:其他好文   时间:2014-08-13 19:08:27    阅读次数:362
XenServer安装虚拟机---先扩容存放ISO镜像文件
我们都知道xenserver安装后,不管你的盘有多大,只有4G的空间。 故操作是:新建LV卷,可自定义大小 1、vgdisplay #先查看剩余空间 [root@XenServer /]# vgdisplay--- Volume group ---VG Name VG_XenStorage-205e...
分类:其他好文   时间:2014-08-13 18:16:47    阅读次数:499
文件是怎么写入磁盘的?
最近有个FAT文件系统非正常umount导致sdcard挂载异常,进入errors处理,remount-ro了。[ 7993.545483] c0 FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corr...
分类:其他好文   时间:2014-08-13 17:58:46    阅读次数:226
转:体积阴影(Shadow Volumes)生成算法
下面以最快的速度简单谈谈阴影生成技术,目前普遍采用的一般有三种:Planar Shadow、Shadow Mapping和Shadow Volume,前者类似投影,计算最简单,缺点只能绘制抛射在平面上的阴影;Shadow mapping利用站在光源处所沿光源法线看去所生成的深度图来检测场景中的体象....
分类:其他好文   时间:2014-08-13 10:07:45    阅读次数:257
SDUT--Pots--BFS
Pots Time Limit: 1000ms   Memory limit: 65536K  有疑问?点这里^_^ 题目描述 You are given two pots, having the volume of A and B liters respectively. The following operations can be performed...
分类:其他好文   时间:2014-08-12 17:21:24    阅读次数:281
wm8976 codec
root@phyCORE-AM335x:~ amixer controlsnumid=38,iface=MIXER,name='Headphone Playback Switch'numid=39,iface=MIXER,name='Headphone Playback Volume'numid=3...
分类:其他好文   时间:2014-08-07 22:47:05    阅读次数:362
Linux LVM硬盘管理及LVM扩容
一、LVM简介LVM是 Logical Volume Manager(逻辑卷管理)的简写,它由Heinz Mauelshagen在Linux 2.4内核上实现。LVM将一个或多个硬盘的分区在逻辑上集合,相当于一个大硬盘来使用,当硬盘的空间不够使用的时候,可以继续将其它的硬盘的分区加入其中,这样可以实...
分类:系统相关   时间:2014-08-07 12:07:20    阅读次数:396
Clustered filesystem with membership version support
A computer system with read/write access to storage devices creates a snapshot of a data volume at a point in time while continuing to accept access r...
分类:其他好文   时间:2014-08-07 12:03:00    阅读次数:258
Android——Vold磁盘挂载_主体构建(一)
这段时间为了把mmc的一个block当成sdcard内置,学习了下android的vold磁盘挂载模块,记录一下(android 4.2.2)。...
分类:移动开发   时间:2014-08-06 23:10:42    阅读次数:355
Extension of write anywhere file system layout
A file system layout apportions an underlying physical volume into one or more virtual volumes (vvols) of a storage system. The underlying physical vo...
分类:其他好文   时间:2014-08-06 21:52:22    阅读次数:510
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!