代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/450639/7479615
ch contrl.ch
/* LPC Processing control variables:
*/
/* Files for Speech, Parameter, and Bitstream Input & Output,
and message and debug outputs.
*/
#if ANALYZER + SYNTHESIZER
#include
www.eeworm.com/read/448909/7522573
c main.c
/************************************************************************
*主程序
************************************************************************/
#include"sim.h"
FILE *streamfile;
void m
www.eeworm.com/read/443871/7621327
m heat2d.m
function [x,y,t,u,Frames] = heat2d
% Heat diffusion in a slab
% Setup
L = 1.0;
W = 1.0;
T = 75;
K = 0.001;
n = 75;
dt = T/n;
l =10;
dx = L/l;
m = 10;
dy = W/m;
u = zeros(l+1,m+1,n+1);
% Create mesh
www.eeworm.com/read/440808/7680615
qws video.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=Workmode
ptn_Child3=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Workmode]
CurrentWorkmode=0
www.eeworm.com/read/440480/7688846
m desccuboid_imdesc.m
% Cuboid descriptor based on a concatentation of the types of frames present.
%
% That is imdesc must be an image (ie frame) descriptor, furthermore it must contain
% clusters, so that the descriptor
www.eeworm.com/read/436014/7778955
lng english.lng
T__CHAR_SET, "us-ascii",
T__LANGUAGE, "English",
T__ACCEPT_LANGUAGE, "en",
T_BAD_NUMBER, "Bad number",
T_NUMBER_EXPECTED, "Number expected in field",
T_CANCEL, "Cancel",
T_NUMBER_OUT_OF_RANGE, "Number
www.eeworm.com/read/436014/7779039
inc language.inc
/* Automatically generated by gen-intl */
struct translation translation_english [] = {
{ 0, NULL },
{T__CHAR_SET, "us-ascii" },
{T__LANGUAGE, "English" },
{T__ACCEPT_LANGUAGE, "en" },
{T_B
www.eeworm.com/read/435333/7793318
ned ppif.ned
//
// This file is part of an OMNeT++/OMNEST simulation example.
//
// Copyright (C) 1992-2005 Andras Varga
//
// This file is distributed WITHOUT ANY WARRANTY. See the file
// `license' for det
www.eeworm.com/read/435306/7794071
m mmread.m
function [video, audio] = mmread(filename, frames, disableVideo, disableAudio)
% function [video, audio] = mmread(filename, frames, disableVideo, disableAudio)
% mmread reads virtually any media fil
www.eeworm.com/read/435306/7794073
m keyframe1.m
%%关键帧提取
clear all;
clc;
tic;%start time
shot=mmread('video\\polar-bear.mpg',1:150);%读取视频
axis off
movie(shot.frames,1,30,[45 50 0 0]);%%%播放视频
axis on
%%%%%%%%%%%%%HSoptflow(shot,n)
f=size(shot.frames,