討論串[問題] 請問我這個程式為什麼無法執行4階以上呢
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
#include <iostream>. using namespace std;. //輸入陣列,階數. double det(double *,int);. int main(). {. double k[16] = {1,2,3,4,0,9,3,7,5,5,4,2,3,2,0,6};. cou
(還有557個字)
內容預覽:
我計算行列式. 但4階以上就算錯了. 有人可以幫我看看嗎???. #include <stdio.h>. #include <stdlib.h>. int main(void). {. int m, i, j, aa[100][100];. printf("請問要解幾階:"); scanf("%d"
(還有282個字)
首頁
上一頁
1
下一頁
尾頁