代码搜索结果
找到约 1,533 项符合
Speaker 的代码
5-1361msg1.txt
Subject: re : 5 . 1344 native speaker intuition
the discussion on native speaker intuition have be extremely interest , but i worry that my brief intervention may have muddy the waters . i take it th
5-1333msg1.txt
Subject: re : sum : native speaker intuition
marilyn silva recently summarise response deal with " native speaker intuition " , especially with respect to the sentence ' john ask mary to leave ' . sh
5-1251msg1.txt
Subject: summary : ' typewriter ' and " canadian " raise
i recently ask , as i do periodically , if anyone know of speaker who have different vowel in _ rider _ and _ writer _ ( i . e . , who have ca
5-1435msg1.txt
Subject: re : 5 . 1414 native speaker intuition
on monday , 5 dec 94 , jule levin respond to the follow : ) ) tony bex raise some very interest question in the post ) ) about native speaker intuition
beeps.c
#include
#include
void main (int argc, char *argv[])
{
int count; // The number of times to sound the speaker
int i; // The number of times the speaker has bee
speakers.c
/*
BASS multi-speaker example
Copyright (c) 2003-2008 Un4seen Developments Ltd.
*/
#include
#include
#include "bass.h"
HWND win=NULL;
DWORD flags[4]={BASS_SPEAKER
frmspeakers.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
Begin VB.Form frmSpeakers
BorderStyle = 3 'Fixed Dialog
Caption = "BASS multi-speaker e
speaker.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity speaker is
port(clk:in std_logic;
tone:in std_logic_vector(10 downto 0);
spks:out std_logic);
end entity
speaker.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity speaker is
port(clk:in std_logic;
tone:in std_logic_vector(10 downto 0);
spks:out std_logic);
end entity
speaker.m
% NTPort Library Sample
% Copyright (c) 2001, Zeal SoftStudio.
% http://www.zealsoftstudio.com
% The program requires NTPort Library 2.3 or higher,
% MatLab 5.x or higher and Matport.dll 1.0
%