代码搜索:字符编码
找到约 10,000 项符合「字符编码」的源代码
代码结果 10,000
www.eeworm.com/read/463459/7180469
bat 过滤敏感字符.bat
@echo off
:: Code by 3742668 2006-9-10
:: modified by jm 2006-9-12
:start
setlocal
cls
set /p var=请输入字符:
:: 还应该在此处添加一个过滤掉所有引号的语句
:: 以防止call的时候,把形如a"&b的%var%当作是并列的两个参数 -jm添加
set "
www.eeworm.com/read/459415/7275769
txt 输出字符.txt
试看这个是否满足你的要求,能够进行屏幕控制和有提示信息
.model small
.386
.stack 400h
.data
buffer db 80,0,80 dup(0) ;80是预先定义要输入的
;个数,0是实际输入的个
; 数
tishi db 'Please input the string:','$'
shuchu db 'The output
www.eeworm.com/read/450798/7476742
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/449694/7498041
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/442806/7644760
doc java转义字符.doc
www.eeworm.com/read/440081/7694104
txt 字符串.txt
6: 请编写一个函数fun,其功能是:删除以各字符串中指定下标的字符。其中,a指向原字符串,删除后的字符串存放在b所指的数组中,n中存放指定的下标。
{ int i,j=0;
for(i=0;i
www.eeworm.com/read/399966/7817946
txt 打印字符.txt
dataSeg segment
welcome db 'Chars Printing By Liu', 13, 10
db 'Enter chars here:', 13, 10, '$'
chars80 db 'You have entered 80 chars. Press to print them or any other key to abort.',
www.eeworm.com/read/298817/7933340
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/396055/8135265
ppt 字符串.ppt
www.eeworm.com/read/246717/12707211