随笔分类 -  C/C++

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) 推荐(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) 推荐(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) 推荐(0)


W3C中国
阮老师的网络日志
canvas
runoob
迷渡
并发编程网
原生JS例子
前端外刊评论