代码搜索:CVT

找到约 915 项符合「CVT」的源代码

代码结果 915
www.eeworm.com/read/141725/5769167

cvt

#!/bin/ksh DVER=`head -1 cvt.in | sed 's/^.*\[\(.*\)\]/\1/'` sed '1 s/\[.*\]// 1 s/^// 3 s/^// 3 a\
www.eeworm.com/read/137956/5817894

cvt

signed char c; signed short s; signed int i; signed long int l; unsigned char C; unsigned short S; unsigned int I; unsigned long int L; float f; double d; long double D; void *p; void (*P)(void); voi
www.eeworm.com/read/209211/4984210

cvt

awk ' /^{/ { if (prev != "") { # comments can be trouble (e.g. ffree()) if ( (c = match(prev, /\/\*.*\*\/$/)) != 0 ) { comment = substr(prev, c) sub(/\/\*.*\*\/$/, "", prev) } else comm
www.eeworm.com/read/174881/9570823

c cvt.c

/* cvt.c -- Control Value Table * Copyright (C) 1996 Li-Da Lho, All right reserved */ #include #include #include "config.h" #include "ttf.h" #include "ttfutil.h" #ifdef MEMCHE
www.eeworm.com/read/359019/10169539

c cvt.c

/* @(#)cvt.c 1.3 99/09/08 Copyright 1998 J. Schilling */ /* * Compatibility routines for 4.4BSD based C-libraries ecvt()/fcvt() * and a working gcvt() that is needed on 4.4BSD and GNU libc systems.
www.eeworm.com/read/424574/10438711

pdf cvt.pdf

www.eeworm.com/read/296774/7114330

c cvt.c

/* Language-level data type conversion for GNU C++. Copyright (C) 1987, 88, 92, 93, 94, 1995 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) This file is part of G
www.eeworm.com/read/458682/7291319

sh cvt.sh

#!/bin/bash # cvt.sh: # Converts all the MacPaint image files in a directory to "pbm" format. # Uses the "macptopbm" binary from the "netpbm" package, #+ which is maintained by Brian Henderson (br
www.eeworm.com/read/438832/7725276

sh cvt.sh

#!/bin/bash # cvt.sh: # 将一个目录下的所有MacPaint格式的图片文件都转换为"pbm"各式的图片文件. # 使用"netpbm"包中的"macptopbm"程序进行转换, #+ 这个程序主要是由Brian Henderson(bryanh@giraffe-data.com)来维护的. # Netpbm绝大多数Linux发行版的标准套件. OPERATI
www.eeworm.com/read/297233/8041622

c cvt.c

/* Language-level data type conversion for GNU C++. Copyright (C) 1987, 88, 92, 93, 94, 95, 1996 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) This file is part