代码搜索:图像捕捉
找到约 10,000 项符合「图像捕捉」的源代码
代码结果 10,000
www.eeworm.com/read/203901/15349705
txt matlab-example-100-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/202546/15379077
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/201046/15417528
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/106024/15649003
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
www.eeworm.com/read/101772/15818376
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/391067/8423485
txt 007.txt
第七课 处理鼠标输入消息
--------------------------------------------------------------------------------
本课中我们将学习如何在我们的窗口过程函数中处理鼠标按键消息。示例程序演示了如何等待左键按下消息,我们将在按下的位置显示一个字符串。
理论:
和处理键盘输入一样,WINDOWS将捕捉鼠标动作并把它