码迷,mamicode.com
首页 >  
搜索关键字:format and partition disk    ( 19010个结果
UVA 699(二叉树建树与遍历)
M - The Falling Leaves Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Appoint description:  System Crawler  (2014-02-08) Description ...
分类:其他好文   时间:2014-06-03 00:55:54    阅读次数:342
UVA 712(二叉树模拟)
L - S-Trees Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Appoint description:  System Crawler  (2014-04-01) Description   S-Tree...
分类:其他好文   时间:2014-06-03 00:53:43    阅读次数:335
在64位linux上编译32位程序
ld指令有一个选项:--oformat output_format,用于指定输出文件的格式。输入文件./kernel/kernel.o等是elf32格式,当前系统是64位,而ld默认生成的文件格式是elf64-x86-64;因此会出现“ld: warning: i386 architecture of input file `./kernel/kernel.o' is incompatible...
分类:系统相关   时间:2014-06-03 00:37:43    阅读次数:668
LeetCode: Partition List [086]
【题目】 Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x. You should preserve the original relative order of the nodes in each of the two partitions. For example, Given 1->4->3-...
分类:其他好文   时间:2014-06-03 00:02:29    阅读次数:270
samtools 常用的使用方法
samtools: Utilities for the SAM format下面介绍一下samtools 常用的功能:1,对fasta文件建立indexsamtools faidx ref.fasta2, 将sam文件转化为bam文件samtools view -bS in.sam > in.bam...
分类:其他好文   时间:2014-06-02 09:24:02    阅读次数:484
OD: Format String, SQL Injection, XSS
Format String 格式化串漏洞考虑如下的代码:1 #include2 int main()3 {4 int a=44,b=77;5 printf("a=%d, b=%d\n",a,b);6 printf("a=%d, b=%d\n");7 return 0;...
分类:数据库   时间:2014-06-02 05:49:54    阅读次数:482
ASM相关视图
oracle asm对于我们并非一个黑盒子 ,我们能够通过对应视图查看asm instance信息,和oracle系统视图一样。v$asm_diskgroup x$kfgrp记录diskgroup内容信息v$asm_disk x$kfdik,x$kfkid记录asm disk内容具体信息v$asm_...
分类:其他好文   时间:2014-06-02 05:48:29    阅读次数:217
iOS: 布局可视化语法 Visual Format Syntax
可视化语法 Visual Format SyntaxThe following are examples of constraints you can specify using the visual format. Note how the text visually matches the im...
分类:移动开发   时间:2014-06-02 05:37:46    阅读次数:351
dd命令简单使用举例
dd命令简单使用举例 bs为单位,count为写入的范围区间,如下举例: 例:使用dd清除vote disk和ocr(裸设备)  $dd if=/dev/zero of=/dev/rrac_ocr1  bs=8192 count=17000 $dd if=/dev/zero of=/dev/rrac_vote1 bs=8192 count=17000 例:使用dd...
分类:其他好文   时间:2014-06-01 14:01:09    阅读次数:231
ACM 未解决的问题
还没有搞定的ACM问题列表。google code jam Round1A Round1B Round1C Round2 Round3 Onsite Finals百度之星 一、资格赛题目:disk_schedulelabyrinthxor_sumEnergy Conversion二、初赛第一轮题目:...
分类:其他好文   时间:2014-06-01 11:38:05    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!