代码搜索:图像捕捉
找到约 10,000 项符合「图像捕捉」的源代码
代码结果 10,000
www.eeworm.com/read/148230/12481837
frm frmimgpreview.frm
VERSION 5.00
Object = "{6D940288-9F11-11CE-83FD-02608C3EC08A}#2.2#0"; "imgedit.ocx"
Begin VB.Form frmImgPreview
Caption = "图像预览"
ClientHeight = 6555
ClientLeft = 6
www.eeworm.com/read/248889/12535797
m xiaobo.m
obj = videoinput('X', 1);
set(obj, 'C:\Documents and Settings\lishurui\桌面\lena.bmp', 'input1')
save lena obj
load lena
load('lena', 'obj');
subplot(2,2,1);image(X);colormap(map);
title('原始图像
www.eeworm.com/read/334943/12560473
m 3-10.m
%由peaks产生的数组绘图面对象
load clown
%打开图像,以此作为面对象的色图
surface(peaks,flipud(X),...
'FaceColor','texturemap',...
'EdgeColor','none',...
'CDataMapping','direct')
%ZData为49×49的矩阵,CD
www.eeworm.com/read/133469/14042103
m figure14.m
clear
load detfingr
init=3718025452;
rand('seed',init); Xnoise=X+18*(rand(size(X)));
colormap(map);
subplot(2,2,1); image(wcodemat(X, 192));
title('原始图像')
axis square
subplot(2, 2, 2); image(w
www.eeworm.com/read/203593/15354608
txt 新建 文本文档.txt
多用户
打开数据库
程序的退出
图像
http://go6.163.com/huangxiaoxie/giabo.htm
GetLocalTime
VB声明
Declare Sub GetLocalTime Lib "kernel32" Alias "GetLocalTime" (lpSystemTime As SYSTEMTIME)
说明
在l
www.eeworm.com/read/110211/15539601
cgi mission.cgi
#!/usr/bin/perl
# 设定
$SCRIPTNM="mission.cgi"; #本文件名
$YOUSAINM = "集训基地"; #基地名称
$MABOROSI = "训练机"; #机体名称
$ZAKO = "陪练机"; #训练机名称
$ZAKOGIF="999"; #训练机图像号
$timer = "10";