代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/451038/7473172
la linear_h2200.la
www.eeworm.com/read/451038/7473176
so linear_h2200.so
www.eeworm.com/read/445470/7595252
m linear_buffer_delay.m
% delay.m - M-fold delay
%
% w = delay(M, w)
%
% w is the (M+1)-dimensional linear delay-line buffer
% based on delay.c
function w = delay(M, w)
w(M+1:-1:2) = w((M+1:-1:2)-1);
www.eeworm.com/read/445413/7595692
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/441825/7664283
m rankncg_linear_train.m
function [w,time_taken]=RankNCG_linear_train(data,CG_tolerance,lambda,method,epsil,verbose,plot_enable)
% Trains a linear ranking function using nonlinear conjugate gradient.
%
% The exct version s
www.eeworm.com/read/299983/7815762
pdf decoding by linear programming.pdf
www.eeworm.com/read/297846/7992249
fig linear_array_gui.fig
www.eeworm.com/read/297846/7992528
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