代码搜索:字符型
找到约 10,000 项符合「字符型」的源代码
代码结果 10,000
www.eeworm.com/read/399966/7817946
txt 打印字符.txt
dataSeg segment
welcome db 'Chars Printing By Liu', 13, 10
db 'Enter chars here:', 13, 10, '$'
chars80 db 'You have entered 80 chars. Press to print them or any other key to abort.',
www.eeworm.com/read/298817/7933340
c 反出字符.c
/*由Andy自行修改为支持大小写转换*/
#include
main()
{
int i=0,n=0;
char ascs[]={"abcdefghijklmnopqrstuvwxyz"};
char ascb[]={"ABCDEFGHIJKLMNOPQRSTUVWXYZ"};
char a,b[20];
while ((a=get
www.eeworm.com/read/396055/8135265
ppt 字符串.ppt
www.eeworm.com/read/246717/12707211
doc 字符设备基础.doc
www.eeworm.com/read/332655/12745293
cpp 统计字符数.cpp
#include"stdio.h"
int fun (char s[])
{int i,cut=0;
for (i=0;s[i];i++)
if(s[i]>='0'&&s[i]
www.eeworm.com/read/332124/12777415
c 反出字符.c
/*由Andy自行修改为支持大小写转换*/
#include
main()
{
int i=0,n=0;
char ascs[]={"abcdefghijklmnopqrstuvwxyz"};
char ascb[]={"ABCDEFGHIJKLMNOPQRSTUVWXYZ"};
char a,b[20];
while ((a=get
www.eeworm.com/read/332034/12784405
txt 字符串.txt
53. 串太长时如何在其末尾显示一个省略号
调用CDC:: DrawText 并指定DT_END_ELLIPSIS 标志,这样就可以用小略号取代串末尾
的字符使其适合于指定的边界矩形。如果要显示路径信息,指定DT_END_ELLIPSIS标志
并省略号取代串中间的字符。
void CSampleView:: OnDraw (CDC* pDC)
{
CTestDoc* pDoc=GetD
www.eeworm.com/read/144427/12795391
txt 字符液晶说明.txt
字符液晶模块说明->
系统采用小型字符段式液晶片来作为系统终端;
该液晶片带驱动控制器,型号为LCM0103;详细说明参看LCM103.pdf
最大显示10位8段字符,本系统提供0~F,P,H,ON,OFF共20个可见字模;
其他字模可视情况定义;
硬件接口:
串行模式->
MCU_OUT LCM103
1
www.eeworm.com/read/243633/12930795
c 反出字符.c
/*由Andy自行修改为支持大小写转换*/
#include
main()
{
int i=0,n=0;
char ascs[]={"abcdefghijklmnopqrstuvwxyz"};
char ascb[]={"ABCDEFGHIJKLMNOPQRSTUVWXYZ"};
char a,b[20];
while ((a=get
www.eeworm.com/read/243560/12934130
c 反出字符.c
/*由Andy自行修改为支持大小写转换*/
#include
main()
{
int i=0,n=0;
char ascs[]={"abcdefghijklmnopqrstuvwxyz"};
char ascb[]={"ABCDEFGHIJKLMNOPQRSTUVWXYZ"};
char a,b[20];
while ((a=get