代码搜索:故障处理

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

代码结果 10,000
www.eeworm.com/read/188087/8573648

txt readme.txt

编译:mpicc intersect.c –o intersect 运行:可以使用命令 mpirun –np SIZE intersect来运行该串匹配程序,其中SIZE是所使用的处理器个数,本实例中使用了SIZE=3个处理器。   mpirun –np 3 intersect 运行结果: 输入: please input first polygon please input the coun
www.eeworm.com/read/188087/8573664

txt readme.txt

Example: 编译:mpicc c.c –o convexity -lm 运行:可以使用命令 mpirun –np SIZE convexity来运行该串匹配程序,其中SIZE是所使用的处理器个数。本实例中使用了SIZE=4个处理器。   mpirun –np 4 convexity 运行结果: please input all the vertexes! first is number! p
www.eeworm.com/read/367950/8744924

asm p230.asm

;编程:当发生除法溢出时,在屏幕中间显示“overflow!”,返回DOS。 ;首先请结合前面的中断知识仔细分析,程序中的相关细节的处理。 assume cs:code code segment start: ;相关处理 mov ax,4c00h int 21h do0: ;显示字符串 "overflow!"
www.eeworm.com/read/284348/8939758

idl simple16.idl

// Simple16.idl : Simple16 的 IDL 源 // // 此文件将由 MIDL 工具处理以 // 产生类型库(Simple16.tlb)和封送处理代码。 import "oaidl.idl"; import "ocidl.idl"; [ object, uuid(1F794280-49F7-4E4F-84FC-AFFB1C9EE8AD),
www.eeworm.com/read/284348/8940112

idl simple17.idl

// Simple17.idl : Simple17 的 IDL 源 // // 此文件将由 MIDL 工具处理以 // 产生类型库(Simple17.tlb)和封送处理代码。 import "oaidl.idl"; import "ocidl.idl"; [ object, uuid(C6AB5978-C02D-4ED8-9007-C618D17DDCC7),
www.eeworm.com/read/284348/8942085

idl simple10.idl

// Simple10.idl : Simple10 的 IDL 源 // // 此文件将由 MIDL 工具处理以 // 产生类型库(Simple10.tlb)和封送处理代码。 import "oaidl.idl"; import "ocidl.idl"; [ object, uuid(C7BDA8C8-B256-4048-A5B8-4E33CD1E7194),
www.eeworm.com/read/181930/9224878

txt readme.txt

Example: 编译:mpicc quick_sort.c –o quick 运行:可以使用命令 mpirun –np SIZE quick来运行该串匹配程序,其中SIZE是所使用的处理器个数。本实例中使用了SIZE=5个处理器。   mpirun –np 5 quick 运行结果: Input the Data Size :60   16065 26466 27012
www.eeworm.com/read/181930/9224928

txt readme.txt

Example: 编译:mpicc -o closure closure.c -lm 运行:可以使用命令 mpirun –np SIZE closure来运行生成的默认文件closure,其中SIZE是所使用的处理器个数。本实例中使用了4个处理器。 mpirun –np 4 closure 运行结果: Input the size of matrix:8 Input the matri
www.eeworm.com/read/181930/9225197

txt readme.txt

编译:mpicc intersect.c –o intersect 运行:可以使用命令 mpirun –np SIZE intersect来运行该串匹配程序,其中SIZE是所使用的处理器个数,本实例中使用了SIZE=3个处理器。   mpirun –np 3 intersect 运行结果: 输入: please input first polygon please input the coun
www.eeworm.com/read/181930/9225211

txt readme.txt

Example: 编译:mpicc c.c –o convexity -lm 运行:可以使用命令 mpirun –np SIZE convexity来运行该串匹配程序,其中SIZE是所使用的处理器个数。本实例中使用了SIZE=4个处理器。   mpirun –np 4 convexity 运行结果: please input all the vertexes! first is number! p