代码搜索:Compute

找到约 10,000 项符合「Compute」的源代码

代码结果 10,000
www.eeworm.com/read/416926/11009502

vhd fltr_compute_h4.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity fltr_compute_h4 is port( clk: in std_logic; din : std_logic_vector(55 downto 0); d
www.eeworm.com/read/416926/11009520

vhd fltr_compute_h3.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity fltr_compute_h3 is port( clk: in std_logic; din : std_logic_vector(55 downto 0); d
www.eeworm.com/read/456209/7353771

svn-base compute_min.sci.svn-base

function [Y,I] = compute_min(X,d) // compute_min - compute min along dimension d // // [Y,I] = compute_min(X,d); // // Copyright (c) 2008 Gabriel Peyre if argn(2)
www.eeworm.com/read/456209/7353783

svn-base compute_max.m.svn-base

function [Y,I] = compute_max(X,d) % compute_max - compute maximum along dimension d % % [Y,I] = compute_max(X,d); % % Copyright (c) 2008 Gabriel Peyre if nargin
www.eeworm.com/read/456209/7353796

svn-base compute_max.sci.svn-base

function [Y,I] = compute_max(X,d) // compute_max - compute maximum along dimension d // // [Y,I] = compute_max(X,d); // // Copyright (c) 2008 Gabriel Peyre if argn(2)
www.eeworm.com/read/456209/7353812

svn-base compute_min.m.svn-base

function [Y,I] = compute_min(X,d) % compute_min - compute min along dimension d % % [Y,I] = compute_min(X,d); % % Copyright (c) 2008 Gabriel Peyre if nargin
www.eeworm.com/read/297947/7984372

m compute_dead_leaves_image.m

function M = compute_dead_leaves_image(n,sigma,options) % compute_dead_leaves_image - compute a random image using the dead-leaves model % % M = compute_dead_leaves_image(n,sigma,options); %
www.eeworm.com/read/297325/8029962

m compute_extrinsic_refine2.m

function [omckk,Tckk,Rckk,JJ] = compute_extrinsic_refine2(omc_init,Tc_init,x_kk,X_kk,fc,cc,kc,alpha_c,MaxIter,thresh_cond), %compute_extrinsic % %[omckk,Tckk,Rckk] = compute_extrinsic_refine2(omc
www.eeworm.com/read/145715/12706375

m compute_extrinsic_refine2.m

function [omckk,Tckk,Rckk,JJ] = compute_extrinsic_refine2(omc_init,Tc_init,x_kk,X_kk,fc,cc,kc,alpha_c,MaxIter,thresh_cond), %compute_extrinsic % %[omckk,Tckk,Rckk] = compute_extrinsic_refine2(omc
www.eeworm.com/read/314474/13566647

gawk compute-best-sentence-mix.gawk

#!/usr/local/bin/gawk -f # # compute-best-sentence-mix -- # Compute the best sentence-level mixture weight for interpolating N # LMs. # # usage: compute-best-sentence-mix [lambda="l1 l2 ..."] [precisi