代码搜索:图像捕捉

找到约 10,000 项符合「图像捕捉」的源代码

代码结果 10,000
www.eeworm.com/read/212678/15151387

txt matlab实用程序百例3.txt

实例72:图像分析(1) h0=figure('toolbar','none',... 'position',[198 56 350 468],... 'name','实例72'); h1=axes('parent',h0,... 'position',[0.25 0.45 0.5 0.5],... 'visible','off'); I=imre
www.eeworm.com/read/208536/15245482

java serialimage2.java

// 程序:二维连续图像播放 // 范例文件:SerialImage2.java import java.awt.*; import java.applet.*; public class SerialImage2 extends Applet implements Runnable { int SPF; int sx, sy;
www.eeworm.com/read/208150/15252258

asp counter.asp

图像计数器
www.eeworm.com/read/207873/15260174

txt matlab实用程序百例3.txt

实例72:图像分析(1) h0=figure('toolbar','none',... 'position',[198 56 350 468],... 'name','实例72'); h1=axes('parent',h0,... 'position',[0.25 0.45 0.5 0.5],... 'visible','off'); I=imre
www.eeworm.com/read/206696/15292071

txt 新建 文本文档.txt

实例72:图像分析(1) h0=figure('toolbar','none',... 'position',[198 56 350 468],... 'name','实例72'); h1=axes('parent',h0,... 'position',[0.25 0.45 0.5 0.5],... 'visible','off'); I=imread
www.eeworm.com/read/206060/15300885

txt matlab实用程序百例3.txt

实例72:图像分析(1) h0=figure('toolbar','none',... 'position',[198 56 350 468],... 'name','实例72'); h1=axes('parent',h0,... 'position',[0.25 0.45 0.5 0.5],... 'visible','off'); I=imre
www.eeworm.com/read/16816/692660

cpp gamemap.cpp

// Finishing codefans.net #include "stdafx.h" #include "gamemap.h" #include "myclock.h" #include "tool01.h" #include "texttool.h" extern int wwin,hwin; extern HWND hWndMain; //基本图像 ex
www.eeworm.com/read/467097/1504563

java serialimage2.java

// 程序:二维连续图像播放 // 范例文件:SerialImage2.java import java.awt.*; import java.applet.*; public class SerialImage2 extends Applet implements Runnable { int SPF; int sx, sy;
www.eeworm.com/read/458954/1576142

java serialimage2.java

// 程序:二维连续图像播放 // 范例文件:SerialImage2.java import java.awt.*; import java.applet.*; public class SerialImage2 extends Applet implements Runnable { int SPF; int sx, sy;
www.eeworm.com/read/168123/5448304

cpp tga.cpp

/* 读取TGA图像文件,支持8,15,16,24位色 */ #include #include #include "gl.h" typedef struct TGAHEADER{ BYTE identsize; BYTE colormaptype; BYTE imagetype; WORD colormapstart; W