代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/388617/8596942
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/388570/8599873
exe convert.exe
www.eeworm.com/read/388386/8612216
exe convert.exe
www.eeworm.com/read/388276/8619936
opt convert.opt
www.eeworm.com/read/388276/8619940
plg convert.plg
Build Log
--------------------Configuration: convert - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMIN
www.eeworm.com/read/388276/8619942
ncb convert.ncb
www.eeworm.com/read/388276/8619945
c convert.c
#include "string.h"
#include "stdlib.h"
#include "convert.h"
static void plane_copy( uint8 *dst, int i_dst,
uint8 *src, int i_src, int w, int h)
{
while( h-- )
www.eeworm.com/read/388276/8619954
dsw convert.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/388276/8619958
dsp convert.dsp
# Microsoft Developer Studio Project File - Name="convert" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C
www.eeworm.com/read/388276/8619963
h convert.h
#ifndef CONVERT_H
#define CONVERT_H
#include "string.h"
#define HEIGHT 96
#define WIDTH 112
typedef unsigned char uint8;
typedef struct
{
int stride[3];
uint8* plane[3];
}P