摘要:
问题:为什么计算机能读懂 1 和 0 ? 从小到大,我们被告知的都是,计算机只能读懂1和0,但我好奇的是为什么计算机它就能够读懂1和0呢,它是怎么读懂的?读懂后,又是怎样进行工作的呢?嗯...我想问的就是,最最基本原始的那个工作原理 回答: 萧井陌,私信问题不回,请提问邀请 玉来了 既然是问最最原始 阅读全文
摘要:
/Users/Rubert/IOS/iworkspace/LineList/LineList/main.c:205:37: Format specifies type 'int' but the argument has type 'struct node *' 阅读全文
摘要:
// // main.c // LineList // // Created by Rubert on 16/9/11. // Copyright © 2016年 Study. All rights reserved. // #include //定义链表数据结构 struct node { int num; struct node *next; struct... 阅读全文