代码搜索结果

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

bad-op.sh

#!/bin/bash # bad-op.sh: Trying to use a string comparison on integers. echo number=1 # The following "while loop" has two errors: #+ one blatant, and the other subtle. while [ "$number" < 5 ] #

minimum_phase.m

function wav=minimum_phase(amp,nsamp) % Function computes minimum-phase wavelet with given amplitude spectrum % INPUT % amp amplitude spectrum % nsamp number of samples of desired wavelet % O

mampres.c

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

temp.cpp

#define LENGTH 80 char ch[LENGTH],op[LENGTH]; int chptr=0; int opptr=0; void main() { extern char push(),pop(); extern void postfix(); char expr[LENGTH]; int i; printf("Expression="

index

9│新易友情链接系统│1140662903│6│2006-02-23│http://www.zsdy.cn/008/read.php?fid=1&tid=11&fpage=1│N/A│ 9│新易音乐系统V2.0│1140663929│4│2006-02-23│http://www.zsdy.cn/008/read.php?fid=1&tid=12&fpage=1│N

fictionbook.csp

package fictionbook; import ml; function escape(s) { return s.replace('&',"&",'',">",'\"',"""); } //| //| 镳孱狃噻钼囗桢 蝈犟蝾

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)

default_hook_functions.c

/* default no op hook functions */ void OSInitHookBegin(void) {} void OSTCBInitHook(void *junk) {} void OSInitHookEnd(void) {}