代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/480427/6663999
cpp paging.cpp.cpp
#include
#include
#include
enum yesno{yes, no};
struct fdata{
yesno free;
long size;
int id;
long jsize;
int jid;
int pno;
fdata(){
size=id=jsize=
www.eeworm.com/read/478934/6708396
h hapn.h
#ifndef _HAPN_H
#define _HAPN_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _IFACE_H
#include "iface.h"
#endif
#ifndef _TIMER_H
#i
www.eeworm.com/read/476888/6753846
m avermatrix.m
function FRGB=avermatrix(video,e)
[m,n,s]=size(video.frames(1).cdata);
q=zeros(m,n);
fR=q;
fG=q;
fB=q;
for t=1:e
fR=double(video.frames(t).cdata(:,:,1))+fR;
fG=double(video.frame
www.eeworm.com/read/410609/11274773
java gifframe.java
import javax.microedition.lcdui.Image;
import java.util.Vector;
/**
* Gif帧管理器
* Gif动画被拆成一帧一个Image对象,保存在Vector中
* 播放时根据程序控制Gif动画的帧速率
*
* @author pan
*
*/
public class GifFrame {
/**
www.eeworm.com/read/410562/11277091
h smarfaxh.h
#ifndef __SMARTFAX_H_
#define __SMARTFAX_H_
#include
#include
/*
#ifdef __cplusplus
extern "C" {
#endif
*/
typedef HANDLE SmartFaxObj;
enum EResolution
{
www.eeworm.com/read/410395/11288326
todo
General:
Q.921:
-- Support unnumbered information frames
-- Get TEI codes working for BRI interfaces
Q.931:
-- Implement the 11 missing Q.931 timers
www.eeworm.com/read/263967/11335083
qws evm5502_cpld.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=Workmode
ptn_Child3=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
[P
www.eeworm.com/read/263177/11372781
cpp stillobj.cpp
#include "gl.h"
#include "gengine.h"
#include "..\common.h"
Anything::Anything()
{
pic = NULL;
}
Anything::~Anything()
{
if( pic ){
for( int i=0; i