CHAPTER 2 -----Reapresenting and Manipulating Information(1)

The familiar decimal, or base-10, representation has been in use for over 1000 years, having been developed in India, improved by Arab mathematicians in the 12th century, and brought to the West in the 13th century by the Italian mathematician Leonardo Pisano (c. 1170 – c. 1250), better known as Fibonacci(斐波那契,斐波那契数列).

 The evolution of the C programing language :The ISO take over responsibility for standardizing the C language ANSI C——>ISO C90(the same as ANSI C,sometimes called c89)——>ISO C99——>ISO C11

The GNU Complier Collection(gcc) can compiler programs accroding to the conventions of several different versions of the C language,based on different command line options.

For example, to compile program prog.c according to ISO C11,we could give the command line:

linux> gcc -std=c11 prog.c

 

2.1 Information Storage

most computers use blocks of eight bits,or bytes,as the smallest addressable unit of memory.A machine-level program views memory as  a very large array of bytes,referred to as virtual memory.

Each byte of memory is identified by a unique number,known as its address,and the set of all possible addresses is knowns as the virtual address space(虚拟地址空间).

 

posted @   SsoZh  阅读(187)  评论(0编辑  收藏  举报
编辑推荐:
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
阅读排行:
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
· 【自荐】一款简洁、开源的在线白板工具 Drawnix
点击右上角即可分享
微信分享提示