代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/456533/7346246
cpp convert.cpp
// convert.cpp -- converts stone to pounds
#include
int stonetolb(int); // function prototype
int main()
{
using namespace std;
int stone;
cout
www.eeworm.com/read/456386/7350065
c convert.c
# include
# include
int main()
{
char num1[80], num2[80];
double sum1;
int sum2;
long sum3;
printf("Enter first: ");
gets(num1);
printf("Enter second: ");
g
www.eeworm.com/read/456367/7350787
cpp convert.cpp
// convert.cpp -- converts stone to pounds
#include
int stonetolb(int); // function prototype
int main()
{
using namespace std;
int stone;
cout
www.eeworm.com/read/456367/7351071
cpp convert.cpp
// convert.cpp -- converts stone to pounds
#include
int stonetolb(int); // function prototype
int main()
{
using namespace std;
int stone;
cout
www.eeworm.com/read/455142/7377283
c convert.c
//单个字符转HEX
unsigned char AsciiToHex(char input)
{
unsigned char output;
if( (input>='0') && (input='A') &&
www.eeworm.com/read/455142/7377285
obj convert.obj
www.eeworm.com/read/455142/7377296
lst convert.lst
C51 COMPILER V7.50 CONVERT 01/06/2006 13:37:06 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE CONVERT
OBJECT MODULE PLACED IN
www.eeworm.com/read/455142/7377312
h convert.h
extern unsigned int StringToHex(char *point, unsigned char length);
extern unsigned int StringToBCD(char *point, unsigned char length);
www.eeworm.com/read/454077/7401401
obj convert.obj
www.eeworm.com/read/454077/7401436
c convert.c
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*