代码搜索:Volume
找到约 10,000 项符合「Volume」的源代码
代码结果 10,000
www.eeworm.com/read/273826/10899809
c volume.c
/**
* volume.c - NTFS volume handling code. Originated from the Linux-NTFS project.
*
* Copyright (c) 2000-2006 Anton Altaparmakov
* Copyright (c) 2002-2006 Szabolcs Szakacsits
* Copyright (c) 20
www.eeworm.com/read/417563/10985456
headset_volume
headset_volume.o: headset_volume.c headset_configmanager.h \
headset_private.h C:/BlueLab/tools/include/connection.h \
C:/BlueLab/tools/include/bdaddr_.h \
C:/BlueLab/tools/lib/gcc-lib/xap-lo
www.eeworm.com/read/270730/11028569
cmd volume.cmd
/****************************************************************************/
/* volume.cmd - Sample linker command file for F24xx devices */
/*
www.eeworm.com/read/110990/6935514
c volume.c
#include "handsfree_private.h"
#include "handsfree.h"
#include
/*
sendVolume
Internal function to tell the framework to change the volume and
communicate this to
www.eeworm.com/read/465012/7064240
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/465012/7064241
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/465012/7064242
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/465012/7064244
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/465020/7064305
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/465020/7064306
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
*