代码搜索:字符编码

找到约 10,000 项符合「字符编码」的源代码

代码结果 10,000
www.eeworm.com/read/314101/13574817

asm 字符串.asm

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/311771/13626526

c 记字符数.c

#include #include int upper=0,lower=0,diqit=0,space=0; /*注意,因为upper,space等并没有成为形参,它们只是局部变量,在不同的函数中互不干扰,所以不将其设为全局变量就不能起作用*/ void count(char str[]) { int i; char c; for(i
www.eeworm.com/read/308157/13707179

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/304497/13792488

htm 字符测试篇.htm

Untitled Document  
www.eeworm.com/read/151133/5685970

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/150780/6348262

m bam_字符.m

%仿真从噪声背景中进行联想过程 % BAM clc %网络初始化 %调用字母矩阵中的字符,ALPHABET - 35x26 matrix of 5x7 bit maps for each letter,TARGETS - 26x26 target vectors. [alphabet,targets]=prprob; B=1;% B为噪声干扰的强度,输入向量的标准差 %训练样本
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