代码搜索:linear

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

代码结果 10,000
www.eeworm.com/read/165580/10057008

cpp linear_pll_sim.cpp

// // File = sqr_loop_sim_bp.cpp // #define SIM_NAME "LinearPLL\0" #define SIM_TITLE "Simulation of Linear PLL\0" #include "global_stuff.h" #include "qpsk_theory.h" #include "bitgen.h"
www.eeworm.com/read/358499/10186355

m bft_linear_array.m

%BFT_LINEAR_ARRAY - Create a linear array. % %USAGE : xdc = bft_linear_array(no_elements, width, kerf) % OR : xdc = bft_linear_array(no_elements, pitch) % %INPUT : no_elements - Number of elele
www.eeworm.com/read/356183/10235363

m linear_array_gui.m

function varargout = linear_array_gui(varargin) % LINEAR_ARRAY_GUI M-file for linear_array_gui.fig % LINEAR_ARRAY_GUI, by itself, creates a new LINEAR_ARRAY_GUI or raises the existing % s
www.eeworm.com/read/352714/10522290

c linear_base_va.c

/* * linear_base_va.c * Modified for use in 15-410 at CMU * Zachary Anderson(zra) */ /* * Copyright (c) 1996, 1998 University of Utah and the Flux Group. * All rights reserved. * * This file
www.eeworm.com/read/352543/10542035

m torr_linear_etopx.m

% By Philip Torr 2002 % copyright Microsoft Corp. %takes an essential matrix and a set of corrected matches, and outputs projection matrices, 3D points etc %all via linear estimation; need camera
www.eeworm.com/read/159560/10639970

m torr_linear_etopx.m

% By Philip Torr 2002 % copyright Microsoft Corp. %takes an essential matrix and a set of corrected matches, and outputs projection matrices, 3D points etc %all via linear estimation; need camera
www.eeworm.com/read/416320/11033498

c wd_linear_code.c

// ------------------------------------------------------------------------ // File: WD_linear_code.c // // Compute the weight distribution of a linear block code // from its generator matrix. //