上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
摘要: 《python语言程序设计基础第二版》 开卷考试 单选判断编程 解释型,面对对象,开源,可移植,可嵌入,丰富的库 python3.5 IDLE文件,新建文件 print("Hello word") 安装 Add Python 3.5 to PATH 温度转换实例, if elif语句每个分支末尾必须 阅读全文
posted @ 2019-09-11 19:21 星空与沧海 阅读(120) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-09-02 18:58 星空与沧海 阅读(23) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-09-02 18:56 星空与沧海 阅读(7) 评论(0) 推荐(0) 编辑
摘要: ``` include include include include include include using namespace cv; using namespace std; / 求两点间距离 / float getDistance(CvPoint pointO, CvPoint poin 阅读全文
posted @ 2019-08-31 11:17 星空与沧海 阅读(160) 评论(0) 推荐(0) 编辑
摘要: Kalman Filter 通俗讲解 https://blog.csdn.net/u010665216/article/details/80556000 opencv的 Kalman Filter https://blog.csdn.net/gdfsg/article/details/5090481 阅读全文
posted @ 2019-08-30 21:58 星空与沧海 阅读(89) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-08-30 20:56 星空与沧海 阅读(2) 评论(0) 推荐(0) 编辑
摘要: http://starparadise.net/solar/ https://www.jianshu.com/p/0ffdd967c40f 百度https://baike.baidu.com/item/%E5%A4%AA%E9%98%B3%E7%B3%BB/173281?fr=aladdin 阅读全文
posted @ 2019-08-28 16:48 星空与沧海 阅读(146) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-08-27 19:21 星空与沧海 阅读(15) 评论(0) 推荐(0) 编辑
摘要: ``` #include #include #include #include #include #include #include #include #include using namespace std; using namespace cv; using namespace ml; int main() { VideoCapture c... 阅读全文
posted @ 2019-07-28 10:41 星空与沧海 阅读(386) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-07-25 20:26 星空与沧海 阅读(9) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页