代码搜索:故障处理
找到约 10,000 项符合「故障处理」的源代码
代码结果 10,000
www.eeworm.com/read/288822/8604181
ppt 中断处理.ppt
www.eeworm.com/read/385798/8788440
opt 硬币处理.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/428802/8840003
bas 图形处理.bas
Attribute VB_Name = "Module2"
'声音控制API
Public Declare Function PlaySound Lib "winmm.dll" Alias "PlaySoundA" (ByVal lpszName As String, ByVal hModule As Long, ByVal dwFlags As Long) As Long
Const SN
www.eeworm.com/read/383128/8970742
pdf 语音处理.pdf
www.eeworm.com/read/283865/8984512
txt 图像处理.txt
第五讲 直方图修正和彩色变换
这一讲,我们主要和调色板打交道。先从最简单的反色讲起。
1. 反色(invert)
反色就是形成底片效果。如下图所示,图2为图1反色后的结果
图1. 原图
图2. 图1反色后的结果
反色有时是很有用的,比如说,图1中黑色区域占绝大 ...
www.eeworm.com/read/382465/9025035
ppt 异常处理.ppt
www.eeworm.com/read/370863/9578767
cs 处理方法.cs
using System;
using System.Linq;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
using OpenNETCF.Media.WaveAudio;
using OpenNETCF.Media;
using Syst
www.eeworm.com/read/362964/9973223
pdf 异常处理.pdf
www.eeworm.com/read/166298/10024825
txt 预处理.txt
b=100 101:a=2*(1+3) IF(b>10) THEN a=1 ELSE IF(b>=5) THEN a=2 ELSE GOTO 101#