代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/128628/14286125
cpp convert.cpp
#include
#include
struct BookInfo {
char title[64];
char publisher[64];
char author[64];
float price;
int pages;
};
class BookStuff {
public:
Boo
www.eeworm.com/read/128354/14302985
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/128354/14303124
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/229857/14314784
cpp convert.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/229857/14314813
h convert.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/128030/14318451
cpp convert.cpp
// convert.cpp
// demonstrates return values, converts pounds to kg
#include
using namespace std;
float lbstokg(float); //declaration
int main()
{
float lbs, kgs;
cou
www.eeworm.com/read/127960/14325041
cpp convert.cpp
//这个程序在本书所带软盘中,文件名为CONVERT.CPP
//这个程序利用分支语句进行公里/英里,公斤/磅,以及华氏/摄氏度量单位的转换。
#include
#include
#include
#include
#define DELAY 9999999
int menu(void
www.eeworm.com/read/127939/14327068
rgs convert.rgs
HKCR
{
ConvertNum.Convert.1 = s 'Convert Class'
{
CLSID = s '{412D7F8C-F01E-4008-B0DB-4615692E198F}'
}
ConvertNum.Convert = s 'Convert Class'
{
CLSID = s '{412D7F8C-F01E-4008-B0DB-461
www.eeworm.com/read/127939/14327076
h convert.h
/////////////////////////////////////////////////////////////////////////////
// 类名:CConvert
// 功能:各种不同进制互相转换接口声明部分(服务器端)
// 说明:提供二个接口涵数:IsValidate()用来检验输入有效性;Convert()来完成实际转换
// 作者:徐景周(jingzhou_x
www.eeworm.com/read/127939/14327093
cpp convert.cpp
/////////////////////////////////////////////////////////////////////////////
// 类名:CConvert
// 功能:各种不同进制互相转换接口声明部分(服务器端)
// 说明:提供二个接口涵数:IsValidate()用来检验输入有效性;Convert()来完成实际转换
// 作者:徐景周(jingzhou_x