摘要: 转载自:http://zhengjun0228.blog.163.com/blog/static/71377014200971895419613/ 多孔介质条件 多孔介质模型可以应用于很多问题,如通过充满介质的流动、通过过滤纸、穿孔圆盘、流量分配器以及管道堆的流动。当你使用这一模型时,你就定义了一个 阅读全文
posted @ 2016-05-06 22:41 硫酸亚铜 阅读(7652) 评论(0) 推荐(0) 编辑
摘要: 摘自《c++数据结构原理与经典问题求解》#include#include#include usingnamespace std; //返回位数为size1+size2int*multi(int* num1,int size1,int* num2,int size2){ intsize=s... 阅读全文
posted @ 2016-05-06 22:27 硫酸亚铜 阅读(748) 评论(0) 推荐(0) 编辑
摘要: #include#include usingnamespace std; intmain(int argc,char* argv[]){ inta[4][4]={ {0,1,2,3}, {4,5,6,7}, ... 阅读全文
posted @ 2016-05-06 18:51 硫酸亚铜 阅读(460) 评论(0) 推荐(0) 编辑