代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/229891/14313441
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/127767/14337269
txt e660. creating an image from an array of color-indexed pixel values.txt
This example demonstrates how to convert a byte array of pixel values that are indices to a color table into an Image. In particular, the example generates the Mandelbrot set in a byte buffer and uses
www.eeworm.com/read/124118/14593645
warnings
No implementation found for style `rotating'
No implementation found for style `graphicx'
Substitution of arg to newlabelxx delayed.
couldn't convert character cacute into available encodings
...se
www.eeworm.com/read/223466/14641029
readme
DevGuideExamples/NamingService/Naming_Context_Ext/README
The example in this directory illustratues how to convert between CosNames,
Stringified Names, and URLs.
A Name can be converted to
www.eeworm.com/read/223333/14645362
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/221641/14731812
pas areaintf.pas
unit AreaIntf;
interface
uses
Windows, ActiveX, Classes, ComObj, DCPTypeServer_TLB, StdVcl;
type
TUnitAuto = class(TTypedComObject, IUnitAuto)
protected
function Convert(Quantit
www.eeworm.com/read/117953/14893910
java convertmenu.java
//Copyright (c) 1998, Arthur Gittleman
//This example is provided WITHOUT ANY WARRANTY either expressed or implied.
/* Tests the structure of the program
* to convert length using a menu to
www.eeworm.com/read/117953/14893928
java convertfrommetric.java
//Copyright (c) 1998, Arthur Gittleman
//This example is provided WITHOUT ANY WARRANTY either expressed or implied.
/* Tests the structure of the program
* to convert length using a menu to
www.eeworm.com/read/117822/14903402
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/217561/14958336
c config_stream.c
/*
* Code to convert a stream input into a dynamic array
* that can be parsed as argc and argv.
*
* Authors: Horms
*
* Released under the terms of the GN