代码搜索:Volume
找到约 10,000 项符合「Volume」的源代码
代码结果 10,000
www.eeworm.com/read/378355/9234969
h volume.h
/*
* Copyright 2000 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/181107/9273767
cmd volume.cmd
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> PRAM PAGE 0
.data : {}> PRAM PAGE 0
.ci
www.eeworm.com/read/181107/9273770
pjt volume.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\5416edulab\lab1-usecc\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compil
www.eeworm.com/read/181107/9273774
h volume.h
#define BUF_SIZE 0x64
#define TRUE 1
#define FALSE 0
struct PARMS {
int Beta;
int EchoPower;
int ErrorPower;
int Ratio;
struct PARMS *Link;
};
www.eeworm.com/read/181107/9273777
c volume.c
#include "volume.h"
int inp_buffer[BUF_SIZE]; /* BUF_SIZE的定义见volume.h */
int out_buffer[BUF_SIZE];
int *input;
int *output;
int volume = 1;
struct PARMS str =
{
2934,9432,213,9432,&s
www.eeworm.com/read/181107/9273779
paf volume.paf
www.eeworm.com/read/181107/9273790
c volume.c
#include
#include
/* Global declarations */
int inp1_buffer[BUFSIZE];
int inp2_buffer[BUFSIZE]; /* processing data buffers */
int out1_buffer[BUFSIZE];
int out2_bu
www.eeworm.com/read/181107/9273792
h volume.h
/*
* Copyright 2000 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/181107/9273794
cmd volume.cmd
/*
* Copyright 1999 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/181071/9275752