摘要:
我在看一篇写intel processor的e文,关于8086里面有这么一句 the 16-bit data bus allows you to use even and align on an 8086 processor to word-align data and thus improve data-handling efficiency. 对even align不懂中文意思,所以就......
摘要:
求两个工具命令(dos):undelete;unformat!
......
内有连接,熟悉控件的高手看看。
该问题在另一个板块,有50分
http://expert.csdn.net/Expert/topic/2180/2180755.xml?temp=.7361261
NO.1 作者: nuaawenlin
up
摘要:
请问有没有办法给一个枚举类型赋一个空值,如: public enum test_enum { abc, bcd, f, } public void test() { test_enum a; a = null; //该句不能通过 } 有什么解决办法吗?
......