Upgrade Hole puncher Mathematical Modeling
摘要:// AntColony.cpp : 定义控制台应用程序的入口点。//#include #include #include #include#include #include #include #include using namespace std;#include #include ...
阅读全文
posted @
2015-09-27 20:31
HGonlyWJ
阅读(305)
推荐(0)
ant colony algorithm && decision tree
摘要:// AntColony.cpp : 定义控制台应用程序的入口点。////#include "stdafx.h"#include #include #include #include #include #include #include using namespace std; //打...
阅读全文
posted @
2015-09-27 20:28
HGonlyWJ
阅读(323)
推荐(0)
1--字符串和数组的指向问题
摘要:#include int main(){ char str1[] = "hello world"; char str2[] = "hello world"; char *str3 = "hello world"; char *str4 = "hello world"; if (str1 == str...
阅读全文
posted @
2015-09-27 19:11
HGonlyWJ
阅读(149)
推荐(0)