搜索资源列表
struct
- 如何计算结构体的大小运算符sizeof可以计算出给定类型的大小,对于32位系统来说,sizeof(char) = 1 sizeof(int) = 4。基本数据类型的大小很好计算,我们来看一下如何计算构造数据类型的大小。 -How to calculate the structure of the size of the sizeof operator can calculate the size of a given type, for a 32-bit systems that, size
shuchu
- 用于输出字符,同时定义了内容。定义了一个整形变量-used to put char
extracted
- VB string functions with built in char replace
glyph
- 一种点阵式字体的构造方法介绍,主要介绍字符编码和实际的字模之间的映射关系以及索引方式,展现性能和存储空间之间的平衡关系-a kind of dot-matrix font, introduce the mapping relation between char encoding and its glyph to demo leverage performance and memory
char-driver-study
- 关于linux下字符驱动的ppt文档,从2.6开始,字符驱动和2.4的内核有了变化-linux char driver
c51
- 采用8051c控制单流水灯依次亮灯 采用8051c控制单流水灯依次亮灯-#include<reg52.h>#include <intrins.h> void delayms(unsigned char ms) /