代码搜索:coded
找到约 2,797 项符合「coded」的源代码
代码结果 2,797
www.eeworm.com/read/461382/7228240
m simulatemod.m
function sim_state = SimulateMod( sim_param, sim_state, code_param )
% SimulateMod runs a single coded/uncoded modulation simulation scenario
%
% The calling syntax is:
% sim_state = SimulateM
www.eeworm.com/read/461382/7228333
m cmlstartup.m
% CmlStartup
%
% Initializes the Coded Modulation Library
%
% Last updated Sep. 9, 2007
% determine the version of matlab version
version_text = version;
if ( str2num( version_text(1) ) > 6)
www.eeworm.com/read/461294/7229563
m decomp.m
% function [sub_trees,sub_count,nodes]=decomp(pop)
%
% Function for decompositioning a population of mathematical expressions
% coded as tree structures. For use with tree_ga2 etc..
function [sub
www.eeworm.com/read/457219/7331736
m decomp.m
% function [sub_trees,sub_count,nodes]=decomp(pop)
%
% Function for decompositioning a population of mathematical expressions
% coded as tree structures. For use with tree_ga2 etc..
function [sub
www.eeworm.com/read/452217/7444920
m decomp.m
% function [sub_trees,sub_count,nodes]=decomp(pop)
%
% Function for decompositioning a population of mathematical expressions
% coded as tree structures. For use with tree_ga2 etc..
function [sub
www.eeworm.com/read/206731/7456601
m decomp.m
% function [sub_trees,sub_count,nodes]=decomp(pop)
%
% Function for decompositioning a population of mathematical expressions
% coded as tree structures. For use with tree_ga2 etc..
function [sub
www.eeworm.com/read/447464/7550669
vhd kcpsm3.vhd
-- PicoBlaze
--
-- Constant (K) Coded Programmable State Machine for Spartan-3 Devices.
-- Also suitable for use with Virtex-II(PRO) and Virtex-4 devices.
--
-- Includes additional code for enhan
www.eeworm.com/read/299015/7899540
m decomp.m
% function [sub_trees,sub_count,nodes]=decomp(pop)
%
% Function for decompositioning a population of mathematical expressions
% coded as tree structures. For use with tree_ga2 etc..
function [sub
www.eeworm.com/read/298649/7946771
m decomp.m
% function [sub_trees,sub_count,nodes]=decomp(pop)
%
% Function for decompositioning a population of mathematical expressions
% coded as tree structures. For use with tree_ga2 etc..
function [sub
www.eeworm.com/read/195529/8145350
cpp gstemmer.cpp
// This code is from http://www.tartarus.org/~martin/PorterStemmer/c_thread_safe.txt
/* This is the Porter stemming algorithm, coded up as thread-safe ANSI C
by the author.
It may be be regarde