摘要:
Turing Complet 游戏攻略——与非门_1 与非门(NAND Gate) 一、什么是与非门? 与非门是数字电路里最基础、也最重要的通用逻辑门之一,它的本质是:先做“与运算”,再对结果取反。 逻辑表达式:Y = NOT (A AND B),也写作 Y = A NAND B 通俗理解:“输入全 阅读全文
摘要:
C语言编程小问题解决 遇到的问题: 编译器的警告已经明确指出了问题: format '%d' expects argument of type 'int *', but argument 2 has type 'long int *' 定义的变量 a 是 long 类型,但 scanf("%d", 阅读全文