代码搜索结果

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

jm99a1.m

%99年中国大学生数学建模竞赛a题:自动化车床管理模型一 %参见《数学的实践与认识》2000.1.p36-40 clear;opt=inf; for n=[10 20 30] for m=[200 300 400] [x0,op]=fmins('jm99afun',[n m]); if op(8)

jm99a.m

function [x,opt]=jm99a(n,m) %99年中国大学生数学建模竞赛a题:自动化车床问 %参见《数学的实践与认识》2000.1.p36-40 opt=inf; for n=10:5:30 for m=300:10:400 [x0,op]=fmins('jm99afun',[n m]); if op(8)

simp.c

#include "c.h" #define foldcnst(TYPE,VAR,OP,RTYPE) \ if (l->op == CNST+TYPE && r->op == CNST+TYPE) {\ p = tree(CNST+ttob(RTYPE), RTYPE, NULL, NULL);\ p->u.v.VAR = l->u.v.VAR OP r->u.v.VAR;\

dag.c

#include "c.h" #define iscall(p) (generic((p)->op) == CALL \ || IR->mulops_calls \ && ((p)->op==DIV+I || (p)->op==MOD+I || (p)->op==MUL+I \ || (p)->op==DIV+U || (p)->op==MOD+U || (p)->op==MUL+

p4_14.java

class op { public double a,b,c; public op(double x,double y) { a=x; b=y; } public op(double x) { c=x; } public void show(double a,do

amp_8cpp.html

Copley Motion Library: Amp.cpp File Reference

clip.m

function trout=clip(trin,amp); % CLIP: clips the amplitudes on a trace % % trout=clip(trin,amp) % % CLIP adjusts only those samples on trin which are greater % in absolute value than 'amp'. Thes

reflec.m

function [r,t]=reflec(tmax,dt,amp,m,n) % REFLEC: synthetic pseudo random reflectivity % % [r,t]=reflec(tmax,dt,amp,m,n) % [r,t]=reflec(tmax,dt,amp,m) % [r,t]=reflec(tmax,dt,amp) % [r,t]=reflec(t