代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/365844/9844873
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/169721/9845037
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/364280/9914191
v convert.v
module convert
( scan,
prepared,
clr,
data
);
input [7:0] scan;
input prepared;
input clr;
output [7:0] data;
reg [7:0] tmpASCII;
reg [7:0] ASCII;
reg
www.eeworm.com/read/364280/9914227
bsf convert.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/364280/9914343
vhd convert.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
entity convert is
PORT(
Scan : in STD_LOGIC_VECTOR(7 DOWNTO 0);
pr
www.eeworm.com/read/363828/9934443
c convert.c
/*++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
www.eeworm.com/read/166544/10016694
vhd convert.vhd
Library ieee;
USE IEEE.std_logic_1164.all;
Entity convert IS
port(a:in std_logic_vector(3 downto 0);
sel2,sel4:in std_logic;
b:out std_logic_vector(7 downto 0));
End convert;
architect
www.eeworm.com/read/166383/10022068
mdb convert.mdb
www.eeworm.com/read/166383/10022078