代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/440002/7695992
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/435490/7791120
asm sht11lcd.asm
;---------------------------------------------------------------
;Program to read data from SHT sensor, convert it and
; dispaly on the LCD
; claudiu.chiculita@ugal.ro
; http://www.ac.ugal.ro/st
www.eeworm.com/read/433881/7905368
doc gifinter.doc
GifInter
--------
Program to convert between interlaced and non interlaced images in GIF file.
Usage:
------
Usage: GifInter [-i] [-s] [-h] GifFile
If no GifFile is given, GifInt
www.eeworm.com/read/197100/8029357
cpp mod128.cpp
/**********************************************************************
* File: mod128.c (Formerly dir128.c)
* Description: Code to convert a DIR128 to an ICOORD.
* Author: Ray Smith
*
www.eeworm.com/read/397486/8043034
h errorlog.h
// Class Name : CErrorLog
// Do : Error Logging
// Create : 2000.05.31 by JinSoo Jeon
// Edit : 2000.06.21 - Convert more OS error to string
// : 2000.07.12 - Add another GetSysErrorText()
www.eeworm.com/read/397102/8068024
m classc.m
%CLASSC Convert mapping to classifier
%
% W = classc(W)
% W = W*classc
%
% The mapping W is converted into a classifier: outputs (distances to the map)
% are converted by the sigmoid function to proba
www.eeworm.com/read/143997/12824451
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/143997/12824454
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
www.eeworm.com/read/143959/12827376
cs supportclass.cs
//
// In order to convert some functionality to Visual C#, the Java Language Conversion Assistant
// creates "support classes" that duplicate the original functionality.
//
// Support classes re
www.eeworm.com/read/140416/13082681
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