代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/148104/12493876
cpp linear.cpp
#include "stdio.h"
#include "stdlib.h"
#include "linear1.h"
#include "stack.h"
#include "queue.h"
#include "tree.h"
#include "binarytree.h"
#include "matrix.h"
#include "Huffman.h"
#include "
www.eeworm.com/read/148104/12493911
opt linear.opt
www.eeworm.com/read/148104/12493914
ncb linear.ncb
www.eeworm.com/read/148104/12493931
plg linear.plg
Build Log
--------------------Configuration: linear - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\Owner\
www.eeworm.com/read/335286/12541376
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/147096/12584283
m linear.m
function [ret,x0,str]=linear(t,x,u,flag);
%LINEAR is the M-file description of the SIMULINK system named LINEAR.
% The block-diagram can be displayed by typing: LINEAR.
%
% SYS=LINEAR(T,X,U,FLAG)
www.eeworm.com/read/334409/12604931
lib linear.lib
www.eeworm.com/read/334409/12605135
lib linear.lib
***
* (C) COPYRIGHT LINEAR TECHNOLOGY CORPORATION 1993
* All rights reserved.
*
* Linear Technology Corporation hereby grants the users of this
* macromodel a non
www.eeworm.com/read/146449/12647963
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/300713/13897434
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