代码搜索:predict
找到约 2,271 项符合「predict」的源代码
代码结果 2,271
www.eeworm.com/read/163249/10168665
m predict.m
clear
tf='AnnData.txt';
fid=fopen(tf);
n=7;
m=3000;
geshi='';
for i=1:n
geshi=[geshi '%f '];
end
ALLData=fscanf(fid,geshi,[n,m]);
[mx,my]=size(ALLData);
%%%%%%%%%%%%%%控制预测点的数目%%%%%%%%%%
www.eeworm.com/read/163249/10168672
asv predict.asv
clear
tf='AnnData.txt';
fid=fopen(tf);
n=7;
m=3000;
geshi='';
for i=1:n
geshi=[geshi '%f '];
end
ALLData=fscanf(fid,geshi,[n,m]);
[mx,my]=size(ALLData);
%%%%%%%%%%%%%%控制预测点的数目%%%%%%%%%%
www.eeworm.com/read/357358/10211609
c predict.c
/* predict.c, motion compensated prediction */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
www.eeworm.com/read/281204/10257290
m predict.m
clear
tf='AnnData.txt';
fid=fopen(tf);
n=7;
m=3000;
geshi='';
for i=1:n
geshi=[geshi '%f '];
end
ALLData=fscanf(fid,geshi,[n,m]);
[mx,my]=size(ALLData);
%%%%%%%%%%%%%%控制预测点的数目%%%%%%%%%%
www.eeworm.com/read/281204/10257295
asv predict.asv
clear
tf='AnnData.txt';
fid=fopen(tf);
n=7;
m=3000;
geshi='';
for i=1:n
geshi=[geshi '%f '];
end
ALLData=fscanf(fid,geshi,[n,m]);
[mx,my]=size(ALLData);
%%%%%%%%%%%%%%控制预测点的数目%%%%%%%%%%
www.eeworm.com/read/426337/10259676
h predict.h
/*****************************************************************************
* predict.h: h264 encoder library
*****************************************************************************
* Copy
www.eeworm.com/read/426337/10259695
o predict.o
www.eeworm.com/read/426337/10259799
asm predict-a.asm
;*****************************************************************************
;* predict-a.asm: h264 encoder library
;*****************************************************************************
;*
www.eeworm.com/read/426337/10259802
h predict.h
/*****************************************************************************
* predict.h: h264 encoder library
*****************************************************************************
* Copy
www.eeworm.com/read/426337/10259861