代码搜索:Volume
找到约 10,000 项符合「Volume」的源代码
代码结果 10,000
www.eeworm.com/read/312639/13607079
c volume.c
/*
* Copyright 2001 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/312639/13607080
h volume.h
/*
* Copyright 2001 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/312639/13607081
cmd volume.cmd
/*
* Copyright 2001 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/312548/13609793
c volume.c
//-------------------------------相关头文件------------------------------------//
#include "volume.h"
#include "stdio.h"
//-------------------------------工作变量定义----------------------------------//
int
www.eeworm.com/read/312548/13609794
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/312548/13609795
cmd volume.cmd
MEMORY
{
DARAM: o=0x100, l=0x7f00
VECT : o=0x8000, l=0x100
DARAM2: o=0x8100, l=0x7f00
SARAM: o=0x10000, l=0x30000
SDRAM: o=0x40000, l=0x3e0000
}
SECTIONS
{
.text
www.eeworm.com/read/312548/13609796
pjt volume.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ICETEK\VC5509AS60\VC5509AS60\Lab0101-UseCCS\"
ProjectType=Executable
CPUFamily=TMS
www.eeworm.com/read/312548/13609801
paf volume.paf
www.eeworm.com/read/312108/13619263
c volume.c
#include
#include "volume.h"
/* Global declarations */
int inp1_buffer[BUFSIZE];
int inp2_buffer[BUFSIZE]; /* processing data buffers */
int out1_buffer[BUFSIZE];
int out2_bu
www.eeworm.com/read/312108/13619264
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
*