代码搜索结果

找到约 16,374 项符合 Op-Amp 的代码

mampres.c

#include #include #include #include "msp.h" void mampres(complex h[],float amp[],int n,float fs,int iamp, char filename[]) { /*------------------------------------

main.c

#include #include "LCD1602.H" #include "ZLG.H" #include "DAC0832.H" unsigned char Key; unsigned char Amp; void Delay(unsigned int t) { do { TH0 = 0xDC; TL0 = 0x00; TR

ops.h

/* $Id: ops.h,v 1.2 2002/09/03 23:39:33 drh Exp $ */ gop(CNST,1) op(CNST,F,fdx) op(CNST,I,csilh) op(CNST,P,p) op(CNST,U,csilh) gop(ARG,2) op(ARG,B,-) op(ARG,F,fdx) op(ARG,I,ilh) op

simp.c

#include "c.h" #include static char rcsid[] = "$Id: simp.c,v 1.1 2002/08/28 23:12:45 drh Exp $"; #define foldcnst(TYPE,VAR,OP) \ if (l->op == CNST+TYPE && r->op == CNST+TYPE) \ r

dag.c

#include "c.h" static char rcsid[] = "$Id: dag.c,v 1.1 2002/08/28 23:12:42 drh Exp $"; #define iscall(op) (generic(op) == CALL \ || IR->mulops_calls \ && (generic(op)==DIV||generic(op)==MOD|

mod2trans.m

No=variance; tx_waveform=bpsk(u,1); %amp= 1 rx_waveform=awgn(tx_waveform,No);

myc1main.c

#include "math.h" #include "myc1.h" #include "stdio.h" #pragma DATA_SECTION(x,"FFTx") double x[32],y[32]; double amp[32]; signed int buffer[32]; double angle[32]; /*extern void fft(x

alu.v

//`timescale 1ns/1ps module alu_test; reg [3:0] op = 4'b0001; reg [31:0] s1 = 32'h0000_0000; reg [31:0] s2 = 32'h0000_0000; reg [31:0] imm_32 = 32'h0000_0000; reg imm_en =

alu_test.v

//`timescale 1ns/1ps module alu_test; reg [3:0] op = 4'b0001; reg [31:0] s1 = 32'h0000_0000; reg [31:0] s2 = 32'h0000_0000; reg [31:0] imm_32 = 32'h0000_0000; reg imm_en =

ac1102.pas

program tju1102; const maxn=20000; var a:array[1..maxn]of word; n,i,t,u,op,len,maxlen:word; begin repeat read(n); for i:=1 to n do read(a[i]); op:=n;maxlen:=0;