当前位置:网站首页>C语言基础知识
C语言基础知识
2022-07-01 13:35:00 【Java学不会】
1、进位计数制
- 十进制(Decimal):由0~9十个数字组成,缝十进一。
- 二进制(Binary): 由0、1两个数字组成,缝二进一。
- 八进制(Octal): 由0~7八个数字组成,缝八进一。
- 十六进制(Hexadecimal): 由0~9十个数字和A、B、C、D、E、F(或者小写字母)六个字母组成,缝十六进一。
2、进制的脚标
- 二进制:
B - 八进制:
Q - 十进制:
D(如果没有脚标默认是十进制) - 十六进制: H
3、字符在计算机内部的表示
字符在计算机内部以ASCII进行表示。- ASCII码: 美国信息交换码,采用
低7位二进制编码(0000000B ~ 1111111B),ASCII码的范围是0 ~ 127,共128个。 - 大写字母: A ~ Z(65 ~ 90)
- 小写字母: a ~ z (97 ~ 122)
- 数字: 0 ~ 9 (48 ~ 57)
- 空格(space):32
- 字符占
一个字节,汉字占两个字节
边栏推荐
- Google Earth engine (GEE) - Global Human Settlements grid data 1975-1990-2000-2014 (p2016)
- Apache-atlas-2.2.0 independent compilation and deployment
- 啟動solr報錯The stack size specified is too small,Specify at least 328k
- Simplex, half duplex, full duplex, TDD and FDD
- Fiori 应用通过 Adaptation Project 的增强方式分享
- Camp division of common PLC programming software
- When you really learn databinding, you will find "this thing is really fragrant"!
- Application of 5g industrial gateway in scientific and technological overload control; off-site joint law enforcement for over limit, overweight and overspeed
- [Jianzhi offer] 54 The k-th node of binary search tree
- 【机器学习】VAE变分自编码器学习笔记
猜你喜欢

La taille de la pile spécifiée est petite, spécifiée à la sortie 328k
![[anwangbei 2021] Rev WP](/img/98/ea5c241e2b8f3ae4c76e1c75c9e0d1.png)
[anwangbei 2021] Rev WP

spark源码(五)DAGScheduler TaskScheduler如何配合提交任务,application、job、stage、taskset、task对应关系是什么?

Several models of IO blocking, non blocking, IO multiplexing, signal driven and asynchronous IO

Qtdeisgner, pyuic detailed use tutorial interface and function logic separation (nanny teaching)

Google Earth engine (GEE) - Global Human Settlements grid data 1975-1990-2000-2014 (p2016)

Etcd summary mechanism and usage scenarios

详细讲解面试的 IO多路复用,select,poll,epoll

陈宇(Aqua)-安全->云安全->多云安全

Etcd 概要 机制 和使用场景
随机推荐
Report on the 14th five year plan and future development trend of China's integrated circuit packaging industry Ⓓ 2022 ~ 2028
Spark source code reading outline
A new book by teacher Zhang Yujin of Tsinghua University: 2D vision system and image technology (five copies will be sent at the end of the article)
Arthas use
Animesr: learnable degradation operator and new real world animation VSR dataset
Sign APK with command line
Applet - applet chart Library (F2 chart Library)
Report on the current situation and development trend of bidirectional polypropylene composite film industry in the world and China Ⓟ 2022 ~ 2028
5. Use of ly tab plug-in of header component
Word2vec training Chinese word vector
LeetCode重建二叉树详解[通俗易懂]
Kongsong (Xintong Institute) - cloud security capacity building and trend in the digital era
2022 · 让我带你Jetpack架构组件从入门到精通 — Lifecycle
Qtdeisgner, pyuic detailed use tutorial interface and function logic separation (nanny teaching)
Introduction to topological sorting
[安网杯 2021] REV WP
1. Sum of two numbers: given an integer array num and an integer target value, please find the two integers whose sum is the target value target in the array and return their array subscripts
二传感器尺寸「建议收藏」
啟動solr報錯The stack size specified is too small,Specify at least 328k
Professor Li Zexiang, Hong Kong University of science and technology: I'm wrong. Why is engineering consciousness more important than the best university?