代码搜索:Volume
找到约 10,000 项符合「Volume」的源代码
代码结果 10,000
www.eeworm.com/read/295985/8129725
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/295985/8129744
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/295985/8129810
cmd volume.cmd
MEMORY
{
ISRAM : origin = 0x0, len = 0x100000
}
SECTIONS
{
.vectors > ISRAM
.text > ISRAM
.bss > ISRAM
.cinit > ISRAM
.
www.eeworm.com/read/295985/8129814
pjt volume.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\ti622\myprojects\icetek-dm642-pci\lab1-us-cc\"
ProjectType=Executable
CPUFamily=TM
www.eeworm.com/read/295985/8129838
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/295985/8129846
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/295985/8129852
paf volume.paf
www.eeworm.com/read/145921/12691402
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
*
www.eeworm.com/read/145921/12691405
h volume.h
/*
* 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/145921/12691407
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