上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
摘要: ```#pygame游戏库,sys操控Python运行时的环境import pygame,sys,randomfrom pygame.locals import *redColor=pygame.Color(255,0,0)blackColor=pygame.Color(0,0,0)whiteColor=pygame.Color(255,255,255) def gameOver(): py... 阅读全文
posted @ 2019-10-11 21:08 星空与沧海 阅读(636) 评论(0) 推荐(0)
摘要: 完整的指令标准格式: 指令主体 [选项] [操作对象] ls:列出当前目录下所有文件文件夹的名称 ls /root(绝对路径) ls ../root(相对路径) 关于路径:1 相对路径(有参照物,一般以当前的工作路径为参照物) ( ./(当前目录下)( ../ 上一级) 2 绝对路径 ls l 路径 阅读全文
posted @ 2019-09-22 21:37 星空与沧海 阅读(164) 评论(0) 推荐(0)
摘要: ``` include include include include using namespace std; using namespace cv; Mat MoveDetect(Mat temp, Mat frame); int main() { VideoCapture video(1);/ 阅读全文
posted @ 2019-09-19 14:39 星空与沧海 阅读(1348) 评论(0) 推荐(0)
摘要: 《python语言程序设计基础第二版》 开卷考试 单选判断编程 解释型,面对对象,开源,可移植,可嵌入,丰富的库 python3.5 IDLE文件,新建文件 print("Hello word") 安装 Add Python 3.5 to PATH 温度转换实例, if elif语句每个分支末尾必须 阅读全文
posted @ 2019-09-11 19:21 星空与沧海 阅读(127) 评论(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 星空与沧海 阅读(171) 评论(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 星空与沧海 阅读(93) 评论(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 星空与沧海 阅读(147) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页