代码搜索:字符编码
找到约 10,000 项符合「字符编码」的源代码
代码结果 10,000
www.eeworm.com/read/135255/13948213
dsw 字符排序.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/135255/13948221
dsp 字符排序.dsp
# Microsoft Developer Studio Project File - Name="字符排序" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/200483/15432183
pdf 显示字符.pdf
www.eeworm.com/read/107030/15614581
c 字符编辑.c
www.eeworm.com/read/101253/15839354
c 字符编辑.c
www.eeworm.com/read/100753/15865302
c 字符编辑.c
www.eeworm.com/read/445178/7598219
txt 转换十六进制字符串到bcd编码格式.txt
function HexStrToBCDStr(sSourceStr: string): string; //转换十六进制字符串到BCD编码格式
var
I: Integer;
begin
if (Length(sSourceStr) mod 2) = 1 then sSourceStr := sSourceStr + '0';
I := 1;
while I
www.eeworm.com/read/169773/5410951
txt base-64字符串编码与解码.txt
using System;
using System.Text;
using System.Globalization;
namespace TestText
{
class App
{
[STAThread]
static void Main(string[] args)
{
//产生一组10随机字节
Byte[]bytes=ne
www.eeworm.com/read/317426/3580364
txt base-64字符串编码与解码.txt
using System;
using System.Text;
using System.Globalization;
namespace TestText
{
class App
{
[STAThread]
static void Main(string[] args)
{
//产生一组10随机字节
Byte[]bytes=ne
www.eeworm.com/read/479313/6691549
asm 统计字符串中字符类型.asm
DATAS SEGMENT
;此处输入数据段代码
INKEY LABEL BYTE
MAX DB 80
CAP DB ?
SENTENCE DB 80 DUP(?)
LETTER DB 0
DIGIT DB 0
OTHER DB 0
SHOWSENTENCE DB 'INPUT SENTENCE:','