会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
丸子球球
博客园
首页
新随笔
联系
管理
订阅
2021年1月8日
深入理解计算机系统(第三版)第二章重要内容摘要
摘要: 第二章 2.1.3寻址和字节顺序 #include <stdio.h> typedef unsigned char *byte_pointer; void show_bytes(byte_pointer start,size_t len){ size_t i; for(i=0;i<len;++i)
阅读全文
posted @ 2021-01-08 10:18 丸子球球
阅读(223)
评论(0)
推荐(0)
编辑
公告