码迷,mamicode.com
首页 >  
搜索关键字:gray    ( 1068个结果
89. Gray Code
...
分类:其他好文   时间:2016-04-04 16:19:11    阅读次数:117
jQuery应用 代码片段
<style> table{ border: 1px solid gray; border-collapse: collapse; width: 1000px; text-align: center; } table th, table td{ border: 1px solid gray; } . ...
分类:Web程序   时间:2016-04-02 20:29:45    阅读次数:312
89. Gray Code
The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the total num ...
分类:其他好文   时间:2016-03-31 10:51:10    阅读次数:112
事务的四大特性ACID
ACID是指数据库事务的四大特性,是由Jim Gray在19世纪70年代后期提出的概念,1983年Andreas Reuter and Theo Härder创造了ACID这个缩略语用来描述这四大特性。 原子性Atomicity是指事务是一个不可分割的整体,要么处于完成状态,要么处于未完成状态,不存 ...
分类:其他好文   时间:2016-03-29 19:34:19    阅读次数:175
[rap song] Jessi – Unpretty Dreams Lyrics (Prod.by GRAY)
Jessi – Unpretty Dreams Lyrics (Prod.by GRAY) [Intro] I did it for the love [verse 1] I realized that all that matters it me and minet jogeumssik na c
分类:其他好文   时间:2016-03-09 23:56:57    阅读次数:305
C/C++ makefile自动生成工具(comake2,autotools,linux),希望能为开源做点微薄的贡献!
<!-- .c_head{background-color: gray; padding-left: 5px; color: white; font-size: 20px; font-weight: bold;} .c_nb{border:1px dotted #999;margin:10px;pa
分类:编程语言   时间:2016-03-09 16:09:54    阅读次数:262
[LeetCode][JavaScript]Gray Code
Gray Code The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the
分类:编程语言   时间:2016-03-06 20:35:14    阅读次数:212
【LeetCode】89. Gray Code
题目: The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the total
分类:其他好文   时间:2016-02-29 21:36:34    阅读次数:149
《CSS设计指南》笔记—浅谈颜色值
颜色值 指定颜色值可以有几种方式。这些方式可以在同一个样式表中混合使用。 1.颜色名(如red) 设定颜色属性时可以直接使用颜色名,或者用官方术语就是颜色关键字。 W3C定义了16个颜色关键字:aqua(浅绿色)、black(黑色)、blue(蓝色)、fuchsia(紫红色)、gray(灰色)、gr
分类:Web程序   时间:2016-02-20 20:16:01    阅读次数:241
GrayCode for state machine
How & Why use Gray Code A gray counter is a binary counter where only one bit changes at a time. Gray code is mostly used to send values across clock
分类:系统相关   时间:2016-02-05 18:41:23    阅读次数:187
1068条   上一页 1 ... 78 79 80 81 82 ... 107 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!