代码搜索:mixer
找到约 1,551 项符合「mixer」的源代码
代码结果 1,551
www.eeworm.com/read/359058/10167663
mixer
www.eeworm.com/read/288383/8636395
paf mixer.paf
www.eeworm.com/read/288383/8636403
c mixer.c
/////////////////////////////////////////////////
// Example For ICETEK-VC5416-EDU //
// CTR Version : V4 //
// Filename: ADC.c
www.eeworm.com/read/288383/8636408
cmd mixer.cmd
-w
-stack 400h
-heap 100
-l rts.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
RAM2 : o=4000h,l=1000h
}
SECTIONS
www.eeworm.com/read/288383/8636423
wks mixer.wks
www.eeworm.com/read/288383/8636428
pjt mixer.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\icetek-vc5416-edulab\lab0603-Mixer\"
ProjectType=Executable
CPUFamily=TMS320C54XX
www.eeworm.com/read/186716/8914438
m mixer.m
function [out] = mixer(in,fc)
% MIXER ....... Mix (multiply) two input sequences.
%
% Z = MIXER(X,Y) generates the sequence Z such that: Z(n) = X(n)*Y(n).
%
% AUTHORS : M. Zeytinoglu & N. W.
www.eeworm.com/read/183996/9126755
asm mixer.asm
www.eeworm.com/read/177187/9465923
cpp mixer.cpp
//////////////////////////////////////////////////////////////////////
//
// Handles various controls such as volume control...etc.
//
// Mixer.cpp: implementation of the CMixer class.
//
///
www.eeworm.com/read/177187/9465933
h mixer.h
//////////////////////////////////////////////////////////////////////
// Volume Controler
// by Whoo(whoo@isWhoo.com)
// Oct.1 2001
/////////////////////////////////////////////////////////////