代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/135537/13922346
h convert.h
#if !defined(AFX_CONVERT_H__D373836A_559C_440C_B585_041430531636__INCLUDED_)
#define AFX_CONVERT_H__D373836A_559C_440C_B585_041430531636__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MS
www.eeworm.com/read/135537/13922388
cpp convert.cpp
// Convert.cpp : implementation file
//
#include "stdafx.h"
#include "bmp2txt.h"
#include "Convert.h"
#include "JDib.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char TH
www.eeworm.com/read/300261/13923008
obj convert.obj
www.eeworm.com/read/300261/13923475
c convert.c
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/300254/13924367
cpp convert.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/300254/13924408
h convert.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/134676/13977328
pas convert.pas
{$A+,B-,D+,F-,G+,I+,K+,L+,N+,P+,Q+,R+,S+,T-,V+,W-,X+,Y+}
{$M 10240,8192}
unit Convert;
interface
const
repeatAll = 'Repeat all tracks';
repeatOne = 'Repeat this track';
cRepeatOne = 0
www.eeworm.com/read/134380/13993765
c convert.c
/* Copyright (C) 2004 VMware, Inc.
* This file is part of the Pixops Library.
*
* The pixops library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library
www.eeworm.com/read/134380/13993772
h convert.h
/* Copyright (C) 2004 VMware, Inc.
* This file is part of the Pixops Library.
*
* The pixops library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library
www.eeworm.com/read/133757/14025452
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