C++语言 VC6.0编译环境 /*标号法求最大流代码*/ #include using namespace std; int lt[21][2]; int g[21][21][2]; int n,s,t,i,j,m,x,a,ma; bool f; int main(){ freopen("1.txt","r",stdin); int d; memset(lt,0,sizeof(lt)); memset(g,0,si zeof(g)); cin>>n; for(i=1;i<=
#include using namespace std; int c[20][20]; //容量 int f[20][20]; //流量 int b[20]; //保存找到的增广路径,记录路径上结点i的前驱结点。 int sum; //最大流量。 int s, t, n; //假定:1是源点S;n是汇点T。 int min(int a, int b) { if (a > b) { return b; } return a; } //DFS找增广路径 bool findflow(int
这是一个基于B/S结构的通信原理仿真平台的源代码和技术报告还有Demo。它可以帮助你建立一个通信原理网上实验室,为学生提供在线实验。 这是由华中科技大学王晶 在大三的时候开发的。历时4个月。 Communication Principle is a very practical course, so doing some experiments will improve students’ understanding of the course. MATLAB is very good sof
C#.NETWeb Developer’s Guide C#.NET 开发者手册Complete Case Studies with Ready-to-Run Source Code and Full Explanations Hundreds of Developing & Deploying,Migrating,and Debugging Sidebars,Security Alerts,and C# .NET FAQs Complete Coverage of Web Services