代码搜索:Modal
找到约 844 项符合「Modal」的源代码
代码结果 844
www.eeworm.com/read/242302/13076811
txt vb窗体重绘.txt
我 使 用 VB 5.0编 写 了 一 个 绘 图 程 序 来 模 拟 你 的 情 况 , 不 过 没 有 证 实 你 所 说 的 现 象 。 所 以 ,我 看 这 不 是 VB的 错 误 , 问 题 在 你 的 程 序 。 最 大 的 可 能 是 内 存 不 够 (这 里 , 我 们 排 除 你 的 程 序 中 使 用 了 Clear语 句 的 情 况 )。 窗 体 的 AutoRedraw设
www.eeworm.com/read/153071/12061859
asv thin.asv
function [out] = thin(in);
tic;
out = in;
h= waitbar(0,'please wait...')
count = 2;
for i = 1:count
out = thinning6(in);
in = out;
waitbar(i/count);
end;
close(h);
result=fenle
www.eeworm.com/read/153071/12061909
m thin.m
function [out] = thin(in);
tic;
out = in;
h= waitbar(0,'please wait...')
count = 2;
for i = 1:count
out = thinning6(in);
in = out;
waitbar(i/count);
end;
close(h);
result=fenle
www.eeworm.com/read/234649/14102587
cpp search2.cpp
/****************************************************************************
** Form implementation generated from reading ui file 'Search2.ui'
**
** Created: 星期三 六月 27 07:23:39 2007
** by: The
www.eeworm.com/read/234649/14102647
cpp confirm.cpp
/****************************************************************************
** Form implementation generated from reading ui file 'Confirm.ui'
**
** Created: 星期三 六月 27 07:14:25 2007
** by: The
www.eeworm.com/read/216576/15002541
m cnf_update_model.m
% check the validity of the model based on the Entry
% *************************************************************************
function cnfdb = cnf_update_model(cdb)
cnfdb = cdb;
%
cnfdb.sys
www.eeworm.com/read/114100/15097536
html 16440.html
我没有做什么设定 . 可否告诉我什么叫做以 modal 模式开启 ? 又如何以 modeless 模式开启 ?
我没有做什么设定 . 可否告诉我什么叫做以 modal
www.eeworm.com/read/114100/15105066
html 16422.html
请解释一下 modal form . 我的程式有问题 .
请解释一下 modal form . 我的程式有问题 .
www.eeworm.com/read/114100/15105185
html 16426.html
Re: 请解释一下 modal form . 我的程式有问题 .
Re: 请解释一下 modal form . 我的程式有问题 .
www.eeworm.com/read/114100/15110824
txt vb窗体重绘.txt
我 使 用 VB 5.0编 写 了 一 个 绘 图 程 序 来 模 拟 你 的 情 况 , 不 过 没 有 证 实 你 所 说 的 现 象 。 所 以 ,我 看 这 不 是 VB的 错 误 , 问 题 在 你 的 程 序 。 最 大 的 可 能 是 内 存 不 够 (这 里 , 我 们 排 除 你 的 程 序 中 使 用 了 Clear语 句 的 情 况 )。 窗 体 的 AutoRedraw设