代码搜索:中断处理

找到约 10,000 项符合「中断处理」的源代码

代码结果 10,000
www.eeworm.com/read/336700/12423477

doc 错误处理.doc

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
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) {