📚 A.J技术资料

📦 资源总数:12542
💻 源代码:1176589

📚 A.J全部资料 (12542个)

计算流体力学基础与应用的英文版(三),作者是C.A.J Fletcher,只能用经典描述。 没有分割文件,可以单独使用,只是文件太大我的网速太慢,请站长谅解。...

📅

1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, det...

📅

#include "iostream" using namespace std; class Matrix { private: double** A; //矩阵A...

📅

#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 ...

📅

#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 ...

📅