代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/147146/12580682
h convert.h
/***************************************************************/
/* convert.h - H.261 Codec (TU-Dresden) */
/* */
www.eeworm.com/read/334648/12583262
cpp convert.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/334648/12583321
h convert.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/248144/12593561
pas convert.pas
unit Convert;
interface
uses
Classes, NewParse;
type
KeywordType = (ktPascal, ktDfm);
TCodeParser = class (TNewParser)
public
constructor Create (SSource, SDest: TStream);
www.eeworm.com/read/248144/12593956
pas convert.pas
unit Convert;
interface
uses
Classes, NewParse;
type
KeywordType = (ktPascal, ktDfm);
TCodeParser = class (TNewParser)
public
constructor Create (SSource, SDest: TStream);
www.eeworm.com/read/248079/12602942
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/247961/12610287
clw convert.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CConvertDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "conver
www.eeworm.com/read/247961/12610289
ico convert.ico
www.eeworm.com/read/247961/12610297
aps convert.aps
www.eeworm.com/read/247961/12610303
cpp convert.cpp
// convert.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "convert.h"
#include "convertDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s