代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/475585/6773484
cpp mod128.cpp
/**********************************************************************
* File: mod128.c (Formerly dir128.c)
* Description: Code to convert a DIR128 to an ICOORD.
* Author: Ray Smith
*
www.eeworm.com/read/471115/6897356
java weather.java
class Weather {
public static void main(String[] arguments) {
float fah = 86;
System.out.println(fah + " degrees Fahrenheit is ...");
// To convert Fahrenheit into Cels
www.eeworm.com/read/393830/8261683
h errorlog.h
// Class Name : CErrorLog
// Do : Error Logging
// Create : 2000.05.31 by JinSoo Jeon
// Edit : 2000.06.21 - Convert more OS error to string
// : 2000.07.12 - Add another GetSysErrorText()