代码搜索:故障处理
找到约 10,000 项符合「故障处理」的源代码
代码结果 10,000
www.eeworm.com/read/345551/11809292
vsd 处理还书.vsd
www.eeworm.com/read/343667/11935322
txt 维纳滤波处理.txt
//参数说明:
//LPSTR lpDIBBits:指向源DIB图像指针
//LONG lWidth:源图像宽度(象素数)
//LONG lHeight:源图像高度(象素数)
//函数说明:
//该函数用来对DIB图像进行维纳滤波复原操作。
BOOL WINAPI WienerDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight)
{
www.eeworm.com/read/343667/11935325
txt 维纳滤波处理.txt
//参数说明:
//LPSTR lpDIBBits:指向源DIB图像指针
//LONG lWidth:源图像宽度(象素数)
//LONG lHeight:源图像高度(象素数)
//函数说明:
//该函数用来对DIB图像进行维纳滤波复原操作。
BOOL WINAPI WienerDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight)
{
www.eeworm.com/read/154460/11957751
doc 缺勤处理办法.doc
www.eeworm.com/read/343026/11982384
sql 复杂年月处理.sql
--定义基本数字表
declare @T1 table(代码 int,名称 varchar(10),参加时间 datetime,终止时间 datetime)
insert into @T1
select 12,'单位1','2003/04/01','2004/05/01'
union all select 22,'单位2','2001/02/01','2003/02/01'
uni
www.eeworm.com/read/150677/12277523
rar 维纳滤波处理.rar
www.eeworm.com/read/336700/12423477
doc 错误处理.doc
www.eeworm.com/read/233199/14163814
caj 图象处理问答.caj
www.eeworm.com/read/129269/14255459
txt 硬件处理函数.txt
函数名: harderr
功 能: 建立一个硬件错误处理程序
用 法: void harderr(int (*fptr)());
程序例:
/*This program will trap disk errors and prompt
the user for action. Try running it with no
disk in drive A: to