代码搜索:字符编码
找到约 10,000 项符合「字符编码」的源代码
代码结果 10,000
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
www.eeworm.com/read/329680/12939175
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/314101/13574809
exe 字符串.exe
www.eeworm.com/read/314101/13574811
txt 字符串.txt
datas segment
string db 20,?,20 dup(?)
input db 0ah,0dh,'Please input one string:$'
output1 db 0ah,0dh,' the number of others is:$'
output2 db 0ah,0dh,' the number of data
www.eeworm.com/read/314101/13574813