代码搜索结果
找到约 16,374 项符合
Op-Amp 的代码
readme.txt
1.使用Visual FoxPro打开“图书馆管理系统.pjx”,运行!
2.也可以直接运行“图书馆管理系统.exe”,登陆用户名:op01 密码:op,或者在系统用户表.dbf中查看。
3.使用时请去除只读属性,功能不是太全。
gfba
newscode.asp
newtopic.ASP文件的调用方法
演示,论坛主题调用
在页面插入的代码:<script src=http://www.artbbs.net/news/newtopic.asp?boardid=all&tlen=16&n=10&sdate=1&or
canal2.m
%TE-信道模型,生成经过信道的接受序列
%copyright:flyingxiang
function [y]=canal2(out_iserial,h,var,amp)
%得到经过信道的输出
K=length(h);
N=length(out_iserial);
x=out_iserial;
b=[zeros(1,K-1) x];
env=2*x-1;
b=2*b-1;
z
c12.c
#
/*
* C compiler part 2 -- expression optimizer
*
*/
#include "c1h.c"
optim(atree)
struct tnode *atree;
{
register op, dope;
int d1, d2;
struct tnode *t;
register struct tnode *tree;
if (
c01.c
#
/*
* C compiler
*
*
*/
#include "c0h.c"
/*
* Called from tree, this routine takes the top 1, 2, or 3
* operands on the expression stack, makes a new node with
* the operator op, and puts it
@psc_readme_9798_3.txt
Title: Zip-Unzip Files
Description: This program specially made for zip & unzip ...check it out &
invalidoperandexception.java
class InvalidOperandException extends ExecutionException {
private String op;
public InvalidOperandException(String o) {
op = new String(o);
}
public String toString() {
not.java
public class Not extends Expression {
private Expression op;
public Not(Expression f) {
op = (Expression)f.clone();
}
public int eval() {
return ((op.eval()==1)?0:1);
hyperbolic_events.m
function [d] = hyperbolic_events(dt,f0,tmax,h,tau,v,amp,snr,L);
%HYPERBOLIC_EVENTS: A program to generate data containing linear events.
%
% [d] = linear_events(dt,f0,tmax,h,tau,p,amp,snr);
%
% IN
linear_events.m
function [d,t,h] = linear_events(dt,f0,tmax,h,tau,p,amp,snr,L);
%LINEAR_EVENTS: A program to generate data containing linear events.
%
% [d] = linear_events(dt,f0,tmax,h,tau,p,amp,snr,L);
%
% IN d