上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: 【转】http://bbs.chinaunix.net/thread-2149855-1-1.html 一.声明 虽然Linux的核心代码大部分是用C语言编写的,但是不可避免的其中还是有一部分是用汇编语言写成的。有些汇编语言代码是直接写在汇编源程序中的,特别是Linux的启动代码部分;还有一些则是利 阅读全文
posted @ 2016-08-03 22:03 LinKArftc 阅读(1825) 评论(0) 推荐(0)
摘要: 1、cli 关闭中断 2、cld 与cld相对应的指令是std,二者均是用来操作方向标志位DF(Direction Flag)。cld使DF 复位,即是让DF=0,std使DF置位,即DF=1.这两个指令用于串操作指令中。通过执行cld或std指令可以控制方向标志DF,决定内存地址是增大(DF=0, 阅读全文
posted @ 2016-08-03 21:39 LinKArftc 阅读(339) 评论(0) 推荐(0)
摘要: 刷新DNS缓存:ipconfig /flushdns 阅读全文
posted @ 2016-06-19 13:53 LinKArftc 阅读(147) 评论(0) 推荐(0)
摘要: Ch.0 几点Linux常识 Linux严格区分大小写,不像windows中命令是不区分大小写的 Linux中所有内容以文件形式保存,包括硬件 Linux不靠扩展名区分文件类型,所有扩展名只是为了方便用户使用 Linux所有存储设备都必须挂载后才能使用,包括硬盘、u盘和光盘等 Linux没有文件创建 阅读全文
posted @ 2016-06-11 00:09 LinKArftc 阅读(1124) 评论(1) 推荐(0)
摘要: D. Multiplication Tabletime limit per test1 secondmemory limit per test256 megabytesBizon the Champion isn't just charming, he also is very smart.Whil... 阅读全文
posted @ 2015-12-29 14:57 LinKArftc 阅读(355) 评论(0) 推荐(0)
摘要: DividingTime Limit:1000MSMemory Limit:10000KTotal Submissions:65044Accepted:16884DescriptionMarsha and Bill own a collection of marbles. They want to ... 阅读全文
posted @ 2015-12-06 23:06 LinKArftc 阅读(250) 评论(0) 推荐(0)
摘要: -(连字符)是一个特殊的元字符,作为元字符只能用在[]之间,再字符集外的地方,-只是一个普通字符,只能与本身匹配。因此,在正则表达式里面,-字符不需要被转义。^的效果作用于给定字符集合里的所有字符或字符区间,而不是仅限于紧跟在^字符后面的那一个字符或字符区间[\b] 回退(并删除)一个字符(back... 阅读全文
posted @ 2015-12-03 16:40 LinKArftc 阅读(261) 评论(0) 推荐(0)
摘要: Spinning Wheels1998 ACM NE RegionalsEach of five opaque spinning wheels has one or more wedges cut out of its edges. These wedges must be aligned quic... 阅读全文
posted @ 2015-12-01 15:41 LinKArftc 阅读(194) 评论(0) 推荐(0)
摘要: StringsobitsKim SchrijversConsider an ordered set S of strings of N (1 #include #include #include #include #include #include #include #include #includ... 阅读全文
posted @ 2015-11-29 23:57 LinKArftc 阅读(216) 评论(0) 推荐(0)
摘要: Humble NumbersFor a given set of K prime numbers S = {p1, p2, ..., pK}, consider the set of all numbers whose prime factors are a subset of S. This se... 阅读全文
posted @ 2015-11-28 22:01 LinKArftc 阅读(219) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 9 下一页