转自http://jinren1010.spaces.eepw.com.cn/articles/article/item/15556 (1)闪存芯片读写的基本单位不同应用程序对NOR芯片操作以“字”为基本单位。为了方便对大容量NOR闪存的管理,通常将NOR闪存分成大小为128KB或者64KB的逻辑....
分类:
其他好文 时间:
2015-01-17 19:25:31
阅读次数:
143
Given a stringsand a dictionary of wordsdict, add spaces insto construct a sentence where each word is a valid dictionary word.Return all such possibl...
分类:
其他好文 时间:
2015-01-17 16:22:26
阅读次数:
122
这个题目很好,变形的题目也很多。简单DP。 1 /* 1510 */ 2 #include 3 #include 4 #include 5 6 #define MAXN 105 7 8 char map[MAXN][MAXN]; 9 int dp[MAXN][MAXN];10 11 int...
分类:
其他好文 时间:
2015-01-17 15:05:04
阅读次数:
138
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue.
Here, we will use the integers ...
分类:
其他好文 时间:
2015-01-13 09:01:28
阅读次数:
117
/*防止用户自定义背景颜色对网页的影响,添加让用户可以自定义字体*/
html{background:white;color:black;}
/*内外边距通常让各个浏览器样式的表现位置不同*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,..
分类:
Web程序 时间:
2015-01-12 16:49:02
阅读次数:
175
a, a:link {
cursor: pointer;
/*使用箭头 掠过显示小手 ie5只认: cursor: hand;*/
color: #666;
line-height: 24px;
text-decoration: none;
/*无下划线*/
white-space: nowrap;
/*无空格 不换行*/...
分类:
Web程序 时间:
2015-01-12 09:33:28
阅读次数:
159
Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, wh...
分类:
其他好文 时间:
2015-01-11 06:08:24
阅读次数:
169
Problem Description
There are a bunch of stones on the beach; Stone color is white or black. Little Sheep has a magic brush, she can change the color of a continuous stone, black to white, white to...
分类:
其他好文 时间:
2015-01-09 23:50:47
阅读次数:
468
; 指针颜色设置为白色(set-cursor-color "white");; 鼠标颜色设置为白色(set-mouse-color "white");; 从color-theme中获取;; 网上下载color-theme.el,放到加载路径(/usr/share/emacs/site-lisp )下...
分类:
系统相关 时间:
2015-01-09 20:47:21
阅读次数:
395
OthelloOthello is a game played by two people on an 8 x 8 board, using disks that are white on one side and black on the other. One player places disk...
分类:
其他好文 时间:
2015-01-09 16:57:22
阅读次数:
167