代码搜索:Frame

找到约 10,000 项符合「Frame」的源代码

代码结果 10,000
www.eeworm.com/read/195686/8135649

c to_frame.c

/* * File: To_Frame.c * * * * --- THIS FILE GENERATED BY S-FUNCTION BUILDER: 3.0 --- * * This file is an S-function produced by the S-Function * Builder which only recognize
www.eeworm.com/read/195605/8138925

html frame.html

北极星书库 - INTERNET 教室 - HTML 语言教程 多窗口页面(Frames)
www.eeworm.com/read/247144/12679587

cpp frame.cpp

// $$frame_ifile$$.cpp : implementation of the $$FRAME_CLASS$$ class // #include "stdafx.h" #include "$$root$$.h" #include "$$frame_hfile$$.h" #ifdef _DEBUG #define new DEBUG_NEW
www.eeworm.com/read/247144/12679615

h frame.h

// $$frame_hfile$$.h : interface of the $$FRAME_CLASS$$ class // ///////////////////////////////////////////////////////////////////////////// #if !defined($$FILE_NAME_SYMBOL$$_INCLUDED_) #defin
www.eeworm.com/read/246603/12717189

png frame.png

www.eeworm.com/read/246596/12717485

h frame.h

/***************************************************************************** * frame.h: h264 encoder library ***************************************************************************** * Cop
www.eeworm.com/read/246596/12717503

c frame.c

/***************************************************************************** * frame.c: h264 encoder library ***************************************************************************** * Cop
www.eeworm.com/read/145478/12721003

h frame.h

/* ***************************************************************************** * * GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001 * R99 Versi
www.eeworm.com/read/145366/12733179

asv frame.asv

function [fr,frmsize,frmcnt]= frame(x) x = filter([1 -0.95],[1],x); % 高频预加重,抵消频谱倾斜 n = length(x); frmsize = 320; % 设置帧大小 frmcnt = floor(n/frmsize/2-1);%计算帧个数 fr=zeros(frmcnt,frmsize); for
www.eeworm.com/read/145366/12733261

m frame.m

function [fr,frmsize,frmcnt]= frame(x) x = filter([1 -0.95],[1],x); % 高频预加重,抵消频谱倾斜 n = length(x); frmsize = 320; % 设置帧大小 frmcnt = floor(n/(frmsize/2)-1);%计算帧个数 fr=zeros(frmcnt,frmsize); fo