代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/359616/10133760
m decoding.m
function p=decoding(c1,c2)
if [c1,c2]== [1 0]
p=[0 0];
end
if [c1,c2]== [0 1]
p=[1 0];
end
if [c1,c2]== [0 -1]
p=[0
www.eeworm.com/read/349548/10819114
vhd decoding.vhd
-- decoding
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
use IEEE.std_logic_arith.all;
entity decoding is
port(sel:in std_logic_vector(1 downto 0);
c:i
www.eeworm.com/read/349548/10819132
sym decoding.sym
www.eeworm.com/read/349548/10819211
vhd decoding.vhd
-- decoding
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
use IEEE.std_logic_arith.all;
entity decoding is
port(sel:in std_logic_vector(1 downto 0);
c:i
www.eeworm.com/read/349548/10819230
sym decoding.sym
www.eeworm.com/read/348807/10866388
m decoding.m
function N=decoding(cloneover,sy)
pop=cloneover;
newpop=[];
[nx,ny]=size(pop);
for i=1:nx
for j=1:sy
q=int2str(pop(i,23*(j-1)+1:23*j));
index = find(q == ' ');
q(in
www.eeworm.com/read/470452/6910811
m decoding.m
%--------------------------------------------------
% 解码函数
%--------------------------------------------------
function fitness = decoding(fname,bin_gen,bits,min_v
www.eeworm.com/read/470452/6910819
asv decoding.asv
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 解码函数 %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
function [fitness,var_gen] = decoding(fname,bin_gen,bits,min_var,max_var,popsize)
num_v
www.eeworm.com/read/460213/7255415
vhd decoding.vhd
-- decoding
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
use IEEE.std_logic_arith.all;
entity decoding is
port(sel:in std_logic_vector(1 downto 0);
c:i
www.eeworm.com/read/460213/7255420