代码搜索:故障处理
找到约 10,000 项符合「故障处理」的源代码
代码结果 10,000
www.eeworm.com/read/283439/9021256
h bomb.h
#ifndef BOMB_H
#define BOMB_H
extern int bomb_flag;
void BOMB_Set(); //开始爆炸
void BOMB_process(); //爆炸处理
#endif
www.eeworm.com/read/379305/9201021
cpp c1-2.cpp
// 求两数之和 (本行是注释行)
#include //预处理命令
using namespace std; //使用命名空间std
int main() //主函数首部
{
www.eeworm.com/read/176315/9504664
h yinzhang.h
// YinZhang.h
// 印章图像处理的一些接口
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_YINZHANG_H_INCLUDED_)
#define AFX_YINZHANG_H_INCLUDED_
#if _MSC_VER >
www.eeworm.com/read/175157/9557377
h yinzhang.h
// YinZhang.h
// 印章图像处理的一些接口
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_YINZHANG_H_INCLUDED_)
#define AFX_YINZHANG_H_INCLUDED_
#if _MSC_VER >
www.eeworm.com/read/370863/9578717
cs maintest.cs
using System;
using System.Reflection;
using System.Runtime.CompilerServices;
namespace SmartAnswerCall.处理类
{
public class MainTest
{
private int m_numTests = 0;
pu
www.eeworm.com/read/370863/9578721
cs tapi.cs
using System;
using System.Runtime.InteropServices;
namespace SmartAnswerCall.处理类
{
public class TAPI
{
public const uint dwMediaMode = 20;
public const uint HUGE_BUFF
www.eeworm.com/read/168161/9936126
txt 实例——使用tsqlconnection组件管理事务.txt
procedure TForm1.TransDButtonClick(Sender: TObject);
var
num:Integer;
//描述一个事务处理结构变量
TransD: TTransactionDesc;
begin
if not SQLConnectionTD.InTransaction then
www.eeworm.com/read/163337/10165840
cpp error.cpp
/*
FileName: error.cpp
Author: LiWen
Create: 2005-11-23
Last Modified: 2005-12-30
Discription: 错误处理模块
*/
#include "compiler.h"
////////////////////////////////////////////////////////////