代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/452718/7434258
java convert.java
/*
* This file is part of MUSoSu.
*
* MUSoSu is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Fou
www.eeworm.com/read/452606/7436886
exe convert.exe
www.eeworm.com/read/452222/7444775
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.bits-1)
www.eeworm.com/read/452217/7444952
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/206731/7456633
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/449856/7495755
bat convert.bat
@echo off
echo This converts the output from the Fudge editor to the MPASM file
echo rules.asm, suitable for parsing with the macros in fuzzy.asm
@echo on
conv < mc68hc11.asm > rules.asm
www.eeworm.com/read/449679/7498103
exe convert.exe
www.eeworm.com/read/449530/7501352
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/449281/7515308
h convert.h
/***************************************************************/
/* convert.h - H.261 Codec (TU-Dresden) */
/* */