代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/280395/10333141
l unfixit.l
%{
/* unfixit.l - convert shortened external names to names back to their
* original names. (See fixit.l)
*/
/*
* This program is included to satisfy "dumb" compilers/linkers which
www.eeworm.com/read/161772/10376281
c const.c
/* Demonstrates variables and constants */
#include
/* Define a constant to convert from pounds to grams */
#define GRAMS_PER_POUND 454
/* Define a constant for the start of the next
www.eeworm.com/read/353994/10399322
bat bldall.bat
@echo off
rem
rem BLDALL.BAT
rem
del /q *.sis
rem /////////////////////////////////////////////////////////////////////////////////////////////
rem Convert Notepad Utf8 to Symbian Utf8
cd .
www.eeworm.com/read/160583/10517013
py to_numeric.py
#!/usr/bin/env python
"""
Use backend agg to access the figure canvas as an RGB string and then
convert it to a Numeric array and pass the string it to PIL for
rendering
"""
from pylab import *
from
www.eeworm.com/read/278099/10570225
c ltostr.c
/* +++Date last modified: 05-Jul-1997 */
/*
** LTOSTR.C - An improved, safer, ltoa()
**
** On call:
** num = number to convert
** string = buffer for output
** max_chars =
www.eeworm.com/read/278099/10571380
c inchcvrt.c
/* +++Date last modified: 05-Jul-1997 */
/*
** Convert English measurement units
**
** Takes command line arguments in inches and converts to:
**
** 1. feet and inches (expressed as floatin
www.eeworm.com/read/349902/10786282
m correltstat.m
function t = correltstat(r, n)
% correltstat - convert correlation value into t-statistic
%
% FORMAT: t = correltstat(r, n)
%
% Input fields:
%
% r correlation values (0
www.eeworm.com/read/419852/10833879
txt tree to an array.txt
How do you convert a tree into an array?
Discuss it!
The conversion is based on these rules
If i > 1, i/2 is the parent
If 2*i > n, then there is no left child, else 2*i is
www.eeworm.com/read/275015/10839715
pro alt2press.pro
;+
; NAME:
; alt2press
;
; PURPOSE:
; Convert an array of (pressure-) altitudes (m) into an array of
; pressures (hPa) using the ICAO standard atmosphere definition
;
; See