代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/226071/14497063
o linear.o
www.eeworm.com/read/226071/14497164
h linear.h
/**************************************************************************
(C)Copyright Cheertek Inc. 2002-2003,
D300, all right reserved.
Product : WinAV Firmware
www.eeworm.com/read/226071/14497464
c linear.c
//////////////////////////////////////////////////////////////
// ***** Big Modification History Area *****
// LLY.274p, some big modification:
// [1] Rename all MP3 relative info. because module name
www.eeworm.com/read/224692/14572421
gif linear.gif
www.eeworm.com/read/124283/14578468
c linear.c
/* fit/linear.c
*
* Copyright (C) 2000 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published b
www.eeworm.com/read/124283/14579578
c linear.c
/* interpolation/linear.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/123697/14616142
asm linear.asm
.386
.MODEL small
INCLUDE defs.inc
;============================================================================
;
; unwound vertical scaling code
;
; eax light table pointer, 0 lowby
www.eeworm.com/read/223536/14636521
m linear.m
function Z=Linear(X,Y,i,j)
%%GZC function
global M
%ONES=ones(size(X,1),size(X,2));
Z=(M{i}{j}(1)-M{i}{j}(3))*X+(M{i}{j}(2)-M{i}{j}(4))*Y+0.5*(M{i}{j}(3)^2+M{i}{j}(4)^2-M{i}{j}(1)^2-M{
www.eeworm.com/read/222301/14697838
m linear.m
function ker = linear(arg)
% LINEAR
%
% Construct a linear kernel object,
%
% K(x1, x2) = x1.x2';
%
% Examples:
%
% % default constructor
%
% ker1 = linear;
%
% % copy cons
www.eeworm.com/read/220624/14794794
v linear.v
module linear(c,u,clk);
output[6:0] c;
input[3:0] u;
input clk;
reg[6:0] c;
always @(posedge clk)
begin
c[6] = u[3];
c[5] = u[2];
c[4] = u[1];
c[3] = u[0];
c[2] = u[1] ^ u[2] ^ u[3];
c[1