代码搜索:Convert

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

代码结果 10,000
www.eeworm.com/read/130105/5965126

h convert.h

/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying,
www.eeworm.com/read/129156/5974957

c convert.c

#include /* C function to convert letters into dialable digits */ void MakeLettersIntoDigits (LPSTR dialstring) { int sz = strlen(dialstring); char c; int i; for (i = 0;i
www.eeworm.com/read/128604/5980784

java convert.java

/* Copyright (C) 1999, 2002 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBG
www.eeworm.com/read/128026/5992993

c convert.c

# include # include int main() { char num1[80], num2[80]; double sum1; int sum2; long long sum3; printf("Enter first: "); gets(num1); printf("Enter second: "
www.eeworm.com/read/127087/6008399

c convert.c

/* * convert.c - convert domain name */ /* * Copyright (c) 2000,2002 Japan Network Information Center. * All rights reserved. * * By using this file, you agree to the terms and conditions set
www.eeworm.com/read/124347/6052455

c convert.c

/* Test conversions */ #include "test.h" #include #include static char buffer[500]; extern double_type doubles[]; /* TEST ATOF ATOFF */ double_type *pd = doubles; void _DEF
www.eeworm.com/read/121920/6067397

js convert.js

function convert(str) { var newstr = ""; for(i=0;i
www.eeworm.com/read/120434/6073895

c convert.c

#include #include #include #include "mpeg2dma.h" #define min(x,y) ((x)
www.eeworm.com/read/119117/6092823

java convert.java

package HECore.stddata; import HPCore.Exception.*; import java.util.*; import HPCore.stdfunc.*; public class convert { /** * Returns Vint object representation of a int .
www.eeworm.com/read/107846/6188162

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