代码搜索:字符型
找到约 10,000 项符合「字符型」的源代码
代码结果 10,000
www.eeworm.com/read/479313/6691550
obj 统计字符串中字符类型.obj
www.eeworm.com/read/479313/6691551
exe 统计字符串中字符类型.exe
www.eeworm.com/read/407541/11417012
cpp 字符字符输入输出函数应用.cpp
#include /*字符输入输出函数应用*/
void main()
{
char c,b;
c='B';
printf("c='B'\n");
printf("字符变量c的值为: "); putchar(c); printf("\n");
printf("整型值66 的对应字符为: "); putchar(66);pri
www.eeworm.com/read/367982/9721455
c 统计字符串中字符个数.c
/*第一题*/
//统计字符串中字符个数
#include
main()
{
char str[100];
int i;
int letter = 0,space = 0,digit = 0, other = 0;
printf("请输入一行字符:\n");
gets(str);
for(i = 0; str[i] != '\0'; i++)
www.eeworm.com/read/4371/36657
pdf 基板自型的特殊端子型状.pdf
www.eeworm.com/read/6852/101116
pdf 基板自型的特殊端子型状.pdf
www.eeworm.com/read/285264/8857200
mht 行为型样式.mht
MIME-Version: 1.0
Content-Type: multipart/related; boundary="----=_NextPart_01C319A6.733E3CB0"
This document is a Web archive file. If you are seeing this message, this means your browser or edit
www.eeworm.com/read/285264/8857226
mht 构建型样式.mht
MIME-Version: 1.0
Content-Type: multipart/related; boundary="----=_NextPart_01C319A5.8B7896A0"
This document is a Web archive file. If you are seeing this message, this means your browser or edit
www.eeworm.com/read/281510/9152300
bmp 改进型.bmp
www.eeworm.com/read/281510/9152305
txt 改进型.txt
;说明:改进后解决了1号抢答优先的问题,并增加了锦囊的设置,当
;参赛选手在回答问题时要求使用锦囊,则主持人按下抢答开始键,
;计时重新开始。
;============================================================
;================ 八路抢答器程序 =======================
;===