代码搜索结果
找到约 16,374 项符合
Op-Amp 的代码
amp.h
/* this file is a part of amp software, (C) tomislav uzelac 1996,1997
*/
/* these should not be touched
*/
#define SYNCWORD 0xfff
#define TRUE 1
#define FALSE 0
/* version
*/
#defin
jukebox.txt
Sajber Jukebox support
Starting with this version, you can use "amp" as a replacement
to the default player in the sajber jukebox.
In order to do this, simply delete the "sajberplay" program
makefile.in
# Makefile - amp audio mpeg player v0.7
# tomislav uzelac 1996,1997
#DEBUG = -DDEBUG
# ---- @OS_TYPE@/@ARCH_TYPE@ ----
CC = @CC@
DEFINES = @DEFINES@
CFLAGS = @CFLAGS@ ${DEFINES} ${DEBUG}
LDFLA
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
orthpoly.m
function [op]=orthpoly(x,n,c)
%ORTHPOLY ORTHPOLY(X,N) calculates the orthogonal polynomials up
% to order N corresponding to vector X.
%
% ORTHPOLY(X,N,C) calculates constrained polynomials, so t
exp.eww
$WS_DIR$\ADC&LCD\ADC_LCD.ewp
$WS_DIR$\ADC&LCD\ADC_LCD_A.ewp
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) {}