摘要: look_weight#-*-coding:utf-8-*-import caffeimport sysimport numpy as npimport getoptimport re if __name__ =="__main__": opts,args = getopt.getopt(sys... 阅读全文
posted @ 2017-03-23 17:46 开往春天的拖拉机 阅读(82) 评论(0) 推荐(0) 编辑
摘要: look_weight#-*-coding:utf-8-*-import caffeimport sysimport numpy as npimport getoptimport re if __name__ =="__main__": opts,args = g... 阅读全文
posted @ 2017-03-23 17:46 开往春天的拖拉机 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 本人建立二叉树的原始如下,可以看出我想用链表形式的来表现。二叉树的内容包括1.建立2.遍历先序遍历中序遍历后序遍历3.查找最大最小某个值4.插入5.删除6.重建,见剑指offer#include "stdafx.h" #include using namespace std; #define... 阅读全文
posted @ 2017-03-23 17:22 开往春天的拖拉机 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 本人建立二叉树的原始如下,可以看出我想用链表形式的来表现。二叉树的内容包括1.建立2.遍历先序遍历中序遍历后序遍历3.查找最大最小某个值4.插入5.删除6.重建,见剑指offer#include "stdafx.h" #include using namespa... 阅读全文
posted @ 2017-03-23 17:22 开往春天的拖拉机 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 先学课程-概率论运行时间(running time)- 输入(eg 已经排序)- 输入规模(6和6*10^9)各种各样的分析:- 最坏情况分析(worst case)usually T(n) = max time when input =n- 平均情况(average-case)someti... 阅读全文
posted @ 2017-03-23 14:31 开往春天的拖拉机 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 先学课程-概率论运行时间(running time)- 输入(eg 已经排序)- 输入规模(6和6*10^9)各种各样的分析:- 最坏情况分析(worst case)usually T(n) = max time when input =n- 平均情况(ave... 阅读全文
posted @ 2017-03-23 14:31 开往春天的拖拉机 阅读(88) 评论(0) 推荐(0) 编辑