随笔分类 -  算法

摘要:断断续续写了四天,感觉背包问题是最适合了解遗传算法的问题模型 阅读全文
posted @ 2017-06-15 08:15 鸡毛巾 阅读(537) 评论(0) 推荐(0)
摘要:1 #include 2 #include 3 #include 4 #include 5 6 7 //行宽度 8 #define ROW_LEN 38 9 10 11 //比特位域结构 12 typedef struct bits bits; 13 struct... 阅读全文
posted @ 2014-12-24 18:27 鸡毛巾 阅读(553) 评论(0) 推荐(0)
摘要:1 unsigned char * sunday( void * a_buf1, 2 unsigned int len1, 3 void * a_buf2, 4 ... 阅读全文
posted @ 2014-12-19 12:29 鸡毛巾 阅读(863) 评论(0) 推荐(0)