代码搜索:Volume
找到约 10,000 项符合「Volume」的源代码
代码结果 10,000
www.eeworm.com/read/242363/13011042
mak volume.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/242363/13011049
pjt volume.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\test\2407EDULab_v299\Lab1-UseCCS\"
ProjectType=Executable
CPUFamily=TMS320C24XX
T
www.eeworm.com/read/242363/13011069
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/242363/13011077
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/242363/13011079
obj volume.obj
www.eeworm.com/read/242363/13011086
map volume.map
******************************************************************************
TMS320C24xx COFF Linker Version 7.04
*****************************************************
www.eeworm.com/read/242363/13011088
out volume.out
www.eeworm.com/read/242363/13011092
paf volume.paf
www.eeworm.com/read/242363/13011095
out volume.out
www.eeworm.com/read/140873/13054933
c volume.c
/*
* Copyright 1999 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*