代码搜索:uuencode
找到约 161 项符合「uuencode」的源代码
代码结果 161
www.eeworm.com/read/222780/14673836
c uudecode.c
/*
* uudecode [input]
*
* create the specified file, decoding as you go.
* used with uuencode.
*
* modified for MSDOS by Kenneth J. Hendrickson
*/
#ifndef MSDOS
#include
#el
www.eeworm.com/read/100605/15869668
cpp base64.cpp
/*
An Botan example application which emulates a poorly written version of
"uuencode -m"
Written by Jack Lloyd (lloyd@randombit.net), in maybe an hour scattered
over 2000/2001
This file is in the pu
www.eeworm.com/read/464279/7166932
sh ex-10-02_if.sh
#!/bin/sh -v
# Chapter 10 - Section The if Statement
# This script demonstrates the use of the
# if - then - elif - else - fi statement
if uuencode koala.gif koala.gif > koala.uu ; then
echo "Enc
www.eeworm.com/read/464279/7166933
sh ex-10-01_if.sh
#!/bin/sh -v
# Chapter 10 - Section The if Statement
# This script demonstrates the use of the
# if - then - else - fi construct.
if uuencode koala.gif koala.gif > koala.uu ; then
echo "Encoded k
www.eeworm.com/read/101082/6249374
c mhdecode.c
#ifndef lint
static char sccsid[] = "@(#)mhdecode.c 4.1 ULTRIX 7/17/90";
#endif
/*
* mhdecode [input]
*
* create the specified file, decoding as you go.
* used with uuencode.
*
* Modified by
www.eeworm.com/read/101082/6242640
c uudecode.c
#ifndef lint
static char sccsid[] = "@(#)uudecode.c 5.1 (Berkeley) 7/2/83";
#endif
/*
* uudecode [input]
*
* create the specified file, decoding as you go.
* used with uuencode.
*/
#include
www.eeworm.com/read/421166/2054263
makefile
all:
armcc main.c timer.c -o my.axf
fromelf -bin my.axf -o my.bin
uuencode my.bin my.uue
www.eeworm.com/read/100046/6274789
c htuu.c
/* HTUU.c
** UUENCODE AND UUDECODE
**
** (c) COPYRIGHT MIT 1995.
** Please first read the full copyright statement in the file COPYRIGH.
** @(#) $Id: HTUU.c,v 2.13 1998/05/04 19:37:37 frystyk
www.eeworm.com/read/421166/2054248
makefile
all:
armcc main.c uart.c dma.c -o my.axf
fromelf -bin my.axf -o my.bin
uuencode my.bin my.uue.txt