代码搜索:故障处理

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

代码结果 10,000
www.eeworm.com/read/284348/8942248

idl simple18.idl

// Simple18.idl : Simple18 的 IDL 源 // // 此文件将由 MIDL 工具处理以 // 产生类型库(Simple18.tlb)和封送处理代码。 import "oaidl.idl"; import "ocidl.idl"; [ object, uuid(F2BD292C-500D-475B-9C9B-8D4785D3E8F0),
www.eeworm.com/read/383376/8951555

txt readme.txt

Example: 编译:mpicc rank_sort.c –o rank 运行:可以使用命令 mpirun –np SIZE rank来运行该串匹配程序,其中SIZE是所使用的处理器个数。本实例中使用了SIZE=3个处理器。   mpirun –np 3 rank 运行结果: Input the Data Size :30 Please Input Seed:396 Random Numbers
www.eeworm.com/read/282611/9080201

txt 缩写.txt

·PC:个人计算机Personal Computer ·CPU:中央处理器Central Processing Unit ·CPU Fan:中央处理器的“散热器”(Fan) ·MB:主机板MotherBoard ·RAM:内存Random Access Memory,以PC-代号划分规格,如PC-133,PC-1066,PC-2700 ·HDD:
www.eeworm.com/read/381581/9084354

idl simple8.idl

// Simple8.idl : Simple8 的 IDL 源 // // 此文件将由 MIDL 工具处理以 // 产生类型库(Simple8.tlb)和封送处理代码。 import "oaidl.idl"; import "ocidl.idl"; [ object, uuid(D432BA0B-920F-4C92-BE2D-A4B569F7F21B), du
www.eeworm.com/read/182294/9208076

c vigenre.c

/*本程序仅实现Vigrnre加密的加密算法思想,没有*/ /*做具体应用之用,没有加入对特殊情况的处理, */ /*比如对空格,大小写的兼容处理,因此要求输入 */ /*只能为全部大写,且无空格空开 by tom */ #include #include char fun(char const,int); in
www.eeworm.com/read/181930/9224931

txt readme.txt

Example: 编译:mpicc rank_sort.c –o rank 运行:可以使用命令 mpirun –np SIZE rank来运行该串匹配程序,其中SIZE是所使用的处理器个数。本实例中使用了SIZE=3个处理器。   mpirun –np 3 rank 运行结果: Input the Data Size :30 Please Input Seed:396 Random Numbers
www.eeworm.com/read/181930/9224940

txt readme.txt

Example: 编译:mpicc psrs_sort.c –o psrs 运行:可以使用命令 mpirun –np SIZE psrs来运行该串匹配程序,其中SIZE是所使用的处理器个数,本实例中使用了SIZE=3个处理器。   mpirun –np 3 psrs 运行结果: The DataSize is : 60 This is node 0 On node 0 the input dat
www.eeworm.com/read/378221/9240729

m a.m

fid1=fopen('G:\研究生课程\随机信号处理\RLS\1.dat','r'); signal=fread(fid1,800,'short'); fclose(fid1); fid2=fopen('G:\研究生课程\随机信号处理\RLS\3.dat','r'); noisy=fread(fid2,800,'short'); fclose(fid2); fid3=fope
www.eeworm.com/read/377162/9292064

bak int0+1.c.bak

/*INT0、INT1使用中断方式,一个中断处理函数 实现对INT0/INT1按键的处理*/ #include #include extern void uart_init(void); void delay_ms(unsigned int ms) { unsigned char i,loopcount; ms=4*ms+1; fo
www.eeworm.com/read/377162/9292076

c int0+1.c

/*INT0、INT1使用中断方式,一个中断处理函数 实现对INT0/INT1按键的处理*/ #include #include extern void uart_init(void); void delay_ms(unsigned int ms) { unsigned char i,loopcount; ms=4*ms+1; fo