代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/278075/10576378
h convert.h
//{{AFX_INCLUDES()
#include "msflexgrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_CONVERT_H__A0BB27A5_2E79_4A55_BDE2_C5513CA2361B__INCLUDED_)
#define AFX_CONVERT_H__A0BB27A5_2E79_4A55_BDE2_C5513CA2361B
www.eeworm.com/read/278075/10576431
cpp convert.cpp
// Convert.cpp : implementation file
//
#include "stdafx.h"
#include "坐标转换.h"
#include "Convert.h"
#include "Converting.h"
#include "zbxtsz.h"
#include "gybl.h"
#ifdef _DEBUG
#define new DE
www.eeworm.com/read/278058/10578105
cpp convert.cpp
// convert.cpp -- converts stone to pounds
#include
int stonetolb(int); // function prototype
int main()
{
using namespace std;
int stone;
cout
www.eeworm.com/read/159601/10634871
c convert.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: conver
www.eeworm.com/read/421976/10673279
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/351173/10676719
txt convert.txt
STACK_SEG SEGMENT STACK
STACK_BUF DW 120 DUP(?)
TOP EQU $-STACK_BUF
STACK_SEG ENDS
DATA_SEG SEGMENT PARA
TS DB 0AH,0DH, 'PROGRAM TO
www.eeworm.com/read/421785/10699115
c convert.c
/* convert.c -- automatic type conversions */
#include
int main(void)
{
char ch;
int i;
float fl;
fl = i = ch = 'C'; /* line 9 */
www.eeworm.com/read/350881/10703231
h convert.h
/***************************************************************/
/* convert.h - H.261 Codec (TU-Dresden) */
/* */
www.eeworm.com/read/350641/10723717
cpp convert.cpp
#include
#include
struct BookInfo {
char title[64];
char publisher[64];
char author[64];
float price;
int pages;
};
class BookStuff {
public:
Boo