代码搜索:frames

找到约 9,514 项符合「frames」的源代码

代码结果 9,514
www.eeworm.com/read/427492/8939945

c filter.c

#include #include #include int main() { int frames = 256; short * input; input = (short *)malloc(frames * 4); short * output; output = (short *)malloc(frames *
www.eeworm.com/read/427492/8939948

c square.c

#include #include #include int main() { short L = 0; short R = 0; int cnt = 0; int i; int sr = 44100; int freq = 300; int amp = 30000; int per = sr / freq
www.eeworm.com/read/283998/8971811

m videomorpher.m

%Takes two composite image files prepared in 'pointinder.m' and morphs from %one to the other smoothly clear; for q=1:31 % %Read in composite image/vector files prepared in pointfinder=====
www.eeworm.com/read/283824/8986701

m sfm_points.m

% Algorithm 8.1. also 11.7 % Rank based factorization algorithm for multiview reconstruction % using point features % as described in Chapter 8, "An introduction to 3-D Vision" % by Y. Ma, S. S
www.eeworm.com/read/185746/8987891

qws tennis.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/185631/8995600

html rotator.html

www.eeworm.com/read/185467/9035818

java ripple.java

//ripple.java import java.applet.Applet; import java.awt.*; import java.awt.image.ImageObserver; import java.io.PrintStream; public class ripple extends Applet implements Runnable {