代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/159329/10669355
linear input.linear
-155 -135 -195 -553 66 77 116 330
0 0 0 0 7 8 12 34
0 0 0 0 2 2 4 10
0 0 0 0
www.eeworm.com/read/421959/10674161
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/276771/10707766
bmp linear.bmp
www.eeworm.com/read/273049/10930328
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/465269/7060236
txt linear.txt
x 0.000000 0.500000 1.000000 1.500000
y 0.000000 0.561181 1.122363 1.683544
x 2.000000 2.500000 3.000000 3.500000
y 2.244726 2.805907 3.367089 3.928270
x 4.000000 4.500000 5.000000 5.50000
www.eeworm.com/read/400482/7103406
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
www.eeworm.com/read/464153/7168668
vbp linear.vbp
Type=Exe
Form=Form1b.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
Module=Variables; metablites.bas
IconForm="Form1"
Startup="Form1"