代码搜索:Convert

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

代码结果 10,000
www.eeworm.com/read/238743/13327719

mmds convert.mmds

www.eeworm.com/read/238743/13327723

dpr convert.dpr

program Convert; uses Forms, uMain in 'uMain.pas' {frmMain}, uComFun in 'uComFun.pas'; {$R *.res} begin Application.Initialize; Application.CreateForm(TfrmMain, frmMain); Ap
www.eeworm.com/read/238743/13327725

cfg convert.cfg

-$A8 -$B- -$C+ -$D+ -$E- -$F- -$G+ -$H+ -$I+ -$J+ -$K- -$L+ -$M- -$N+ -$O- -$P+ -$Q- -$R- -$S- -$T- -$U- -$V+ -$W- -$X+ -$YD -$Z1 -cg -AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/137229/13337855

c convert.c

/* * GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette * This program may be freely copied for educational * and research purposes. All other rights reserved. * * file: conver
www.eeworm.com/read/321817/13398168

h convert.h

#if !defined(AFX_CONVERT_H__890371A1_16BD_11D2_9F6B_F7D27BC80CDD__INCLUDED_) #define AFX_CONVERT_H__890371A1_16BD_11D2_9F6B_F7D27BC80CDD__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _M
www.eeworm.com/read/321817/13398217

cpp convert.cpp

// Convert.cpp : implementation file // #include "stdafx.h" #include "wgl_32.h" #include "Convert.h" #include "mbstring.h" #include "math.h" const char ChineseNumber[][3]={"0","1","2","3","
www.eeworm.com/read/320063/13433831

asm convert.asm

DATA SEGMENT MSG_IN DB "Enter a decimal number:","$" MSG_OUT DB 0DH,0AH,"The converted hexadecimal number is ","$" MSG_END DB "H","$" MSG_ERROR DB 0D
www.eeworm.com/read/319472/13451377

c convert.c

/* convert.c -- automatic type conversions */ #include int main(void) { char ch; int i; float fl; fl = i = ch = 'C'; /* line 9 */
www.eeworm.com/read/317123/13510063

c convert.c

/*************************************************************************** * convert.c * * Mon May 21 18:05:24 2007 * Copyright 2007 kf701 * Email *****
www.eeworm.com/read/316786/13517819

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