代码搜索:舒服点
找到约 10,000 项符合「舒服点」的源代码
代码结果 10,000
www.eeworm.com/read/256612/11983248
m g729code.m
function G729code(speech)
%clc;
%clear all;
%yout=wavread('2');
%speech=yout';
%以80点为一帧确定帧数
tic
L=floor(length(speech)/80);
codestream=[];%编码码流
%定义全局变量
QuanJuValue(speech);
present_speech
www.eeworm.com/read/342797/11998794
cpp ciperbench.cpp
// CiperBench.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "conio.h"
#include "CiperLib.h"
#include "clrcon.h"
#include
#include
#include
#include
www.eeworm.com/read/152291/12123918
m 6-1.m
x=0:0.05:5;
% 长度101的x轴采样点
y=sin(x.^2);
plot(x,y);
y1=y-0.25;
y2=y-0.5;
plot(x,y,x,y1,x,y2)
www.eeworm.com/read/151751/12177279
m 6-10.m
[x y z]=ellipsoid(1,2,3,5,1,10); %椭圆体数据的产生
view(3) %三维视角
surface(x,y,z)
title('椭圆体:中心点(1,2,3),半径(5,1,10)')
www.eeworm.com/read/151751/12177516
m 14-3.m
I = checkerboard(8);
PSF = fspecial('gaussian',7,10);
%点扩散函数
V = .0001;
BlurredNoisy = imnoise(imfilter(I,PSF),'gaussian',0,V);
%加性噪声
WT = zeros(size(I));
WT(5:end-4,5:end-4) = 1;
J1 = deconvl
www.eeworm.com/read/339431/12236528
c test001.c
/********************************************************************************************
* 文 件 名:test001.c
* 功 能:将ARMSKY-51Easy教学实验开发板上的LED11点亮。
* 硬件条件:1.CPU型号:AT89S52
* 2.晶振:12.
www.eeworm.com/read/338771/12284902
#1 printerb.#1
;参考程序B:PRINTERB.ASM程序功能:按下列格式打印出当前时间表:
;YEAR: 2005 (2005年)
;DATE: 10:05:05 ( 10月:6日:周5)
;CLOCK: 19:15:53 (19点:15分:53秒)
$inc
www.eeworm.com/read/338771/12284905
asm printerb.asm
;参考程序B:PRINTERB.ASM程序功能:按下列格式打印出当前时间表:
;YEAR: 2005 (2005年)
;DATE: 10:05:05 ( 10月:6日:周5)
;CLOCK: 19:15:53 (19点:15分:53秒)
$inc