資源簡介
天津大學并行計算實驗二作業代碼,多線程實現矩陣轉置代碼
代碼片段和文件信息
#include
#include
#include
#include
#include
#include
#include
#include
using?namespace?std;
#define?max?10000
int?N=3600;
long?long?a[max][max];
FILE?*fdA;
int?main()
{
srand((unsigned)time(NULL));
for(int?q1=1;q1<=N;q1++)
{
- 上一篇:飛機訂票系統 C語言期末作業 zxf
- 下一篇:vc++編寫的聊天程序
評論
共有 條評論