代码搜索:Volume

找到约 10,000 项符合「Volume」的源代码

代码结果 10,000
www.eeworm.com/read/485871/6548648

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 * gran
www.eeworm.com/read/485871/6548649

pjt volume.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectName="volume" ProjectDir="C:\ti\myprojects\volume1\" ProjectType=Executable CPUFamily=TMS
www.eeworm.com/read/485871/6548650

gel volume.gel

/* * Copyright 1998 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/485871/6548657

obj volume.obj

www.eeworm.com/read/485871/6548660

out volume.out

www.eeworm.com/read/485871/6548662

paf volume.paf

www.eeworm.com/read/482760/6611493

cmd volume.cmd

MEMORY { ISRAM : origin = 0x0, len = 0x100000 } SECTIONS { .vectors > ISRAM .text > ISRAM .bss > ISRAM .cinit > ISRAM .
www.eeworm.com/read/482760/6611494

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/482760/6611501

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/482760/6611503

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