代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/255471/12079533
exe linear_hash.exe
www.eeworm.com/read/255471/12079548
h linear_hash.h
#define BLOCK_SIZE 8192
#define BUCKET_SIZE BLOCK_SIZE
#define LONG_IN_BLOCK (BLOCK_SIZE/sizeof(long))
#define NTH_BLOCK_IN_BLOCK (LONG_IN_BLOCK/2)
#define HASH_SPACE ((BUCKET
www.eeworm.com/read/255284/12090339
m linear_array.m
function [theta,patternr,patterng] = linear_array(Nr,dolr,theta0,winid,win,nbits);
% This function computes and returns the gain radiation pattern for a linear array
% It uses the FFT to computes th
www.eeworm.com/read/152094/12139962
m linear304.m
%% Linear Fit of Nonlinear Problem
% A linear neuron is trained to find the minimum sum-squared error linear fit to
% a nonlinear input/output problem.
%
% Copyright 1992-2002 The MathWorks, Inc.
www.eeworm.com/read/339616/12218129
h icc_linear.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/339616/12218782
h icc_linear.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/339616/12220141
h icc_linear.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/338523/12298533
mdl linear_motor.mdl
Model {
Name "linear_motor"
Version 4.00
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes off
RecordCover
www.eeworm.com/read/251851/12315198
m linear_partition.m
function partition = linear_partition(patch,A,b,q)
% Partition the given "n-1" dimensional polytope using the partitioning
% scheme for `linear` (affine) dynamics.
%
% Syntax:
% "partition
www.eeworm.com/read/338243/12316774
cc test_linear.cc
#include
#include
#include
#include
#include
static int verbose = 0;
static int modelsize = 3;
static int itMax = 100;
static d