74LS183搭的一个还有点意思的加法电路,串行进位的2+6 == 8 大家都懂的哈哈
分类:
其他好文 时间:
2015-03-05 14:39:05
阅读次数:
178
本学期我们开始了软件工程课程的学习,第一节课在王老师的脱口秀中结束。我们得到了关于考研就业等方向问题的一些讲解,同时也得到了一份推荐阅读书单。我计划阅读《梦断代码》《你的灯亮着吗》《人件》三本书,这三本书并不像一般计算机书目一样枯燥,希望可以坚持阅读,有所收获。3月——4月上旬:《梦断代码》,大概每...
分类:
其他好文 时间:
2015-03-05 14:41:05
阅读次数:
141
此方法适用于用as1.0或者as2.0以及as3.0编译的swf,因为as1.0和as2.0编译的swf是AVM1Movie类型,因此需要通过类ForcibleLoader.as将其转换为version9以上的swf,注意,如果加载的swf是3.0代码编译的,且此swf用文档类编译,则文档类必须继承...
分类:
其他好文 时间:
2015-03-05 14:40:05
阅读次数:
145
学习hadoop的过程中涉及到了jni,了解了下jni的原理: jni,java native interface,它弥补了JAVA的与平台无关这一优点的不足,在JAVA实现跨平台的同时,也能与其它语言(如C、C++)的动态库进行交互,给其它语言发挥优势的机会。应用于性能要求高,有系统调用的时候。 ...
分类:
其他好文 时间:
2015-03-05 14:39:22
阅读次数:
133
vlc的应用之七:用vlc做单播,组播及点播服务器2009-05-31 15:56:03标签:vodmulticastvlcvlmunicasthttp://ubuntu.mezoka.com/file/原创作品,允许转载,转载时请务必以超链接形式标明文章原始出处、作者信息和本声明。否则将追究法律责...
分类:
其他好文 时间:
2015-03-05 14:40:19
阅读次数:
166
http://www.cnblogs.com/dudu/archive/2012/04/13/entity_framework_include_where.html在Entity Framework中,如果实体A关联了实体B,你想在加载实体A的同时加载实体B。通常做法是在LINQ查询中使用Inclu...
分类:
其他好文 时间:
2015-03-05 14:38:29
阅读次数:
113
进行目录package/kernelmkdirurl-redirectcdurl-redirect[zzh@KD1 url-redirect]$ tree.|-- Makefile`-- src |-- Makefile |-- line.c |-- line.h |-- p...
分类:
其他好文 时间:
2015-03-05 14:36:57
阅读次数:
135
https://css-tricks.com/triangle-breadcrumbs/http://exisweb.net/incredibly-useful-list-of-responsive-navigation-and-menu-patternshttp://cssmenumaker.co...
分类:
其他好文 时间:
2015-03-05 14:38:58
阅读次数:
172
XHEditorhttp://segmentfault.com/blog/digwtx/1190000002439076CKeditorhttp://segmentfault.com/blog/digwtx/1190000002436865UEditorhttp://segmentfault.com...
分类:
其他好文 时间:
2015-03-05 14:37:53
阅读次数:
202
以下转换代码摘自维基百科 Wikipedia:/* The purpose of this function is to convert an unsigned binary number to reflected binary Gray code. Th...
分类:
其他好文 时间:
2015-03-05 14:38:54
阅读次数:
171
Reverse Words in a StringGiven an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".Updat...
分类:
其他好文 时间:
2015-03-05 14:37:43
阅读次数:
153
图片加了倒影,画面立刻变得生动起来。而用PS,制作倒影是如此的方便。素材1将素材1导入文档,ctrl+J复制图层,编辑-变换-垂直翻转将翻转的图层拖至下方为翻转的图层添加图层蒙版,选中渐变工具,选择线性渐变在图层蒙版上拖出渐变倒影制作完成。此种方法适合大都数单一的平面物体。素材2将素材2导入文档,如...
分类:
其他好文 时间:
2015-03-05 14:35:15
阅读次数:
152
Notice that the number 123456789 is a 9-digit number consisting exactly the numbers from 1 to 9, with no duplication. Double it we will obtain 2469135...
分类:
其他好文 时间:
2015-03-05 14:38:01
阅读次数:
206
可空类型,对于熟悉C#的同学一定不会陌生。在C#里面值类型都是不能为空的,比如int类型默认为0,bool默认为false。但是我们给int加上?后,就是一个可空类型了。那么Swfit里面呢。Swift里面没有区分值类型,引用类型(或许有,可能我还没看到这方面的资料)。那这个可空是怎么回事呢。原来在...
分类:
其他好文 时间:
2015-03-05 14:35:18
阅读次数:
108
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 numb...
分类:
其他好文 时间:
2015-03-05 14:34:25
阅读次数:
127
又从事游戏开发3个月了 感觉熟悉很多 处理问题办法也多了一些 但是还是觉得不是自己喜欢干的事前一段时间做的:除了过年BUG #1562 [Todo][登录]登录排队制作(上线版本提交 李志刚 成世杰)重现步骤制作内容:1.在多人同时进入游戏时添加排队提示界面1.使用通用提示界面Tongyongque...
分类:
其他好文 时间:
2015-03-05 14:34:28
阅读次数:
117