代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/287166/8713771
c convert.c
// convert corona.raw in a pic_t as corona2.raw
#include
typedef struct
{
short width;
char reservated0; // set to 0
char mode; // see pic_mode_t above
sho
www.eeworm.com/read/286954/8735191
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/286535/8760339
info convert.info
# Information file for conversion from Fortran to C++ Pseudocode
# July 21, 2007
Version = 1.0
# This allows you to modify the spacing before the end-of-line semicolon
EndOfStatement = ";"
# Th
www.eeworm.com/read/429289/8813332
exe convert.exe
www.eeworm.com/read/187205/8843809
cs convert.cs
//
// conversion.cs: various routines for implementing conversions.
//
// Authors:
// Miguel de Icaza (miguel@ximian.com)
// Ravi Pratap (ravi@ximian.com)
//
// (C) 2001, 2002, 2003 Ximian, Inc.
/
www.eeworm.com/read/384742/8846106
h convert.h
#ifndef MYSQLCPPAPI_convert_h
#define MYSQLCPPAPI_convert_h
#include
namespace mysqlcppapi
{
template class mysql_convert;
#define mysql__convert(TYPE, FUNC) \
template
www.eeworm.com/read/187173/8848955
gif convert.gif
www.eeworm.com/read/384607/8856663
exe convert.exe
www.eeworm.com/read/384310/8880753
java convert.java
//实现数据串文本与一维数组的转换
public class Convert
{
private static String str;
private static double[] array;
public Convert()
{
}
public static String arraytostring(double [] arraytem)//实现数组到字符串的
www.eeworm.com/read/384310/8880770