代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/245114/12818514
dof convert.dof
[FileVersion]
Version=6.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/245114/12818517
dpr convert.dpr
program Convert;
uses
Forms,
Unit1 in 'Unit1.pas' {AudioCvtForm};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TAudioCvtForm, AudioCvtForm);
Application.Run;
www.eeworm.com/read/245114/12818521
cfg convert.cfg
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/331439/12828895
m convert.m
function p = convert(q, t)
% CONVERT Convert elements of a quaternion to another type.
%
% This function converts a quaternion array into a quaternion array with
% components of a different data type
www.eeworm.com/read/143917/12830259
h convert.h
/***************************************************************************/
/* */
/* Copyright (C) BEIJING NEXTSKY
www.eeworm.com/read/143472/12872962
exe convert.exe
www.eeworm.com/read/244076/12891009
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/243677/12926021
c convert.c
//convert.c by Steve Rhoads 4/26/01
//Now uses the ELF format (get gccmips_elf.zip)
//set $gp and zero .sbss and .bss
#include
#include
#include
#include
www.eeworm.com/read/142039/12968488
m convert.m
function val = convert(g)
% CONVERT - converts the value of the dna to dec.
%
if isa(g,'cdv')
l_lim=get(g,'l_limit');
u_lim=get(g,'u_limit');
val=l_lim+(u_lim-l_lim)*bin2int(g.dna)/(2^g.b
www.eeworm.com/read/142035/12968750
cpp convert.cpp
// convert.cpp -- converts stone to pounds
#include
int stonetolb(int); // function prototype
int main()
{
using namespace std;
int stone;
cout