代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/160611/5568714
c convert.c
/* convert.c -- convert between file name notations */
#include "switches.h"
#include "stdio.h"
#include "string.h"
#include "convert.h"
char dir_separator =
#ifdef MACINTOSH
':';
#endif
#ifdef DO
www.eeworm.com/read/160611/5568719
h convert.h
/* convert.h -- convert from packer internal filenames to local OS */
void convert(char *filename);
extern int pauseflag;
#define PAUSE pauseflag
www.eeworm.com/read/160611/5568929
c convert.c
/* Standard includes */
#include "stdlib.h"
#include "string.h"
#include "stdio.h"
/* snd includes */
#include "snd.h"
/* set the length of buffers to be even multiple of Audio_...
* to avoid fr
www.eeworm.com/read/158865/5593343
j convert.j
/* convert.j -- Wrapper for GCC's convert.h
Copyright (C) 1995 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
GNU Fortran is free software;
www.eeworm.com/read/158865/5594419
h convert.h
/* Definition of conversion functions.
Copyright (C) 1993 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it under the
www.eeworm.com/read/158865/5594453
c convert.c
/* Language-level data type conversion for GNU CHILL.
Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute
www.eeworm.com/read/475942/6770745
m convert.m
function y=convert(x,u1,u2)
%CONVERT Convert between units from different systems.
% Y = CONVERT(X,U1,U2) converts number X from unit U1
% to unit U2 if possible.
%
% For example,
% C
www.eeworm.com/read/161360/6785609