代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/277117/10666521
c basecomponents_02.c
/**********************************************************/
//MSP430 Advanced Developping Components - [BaseComponents_02.C]
////ADC12, Sample A10 Temperature and Convert to C and F
////->>> http:
www.eeworm.com/read/421239/10747332
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/418695/10935226
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/444528/6965668
cpp ann2fig.cpp
//----------------------------------------------------------------------
// File: ann2fig.cpp
// Programmer: David Mount
// Last modified: 05/03/05
// Description: convert ann dump file to fig fil
www.eeworm.com/read/461264/7230716
pro vactoair.pro
pro vactoair,wave
;+
; NAME:
; VACTOAIR
; PURPOSE:
; Convert vacuum wavelengths to air wavelengths
; EXPLANATION:
; Corrects for the index of refraction of air under standard conditions.
; Wavelengt
www.eeworm.com/read/445940/7587924
c adc12内部模块演示程序之内部温度传感器.c
/**********************************************************/
//MSP430 Advanced Developping Components - [BaseComponents_02.C]
////ADC12, Sample A10 Temperature and Convert to C and F
////->>> http: