代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/431418/8677675
m enframe.m
function f=enframe(x,win,inc)
%ENFRAME split signal up into (overlapping) frames: one per row. F=(X,WIN,INC)
%
% F = ENFRAME(X,LEN) splits the vector X up into
% frames. Each frame is of length LE
www.eeworm.com/read/386856/8723141
m gosimulation.m
%************************************************************************************
%
% Copyright 2002 The Mobile and Portable Radio Research Group
%
% Controls the processing for the Go Button
www.eeworm.com/read/283824/8986690
m sfm_mixed.m
% Rank based factorization algorithm for multiview reconstruction
% using points and lines features and their incidence relations
% as described in Chapter 9, "An introduction to 3-D Vision"
% by
www.eeworm.com/read/283587/9003491
h dv1394.h
/*
* dv1394.h - DV input/output over IEEE 1394 on OHCI chips
* Copyright (C)2001 Daniel Maas
* receive, proc_fs by Dan Dennedy
*
* based on:
* video13
www.eeworm.com/read/185622/9017877
txt rfc1242.txt
Network Working Group S. Bradner, Editor
Request for Comments: 1242 Harvard University
www.eeworm.com/read/184884/9068218
txt readme.txt
This package simulates the protocols of Chapter 3 of "Computer Networks 3/e"
by Andrew S. Tanenbaum, published by Prentice Hall PTR, 1996. It was written
by Andrew S. Tanenbaum and may be freely dist
www.eeworm.com/read/184884/9068243
c worker.c
#include
#include
#include
#include
#include
#include
#include
#include "common.h"
#define NR_TIMERS 8 /* numbe
www.eeworm.com/read/184884/9068271
c# #worker.c#
#include
#include
#include
#include
#include
#include
#include
#include "common.h"
#define NR_TIMERS 8 /* numbe
www.eeworm.com/read/184529/9095797
m gosimulation.m
%************************************************************************************
%
% Copyright 2002 The Mobile and Portable Radio Research Group
%
% Controls the processing for the Go Button
www.eeworm.com/read/379099/9207826
m addcp.m
function [Frames]=addCP(Data,Num)
Frames=[];
for j=1:26
for i=1:1024
Frames(i+Num,j)=Data(i,j);
end
for i=1:Num
Frames(i,j)=Data(i+1024-Num,j);
end
end