代码搜索结果
找到约 16,374 项符合
Op-Amp 的代码
shiti1_4_3.cpp
#include
class Coord
{
public:
Coord(int i=0,int j=0){x=i;y=j;}
void Print(){cout
readme
amp MPEG audio decoder readme file (version 0.7.5)
(C) Tomislav Uzelac 1996,1997
amp is free software and can be _used_ freely by anyone. If you want to
do anything else with it, be sure to check th
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 that
ldpc_demo.m
%clear all;
%clc;
tic
rows=4096;
cols=8192;
s=round(rand(1, cols-rows));
%产生H矩阵
H=genH(rows,cols);
%使用H矩阵进行LDPC编码
[u,P,rearranged_cols]=ldpc_encode(s,H);
for SNR=1:4:21
amp=1;
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
test1.m
FreqValue=[ 1 2 3
3 6 7
61 4 9];
[amp crw] = max(max(abs(FreqValue')))
[amp ccn] = max(max(abs(FreqValue)))
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="