代码搜索:Encode

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

代码结果 8,258
www.eeworm.com/read/131315/5942200

c encode.c

/* $Revision: 1.3 $ ** Produce a seven-bit printable encoding of stdin on stdout. ** From @(#)encode.c 1.3 5/15/85, distributed with B2.11 News. ** ** ** The encoding uses characters from 0x20 ('
www.eeworm.com/read/130382/5957874

c encode.c

/* encode.c - ber output encoding routines */ /* * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * * Redistribution and use in source and binary forms are p
www.eeworm.com/read/129250/5974546

cpp encode.cpp

// ENCODE.CPP // This program copies and encodes a file. #include #include #include "translat.h" using namespace std; int mainx() { const int BUFSIZE = 200
www.eeworm.com/read/129250/5974547

plg encode.plg

Build Log --------------------Configuration: Encode - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\Kip\LO
www.eeworm.com/read/129250/5974550

dsw encode.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/129250/5974551

dsp encode.dsp

# Microsoft Developer Studio Project File - Name="Encode" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/128503/5989668

h encode.h

/************************************************************************ ; ; Copyright (C) SEIKO EPSON CORP. 2002 ; ; File Name: HAL_LCD.h ;
www.eeworm.com/read/128503/5989707

c encode.c

////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/128267/5992109

bat encode.bat

native2ascii -encoding gb2312 application_temp.properties application_zh_CN.properties
www.eeworm.com/read/127779/6000988

bat encode.bat

@echo off cd source copy application.properties cvs del application_zh.properties native2ascii -encoding GBK application.properties application_zh.properties