代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/296204/8118267
h convert.h
#include
inline double square(double x)
{
return (x * x);
}
inline double deg2rad(double x)
{
return (x * M_PI / 180);
}
inline double rad2deg(double x)
{
return (x *
www.eeworm.com/read/247181/12675856
m convert.m
function mesh = convert(x,y,tri)
% convert: Conversion of simple mesh data structure to
% an extended data format describing an unstructured mesh
% Usage:
% mesh = convert(x,y,tri)
%
% x ->
www.eeworm.com/read/333254/12693426
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/145110/12753682
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/145110/12753826
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/144732/12774782
h convert.h
int GB_UNICOD(char *pSrc)
{
int nDstLength = 0 ; // UNICODE宽字符数目
WCHAR wchar[128]; // UNICODE串缓冲区
unsigned int Datasheet[10000][2]; //****建立“字符-UNICODE”对应表
FILE *fp;
in
www.eeworm.com/read/245818/12779483
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/144350/12801430
bat convert.bat
"C:\Program Files\Macraigor Systems\Flash Programmer\BinToS19.exe" 51EDA_BIOS_Data\BIOS_51EDA\51EDA_BIOS.bin 0 BIOS_51EDA.s19
www.eeworm.com/read/245114/12818491
exe convert.exe
www.eeworm.com/read/245114/12818511