代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/140255/13093925
c strupr.c
#include
/* Function: strupr
Input: char * - String to convert
Output: char * - Converted string
Converts the string to uppercase.
Added by Trevor Phillips,
www.eeworm.com/read/326485/13139670
c msp430xg46x_adc12_10.c
//******************************************************************************
// MSP430xG461x Demo - ADC12, Sample A10 Temp and Convert to oC and oF
//
// This example shows how to use the int
www.eeworm.com/read/314474/13566715
pfsg-from-ngram
#!/bin/sh
#
# pfsg-from-ngram --
# Convert a bigram or trigram into a Decipher PFSG
#
# This is a wrapper that takes care of
# - eliminating low probability transitions that the recognizer would never
www.eeworm.com/read/313364/13589733
sql createglobaltoyzdb.sql
/* Install GlobalToyz database */
set nocount on
USE master
declare @dttm varchar(55)
select @dttm=convert(varchar,getdate(),113)
raiserror('Starting installation of Glob
www.eeworm.com/read/311849/13624318
s43 msp430x20x2_adc10_temp.s43
;*******************************************************************************
; MSP430F20x2 Demo - ADC10, Sample A10 Temp and Convert to oC and oF
;
; Description: A single sample is made on
www.eeworm.com/read/308253/13705443
java weather.java
class Weather {
public static void main(String[] arguments) {
float fah = 86;
System.out.println(fah + " degrees Fahrenheit is ...");
// To convert Fahrenheit into Cels
www.eeworm.com/read/147051/5733533
idc rvatophy.idc
/*
// File:
// rvatophy.idc
//
// Created by:
// Atli Gudmundsson (agudmundsson@symantec.com)
//
// Purpose:
// Convert a relative virtal address to a physical address, based on the PE i
www.eeworm.com/read/147051/5733534
idc phytorva.idc
/*
// File:
// phytorva.idc
//
// Created by:
// Atli Gudmundsson (agudmundsson@symantec.com)
//
// Purpose:
// Convert a physical address to a relative virtal address, based on the PE i