代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound2.m
function [] = radit2d(arg1,arg2,arg3)
% Purpose: analyse the acoustic of rooms in 2D with the Image Theory
%
% Results: -number of first reflections
% -sound level in dB
% -pola
sound2.asm
data segment
a1 db 'hello!',0dh,0ah,'$'
data ends
code segment
assume cs:code,ds:data
start:mov ax,data
mov ds,ax
mov dx,offset a1
mov ah
sound1.asm
data segment
a1 db 'hello!',0dh,0ah,'$'
data ends
code segment
assume cs:code,ds:data
start:mov ax,data
mov ds,ax
mov dx,offset a1
mov ah
sound0.eps
%!PS-Adobe-2.0 EPSF-2.0
%%Creator: user
%%Title: FreeFem++
%%CreationDate: Sat Jul 23 18:43:59 2005
%%Pages: 1
%%BoundingBox: 50 50 518 509
%%EndComments
/L { lineto currentpoint stroke