2016年10月6日
摘要: 问题:为什么计算机能读懂 1 和 0 ? 从小到大,我们被告知的都是,计算机只能读懂1和0,但我好奇的是为什么计算机它就能够读懂1和0呢,它是怎么读懂的?读懂后,又是怎样进行工作的呢?嗯...我想问的就是,最最基本原始的那个工作原理 回答: 萧井陌,私信问题不回,请提问邀请 玉来了 既然是问最最原始 阅读全文
posted @ 2016-10-06 18:13 洛易 阅读(1713) 评论(0) 推荐(0) 编辑
摘要: /Users/Rubert/IOS/iworkspace/LineList/LineList/main.c:205:37: Format specifies type 'int' but the argument has type 'struct node *' 阅读全文
posted @ 2016-10-06 13:51 洛易 阅读(1314) 评论(0) 推荐(0) 编辑
摘要: // // 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... 阅读全文
posted @ 2016-10-06 11:27 洛易 阅读(210) 评论(0) 推荐(0) 编辑