代码搜索:字符编码

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

代码结果 10,000
www.eeworm.com/read/267305/11185847

asp str.asp

www.eeworm.com/read/11251/214705

c 7_09.c

/*【例7-9】输入一个以回车结束的字符串(少于10个字符),它由数字字符组成,将该字符串转换成整数后输出。*/ /* 将字符串转换为整数 */ #include int main(void) { int i, n; char s[10]; /* 输入字符串 */ printf("Enter a string: ");
www.eeworm.com/read/249482/4449846

dat vb_fun61b.dat

语法 ---- Join(list[, delimiter]) Join函数语法有如下几部分: 部分 描述 list 必需的.包含被连接子字符串的一维数组. delimiter 可选的.在返回字符串中用于分隔子字符串的字符.如果忽略该项,则使用空格(" ")来分隔子字符串.如果 delimiter是零长度字符串(""
www.eeworm.com/read/298155/3873999

dat vb_fun61b.dat

语法 ---- Join(list[, delimiter]) Join函数语法有如下几部分: 部分 描述 list 必需的.包含被连接子字符串的一维数组. delimiter 可选的.在返回字符串中用于分隔子字符串的字符.如果忽略该项,则使用空格(" ")来分隔子字符串.如果 delimiter是零长度字符串(""
www.eeworm.com/read/240474/4573533

java ky_kyxtbmb.java

/** * 科研系统编码表.表 1 */ package cn.edu.hlju.oa.kygl.db.entities; /** * @author 王卓群 * */ public class Ky_kyxtbmb implements GeneralEntity { private String bmfl; // 编码分类 private Str
www.eeworm.com/read/376468/2710430

sql tollitem.sql

create table tollitem( hoscode char(4) not null, //医院编码 code char(16) not null, //收费项目编码 itemname char(60) not null, //收费项目名称 itemtype char(10) not null, //收费类型 pycode char(10) null,
www.eeworm.com/read/376468/2710470

sql tollitem.sql

create table tollitem( hoscode char(4) not null, //医院编码 code char(16) not null, //收费项目编码 itemname char(60) not null, //收费项目名称 itemtype char(10) not null, //收费类型 pycode char(10) null,
www.eeworm.com/read/376468/2710524

sql tollitem.sql

create table tollitem( hoscode char(4) not null, //医院编码 code char(16) not null, //收费项目编码 itemname char(60) not null, //收费项目名称 itemtype char(10) not null, //收费类型 pycode char(10) null,
www.eeworm.com/read/37248/1070059

1602

"1602字符液晶滚动显示.obj" TO "1602字符液晶滚动显示"
www.eeworm.com/read/249482/4449784

dat vb_fun7.dat

Chr 函数 返回 String,其中包含有与指定的字符代码相关的字符 。