代码搜索:字符型
找到约 10,000 项符合「字符型」的源代码
代码结果 10,000
www.eeworm.com/read/480611/6666869
cpp 10.15.cpp
//字符串与指针
//定义一个字符数组,对它初始化,然后输出该字符串
#include
int main()
{
char string[]="I love China!";
printf("%s\n",string);
//getchar();
}
www.eeworm.com/read/153957/11998092
h graph.h
#ifndef __GRAPH_H__
#define __GRAPH_H__
#define VPORT 0x500000 // 字符屏起始地址
#define ASCMAXROW 8 // 8*8点阵字符高度
#define ENGMAXROW 16 // 英文字符高度
#if defined(RESOLVING_800_600)