代码搜索:故障处理
找到约 10,000 项符合「故障处理」的源代码
代码结果 10,000
www.eeworm.com/read/230848/14272442
txt 接口处理篇.txt
accept(接受socket连线)
相关函数 socket,bind,listen,connect
表头文件 #include
#include
定义函数 int accept(int s,struct sockaddr * addr,int * addrlen);
函数说明 accept()用来接受参
www.eeworm.com/read/230848/14272465
txt 信号处理篇.txt
alarm(设置信号传送闹钟)
相关函数 signal,sleep
表头文件 #include
定义函数 unsigned int alarm(unsigned int seconds);
函数说明 alarm()用来设置信号SIGALRM在经过参数seconds指定的秒数后传送给目前的进程。如果参数seconds 为0,则之前设置的闹钟会
www.eeworm.com/read/230766/14274978
pps 数据预处理.pps
www.eeworm.com/read/229203/14349251
doc 图像预处理.doc
www.eeworm.com/read/228888/14358209
ppt ads异常处理.ppt
www.eeworm.com/read/228557/14379212
txt 维纳滤波处理.txt
//参数说明:
//LPSTR lpDIBBits:指向源DIB图像指针
//LONG lWidth:源图像宽度(象素数)
//LONG lHeight:源图像高度(象素数)
//函数说明:
//该函数用来对DIB图像进行维纳滤波复原操作。
BOOL WINAPI WienerDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight)
{
www.eeworm.com/read/126210/14437873
pdf 接口处理篇.pdf
www.eeworm.com/read/126210/14437880
pdf 信号处理篇.pdf
www.eeworm.com/read/210370/15200186
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