代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/223335/14645192
c msp430x20x2_adc10_temp.c
//******************************************************************************
// MSP430F20x2 Demo - ADC10, Sample A10 Temp and Convert to oC and oF
//
// Description: A single sample is made o
www.eeworm.com/read/222772/14674191
doc semi.doc
SEMI.C, notes on use.
(0) COMMAND LINE, INPUT FORMAT
This utility will convert standard 8051 comments into a form that can be
accepted by this assembler by substituting ever
www.eeworm.com/read/221695/14729181
c util.c
/*
* linux/fs/isofs/util.c
*
* The special functions in the file are numbered according to the section
* of the iso 9660 standard in which they are described. isonum_733 will
* convert
www.eeworm.com/read/117953/14893774
java stringtonumber.java
//Copyright (c) 1998, Arthur Gittleman
//This example is provided WITHOUT ANY WARRANTY either expressed or implied.
/* Illustrates wrapper classes used to convert
* a string to an int or a doubl
www.eeworm.com/read/216668/14998392
pas unit2.pas
unit Unit2;
interface
uses
Classes,winsock,sysutils,windows;
type
convert = class(TThread)
private
{ Private declarations }
protected
procedure Execute; override;
end
www.eeworm.com/read/215463/15060730
h rawbin.h
/*
* File: rawbin.h
*
* An interface definition of an BINARY parser. As an example, the `mkimage`
* utility can be run to convert a standard binary executable (such as ELF)
* into the special RR_
www.eeworm.com/read/213715/15127433
c msp430x22x4_adc10_temp.c
//******************************************************************************
// MSP430F22x4 Demo - ADC10, Sample A10 Temp and Convert to oC and oF
//
// Description: A single sample is made o
www.eeworm.com/read/207278/15275949
m db.m
function y = dB( x, dBrange, dBmax )
%DB convert an array to decibels
%--
% Usage: Y = dB( X, dbRANGE, dbMAX )
%
% will compute 20 Log(X)
% and then scale or cl
www.eeworm.com/read/10438/186022
c tolower.c
/***
*tolower.c - convert character to lower case
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* Defines function versions of _tolower() and tolower().
www.eeworm.com/read/12816/246909
m torr_etort.m
% By Philip Torr 2002
% copyright Microsoft Corp.
%this function will convert an essential matrix to a rotation and translation martix
%as set out in Hartley and Zisserman.
%note there are 4 sol