代码搜索:Convert

找到约 10,000 项符合「Convert」的源代码

代码结果 10,000
www.eeworm.com/read/10438/185761

c atof.c

/*** *atof.c - convert char string to floating point number * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * Converts a character string into a floating po
www.eeworm.com/read/10438/185824

c atodbl.c

/*** *atodbl.c - convert a string to a floating point value * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * Converts a string to a floating point value. * *
www.eeworm.com/read/10438/186009

c fcvt.c

/*** *fcvt.c - convert floating point value to string * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * Converts a floating point value to a string. * ***********
www.eeworm.com/read/10438/186043

c gcvt.c

/*** *gcvt.c - convert floating point number to character string * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * Converts floating point number into chara
www.eeworm.com/read/10438/186714

inl atodbl.inl

/*** *atodbl.inl - convert a string to a floating point value * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * Converts a string to a floating point value. *
www.eeworm.com/read/13871/284661

m convertoldnet.m

function net = convertoldnet(net) %CONVERTOLDNET Convert pre-2.3 release MLP and MDN nets to new format % % Description % NET = CONVERTOLDNET(NET) takes a network NET and, if appropriate, % conve
www.eeworm.com/read/14063/292978

ewb adc-dac2.ewb

Electronics Workbench Circuit File Version: 5 Charset: ANSI Description: "This circuit uses an A-to-D converter to convert an analog input to a digital output. It then uses a D-to-A converter to
www.eeworm.com/read/15262/445527

c fat.c

#include "fat.h" #include "part.h" /* * Convert a string to lowercase. */ static void downcase(char *str) { while (*str != '\0') { TOLOWER(*str); str++; }
www.eeworm.com/read/16247/665718

ewb adc-dac转换电路.ewb

Electronics Workbench Circuit File Version: 5 Charset: ANSI Description: "This circuit uses an A-to-D converter to convert an analog input to a digital output. It then uses a D-to-A converter to
www.eeworm.com/read/16273/666527

c mbtohira.c

/*** *mbtohira.c - Convert character from katakana to hiragana (Japanese). * * Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved. * *Purpose: * defines _jtohira() -