raid是廉价磁盘冗余阵列的英文缩写。早期为了提供廉价的解决方案来提高磁盘的I/0能力以及耐用性,在90时代的时候出现了raid。raid技术的原理是通过将多块磁盘组织起来当成一块硬盘使用,通过并行操作来提高I/O能力,提供冗余来提高耐用性。根据组织方式的不同,raid的类型有0-6..
分类:
其他 时间:
2015-09-16 23:35:06
收藏:
0 评论:
0 赞:
0 阅读:
297
星沉月朗 家在远方何日梅花落 送我归乡
分类:
其他 时间:
2015-09-16 23:32:35
收藏:
0 评论:
0 赞:
0 阅读:
176
简介粒子系统是指计算机图形学中模拟特定现象的技术,它在模仿自然现象、物理现象及空间扭曲上具备得天独厚的优势,为我们实现一些真实自然而又带有随机性的特效(如爆炸、烟花、水流)提供了方便。粒子属性一个强大的粒子系统它必然具备了多种多样的属性,这样才能配置出多样的粒子。下面就来看看粒子系统的主要属性吧。主...
分类:
其他 时间:
2015-09-16 23:32:16
收藏:
0 评论:
0 赞:
0 阅读:
286
分析:直接上吧,建议不要使用模板,否则没啥意义了。代码如下:========================================================================================================================...
分类:
其他 时间:
2015-09-16 23:32:05
收藏:
0 评论:
0 赞:
0 阅读:
333
ext2.2.0http://files.cnblogs.com/files/chenghu/ext-2.2.zipExt.ToolTip和Ext.QuickTipshttp://www.cnblogs.com/scwyh/archive/2011/05/13/2045222.html
分类:
其他 时间:
2015-09-16 23:30:55
收藏:
0 评论:
0 赞:
0 阅读:
245
atoi (表示 alphanumeric to integer)是把字符串转换成整型数的一个函数http://baike.baidu.com/link?url=VTP54JT5-EY5TL0GFfd49bGrgK7x-CjgU6onYPMMS694itag7FSAZs_0k3IXDAXUKVumK...
分类:
其他 时间:
2015-09-16 23:26:45
收藏:
0 评论:
0 赞:
0 阅读:
280
Conquer a New RegionTime Limit:5 Seconds Memory Limit:32768 KBThe wheel of the history rolling forward, our king conquered a new region in a distant c...
分类:
其他 时间:
2015-09-16 23:26:25
收藏:
0 评论:
0 赞:
0 阅读:
272
环境:win7 64位解决:网上说需要卸载以下4项Microsoft Visual Studio Tools for Applications 2.0 - ENUMicrosoft Visual Studio Tools for Applications 2.0 Language Pack - CH...
分类:
其他 时间:
2015-09-16 23:26:16
收藏:
0 评论:
0 赞:
0 阅读:
653
final主要用于修饰类,方法以及属性当用于修饰类时,则这个类不能被子类继承,换而言之该类没有子类当用于修饰方法时,该方法也是不能被复写的当用于修饰属性时,同理属性值不能被更改抽象类,当存在抽象方法时,该类就是抽象类,需要加abstract修饰符,另外该抽象方法必须需要被继承它的子类所重写。接口可以...
分类:
其他 时间:
2015-09-16 23:24:45
收藏:
0 评论:
0 赞:
0 阅读:
227
Nuget.config格式错误
分类:
其他 时间:
2015-09-16 23:24:35
收藏:
0 评论:
0 赞:
0 阅读:
451
1. 下载工具http://pan.baidu.com/s/1dDDFhEL2. 启动工具双击Office 2010 Toolkit.exe在Activation选项栏中选择AutoKMS Custom Task在Main选项栏中选择Microsoft Office 2010,如下图点击EZ-Act...
分类:
其他 时间:
2015-09-16 23:24:25
收藏:
0 评论:
0 赞:
0 阅读:
225
1.无线网络发射器选址(wireless.cpp/c/pas)【问题描述】随着智能手机的日益普及,人们对无线网的需求日益增大。某城市决定对城市内的公共场所覆盖无线网。假设该城市的布局为由严格平行的129条东西向街道和129条南北向街道所形成的网格状,并且相邻的平行街道之间的距离都是恒定值1。东西向街...
分类:
其他 时间:
2015-09-16 23:24:15
收藏:
0 评论:
0 赞:
1 阅读:
491
dispersion[d?'sp???(?)n][统计][数] 离差Dispersionis the spreading of people or things over a wide area. (对人群的)驱散; 散布quartile四分位数['kw??ta?l]number line 数轴va...
分类:
其他 时间:
2015-09-16 23:21:35
收藏:
0 评论:
0 赞:
0 阅读:
179
This post shares a very nice solution, which is rewritten below. 1 class Solution { 2 public: 3 vector addOperators(string num, int target) { 4 ...
分类:
其他 时间:
2015-09-16 23:20:15
收藏:
0 评论:
0 赞:
0 阅读:
141
CMD: d:\SWFTools>pdf2swf -o c:\2.swf -s flashversion=9 -s languagedir=c:\xpdf\xpdf-cinese-simplified -s poly2bitmap -s disablelinks c:\2.pdfC#: priva....
分类:
其他 时间:
2015-09-16 23:20:05
收藏:
0 评论:
0 赞:
0 阅读:
268
Binary Search Tree IteratorImplement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST.Callin...
分类:
其他 时间:
2015-09-16 23:19:55
收藏:
0 评论:
0 赞:
0 阅读:
229
公式环境中的说明文字应置于\mbox命令中。如果已经调用了数学工具宏包或者公式宏包,可改为选用一下3条功能更强的文本命令将简短文字插入公式中。\intertext{文本}由amsmath宏包提供,可将“文本”插在多行公式之间,想一个不缩进的段落,字体为常规字体。该命令必须紧跟在换行命令\\或\\*之...
分类:
其他 时间:
2015-09-16 23:19:35
收藏:
0 评论:
0 赞:
0 阅读:
499
很坑的一道题,读了半天才读懂题,手忙脚乱的写完(套上模板+修改模板),然后RE到死……题意:题面上告诉了我们这是一棵二叉树,然后告诉了我们它的先序遍历,然后,没了……没了!反复读题,终于在偶然间注意到了这一句——"Not only that, when numbering the rooms, th...
分类:
其他 时间:
2015-09-16 23:19:25
收藏:
0 评论:
0 赞:
0 阅读:
257
1 题目:Given a linked list, reverse the nodes of a linked listkat a time and return its modified list.If the number of nodes is not a multiple ofkthen l...
分类:
其他 时间:
2015-09-16 23:18:55
收藏:
0 评论:
0 赞:
0 阅读:
151
QuestionGiven a sorted linked list, delete all nodes that have duplicate numbers, leaving onlydistinctnumbers from the original list.For example,Given...
分类:
其他 时间:
2015-09-16 23:18:45
收藏:
0 评论:
0 赞:
0 阅读:
120