芯片設計

#include <stdio.h> //蠻力方法 int main () { /* *定義芯片 數組下標代表對應芯片名稱  *1 好 0 壞 *芯片好壞比例符合,好>壞 */ int n=10; int cores[11]={1,1,1,0,1,0,1,0,1,1}; int i=0;int j=0; int result_1=0;//記錄報道好的次數 //int result_2=0; for
相關文章
相關標籤/搜索