代码搜索:字符型
找到约 10,000 项符合「字符型」的源代码
代码结果 10,000
www.eeworm.com/read/488562/6489652
cpp 字符串.cpp
#include
#include
#include
#define MAXLEN 2000
#define MAXINT 1000000
int Compute_Distance(char str1,char str2)
{
return (int)str1 > (int)str2 ? (str1-str2):(st
www.eeworm.com/read/481249/6646501
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/478690/6713146
doc 字符编码总结.doc
www.eeworm.com/read/407541/11417015
txt ascii字符 -----------------------保留.txt
www.eeworm.com/read/407541/11417139
htm ascii字符 -----------------------保留.htm
www.eeworm.com/read/405283/11467029
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/401451/11557590
doc 字符串.doc
www.eeworm.com/read/348165/11608976
c linux字符驱动.c
dev.c 代码
#ifndef __KERNEL__
#define __KERNEL__
#endif
#ifndef MODULE
#define MODULE
#endif
//#include
#include
#include
#include
www.eeworm.com/read/257789/11912119
doc 字符图形程序.doc
www.eeworm.com/read/338993/12268185
txt 字符转成时间.txt
DateTime d1=Convert.ToDateTime("2003-01-01 18:20:01");
string s=d1.ToString("yyyy-MM-dd HH:mm:ss");
MessageBox.Show(s);