代码搜索:Encode

找到约 8,258 项符合「Encode」的源代码

代码结果 8,258
www.eeworm.com/read/431298/8690002

txt encode.txt

009700980099 010101020013
www.eeworm.com/read/286289/8773931

c encode.c

www.eeworm.com/read/385844/8786609

h encode.h

/* Copyright (c) 1992-1993 The Regents of the University of California. All rights reserved. See copyright.h for copyright notice and limitation of liability and disclaimer of warranty provisions
www.eeworm.com/read/285950/8799897

asm encode.asm

; page 117 ;编码程序 encode.asm .MODEL tiny .CODE org 100h begin: push cs pop ds push cs pop es mov ax,0201h
www.eeworm.com/read/285950/8799940

com encode.com

www.eeworm.com/read/285950/8800182

asm encode.asm

; page 117 ;编码程序 encode.asm ;mbr-program partition table encode .MODEL tiny .CODE org 100h begin: push cs pop ds push cs pop
www.eeworm.com/read/429592/8801278

c encode.c

#include #include // //编码转换 int code_convert(char *to_charset, char *from_charset, char *inbuf, int inlen, char *outbuf, int outlen) { iconv_t cd; int fla
www.eeworm.com/read/429592/8801288

h encode.h

#include extern int code_convert(char *to_charset, char *from_charset, char *inbuf, int inlen, char *outbuf, int outlen); extern int u2g(char *inbuf, int inlen, char *outb
www.eeworm.com/read/385221/8813452

cpp encode.cpp

/* Copyright (C) 1995, Tektronix Inc. All Rights Reserved. * * Usage Restrictions * * License is granted to copy, to use, and to make and to use derivative * works for research and evaluation p
www.eeworm.com/read/429258/8813999

c encode.c

/* * encode.c * * CCITT ADPCM encoder * * Usage : encode [-3|4|5] [-a|u|l] < infile > outfile */ #include #include "g72x.h" /* * Pack output codes into bytes and write t