代码搜索:Alphanumeric
找到约 221 项符合「Alphanumeric」的源代码
代码结果 221
www.eeworm.com/read/126765/6012319
c isalnum.c
/* isalnum.c - character classification */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,03mar93,jdi more documentation cleanup for 5.1.
01d,07
www.eeworm.com/read/101082/6242526
c agoto.c
/* agoto.c 4.1 83/03/09 */
/*
* position the alphanumeric cursor to (x, y).
*/
#include "2648.h"
agoto(x, y)
int x, y;
{
char mes[20];
sprintf(mes, "\33*dE\33&a%dr%dC", x, y);
outstr(mes);
}
/
www.eeworm.com/read/101066/6256600
c isalnum.c
/* isalnum.c - character classification */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,03mar93,jdi more documentation cleanup for 5.1.
01d,07
www.eeworm.com/read/410511/11280338
c 7-6.c
#include
main()
{
char str[]="123c@#FDsP[e?";
int i;
for (i=0;str[i]!=0;i++)
if(isalpha(str[i])) printf("%c is an alphanumeric character\n",str[i]);
}
www.eeworm.com/read/410511/11280387
c 7-5.c
#include < ctype.h>
main()
{
char str[]="123c@#FDsP[e?";
int i;
for (i=0;tr[i]!=0;i++ )
if ( isalnum(str[i])) printf("%c is an alphanumeric character\n",str[i]);
}
www.eeworm.com/read/264473/11311912
c 7-6.c
#include
main()
{
char str[]="123c@#FDsP[e?";
int i;
for (i=0;str[i]!=0;i++)
if(isalpha(str[i])) printf("%c is an alphanumeric character\n",str[i]);
}
www.eeworm.com/read/264473/11311950
c 7-5.c
#include < ctype.h>
main()
{
char str[]="123c@#FDsP[e?";
int i;
for (i=0;tr[i]!=0;i++ )
if ( isalnum(str[i])) printf("%c is an alphanumeric character\n",str[i]);
}
www.eeworm.com/read/252193/12294695
c 7-6.c
#include
main()
{
char str[]="123c@#FDsP[e?";
int i;
for (i=0;str[i]!=0;i++)
if(isalpha(str[i])) printf("%c is an alphanumeric character\n",str[i]);
}
www.eeworm.com/read/252193/12294761
c 7-5.c
#include < ctype.h>
main()
{
char str[]="123c@#FDsP[e?";
int i;
for (i=0;tr[i]!=0;i++ )
if ( isalnum(str[i])) printf("%c is an alphanumeric character\n",str[i]);
}
www.eeworm.com/read/131795/14125647
dat vb_fun45b.dat
语法
----
IMEStatus
返回值
下面是中文地区的返回值:
常数 值 描述
vbIMEModeNoControl 0 不控制IME(缺省)
vbIMEModeOn 1 打开 IME
vbIMEModeOff 2 关闭 IME
下面是日本国别的返回值: