代码搜索:LAME
找到约 691 项符合「LAME」的源代码
代码结果 691
www.eeworm.com/read/366147/9827006
pde lame.pde
r0 := 1.0;
r1 := 2.0;
border(2,0,10,30) begin x:=t; y:=0 end;
border(2,0,1,5) begin x:=10; y:=t end;
border(2,1,2,5) begin x:=10; y:=t end;
border(2,0,10,30) begin x:=10-t; y:=2 end;
border(1,0,1,5)
www.eeworm.com/read/168116/9939058
m lame.m
format long
syms p;
kh=3.0;
cd=6100;cs=3300;m=cs/cd;
y1=-4*tan(kh/2*((p^2+1)*m^2-1)^(1/2))*p*((p^2+1)*m^2-1)^(1/2);
y2=(p^2-1)^2*tan(kh/2*p);
y=y1-y2;
ezplot(y1,[0,6]);
grid on
hold on
ezplo
www.eeworm.com/read/162446/10304964
exe lame.exe
www.eeworm.com/read/162446/10304988
css lame.css
BODY {
font-family: Arial, Helvetica, sans-serif;
position: absolute;
padding-left: 1cm;
margin-left: 1cm;
}
h1, h2, h3 {
margin-left: -1cm; text-
www.eeworm.com/read/278321/10546775
mcp lame.mcp
www.eeworm.com/read/278321/10546989
bat lame.bat
@echo off
rem ---------------------------------------------
rem PURPOSE:
rem - put this Batch-Command on your Desktop,
rem so you can drag and drop wave files on it
rem and LAME will en
www.eeworm.com/read/278321/10547163
c lame.c
/* -*- mode: C; mode: fold -*- */
/*
* LAME MP3 encoding engine
*
* Copyright (c) 1999-2000 Mark Taylor
* Copyright (c) 2000-2005 Takehiro Tominaga
* Copyright (c) 2000-2005 Robert Hegemann
* Co
www.eeworm.com/read/278321/10547336
1 lame.1
.TH lame 1 "August 03, 2005" "" "LAME audio compressor"
.SH NAME
lame \- create mp3 audio files
.SH SYNOPSIS
lame [options]
.SH DESCRIPTION
.PP
LAME is a program which can be used t
www.eeworm.com/read/278321/10547352
css lame.css
BODY {
font-family: Arial, Helvetica, sans-serif;
position: absolute;
padding-left: 1cm;
margin-left: 1cm;
}
h1, h2, h3 {
margin-left: -1cm; text-align: l
www.eeworm.com/read/278321/10547401
h lame.h
/*
* Interface to MP3 LAME encoding engine
*
* Copyright (c) 1999 Mark Taylor
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pub