代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/374220/2755156
java convert.java
/**
* @(#)Convert.java 1.12 03/01/23
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package com.sun.tools
www.eeworm.com/read/370045/2787526
java convert.java
package chapter3;
public class Convert {
public static void main(String[] args) {
float c, f;
c = 23;
f = c * 9 / 5 + 32;
System.out.println("摄氏温度" + c + "相当于华氏温度" + f);
}
}
www.eeworm.com/read/367917/2827637
java convert.java
/*
* $Id: Convert.java,v 1.1 2003/08/17 06:06:11 ajzeneski Exp $
*
* Copyright (c) 2001, 2002 The Open For Business Project - www.ofbiz.org
*
* Permission is hereby granted, free of charge
www.eeworm.com/read/366702/2882317
h convert.h
extern void abort (void);
static int failcnt = 0;
/* Macros are set up to skip using long double, which doesn't necessarily
map to TF mode. If there's a reason to skip those for a test, the
te
www.eeworm.com/read/366702/2883698
c convert.c
/* { dg-do run } */
/* { dg-options "-std=gnu99 -O0" } */
/* C99 6.3 Conversions.
Check conversions involving fixed-point. */
extern void abort (void);
/* Fixed-point to fixed-point. */
#defi
www.eeworm.com/read/365273/2898015
sh convert.sh
#!/bin/bash
for i in `find ./ -name "*.c"`
do
sed '/TRACE/d' $i > temp
cp temp $i
done
www.eeworm.com/read/364803/2901449
java convert.java
package com.newsoft.util;
import java.util.Collection;
import java.util.Iterator;
import javax.servlet.http.HttpServletRequest;
import org.hibernate.Query;
/**
* Company: newsoft
* @a
www.eeworm.com/read/361044/2953247
java convert.java
/*
Copyright (c) 1998, 1999 Wabasoft All rights reserved.
This software is furnished under a license and may be used only in accordance
with the terms of that license. This software and document
www.eeworm.com/read/360431/2963413
c convert.c
/* FreeTDS - Library of routines accessing Sybase and Microsoft databases
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Brian Bruns
*
* This library is free software; you can redistribu
www.eeworm.com/read/360431/2963423
c convert.c
/* FreeTDS - Library of routines accessing Sybase and Microsoft databases
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Brian Bruns
*
* This library is free software; you can redi