上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 55 下一页

2019年4月25日

摘要: ;说明这个工具是为了茶杯头写的,F1表示换枪攻击,F3表示不换枪攻击,F2表示停止攻击. $F1::loop{ GetKeyState, state, F2, Pif state = D{break } Send, {l down}Send, {l up}sleep,10Send,{m down}S 阅读全文
posted @ 2019-04-25 13:18 张博的博客 阅读(665) 评论(0) 推荐(0) 编辑

2019年3月7日

摘要: #include <Windows.h> //这里面有byte类型 ,这时一个windows下面是用的库包,利用这个库包实现了很多函数,但是只能在windows下用#include <iostream>#include <string.h>#include <stdlib.h>#include <m 阅读全文
posted @ 2019-03-07 22:07 张博的博客 阅读(306) 评论(0) 推荐(0) 编辑

2019年2月19日

摘要: 2019-02-19,18点20vim调整颜色vim ~/.vimrc这个pudb的配色用上的方法改不了.调试状态时候按o和回车能切换console和调试界面.成功了.通过修改pudb源代码来实现的.方法:先find / -name pudb然后进入地址,把pudb文件夹中theme.py中所有ma 阅读全文
posted @ 2019-02-19 21:26 张博的博客 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 2019-02-19,18点20vim调整颜色vim ~/.vimrc这个pudb的配色用上的方法改不了.调试状态时候按o和回车能切换console和调试界面.成功了.通过修改pudb源代码来实现的.方法:先find / -name pudb然后进入地址,把pudb文件夹中theme.py中所有ma 阅读全文
posted @ 2019-02-19 21:09 张博的博客 阅读(249) 评论(0) 推荐(0) 编辑

2019年2月18日

摘要: ''' 下面是别人写的原始的笔记,我在上面自己补充了一些. ''' #https://www.cnblogs.com/the-home-of-123/p/9747963.html # 以voc数据集为例,按照imdb的命名,利用pascal_voc()函数生成不同的imdb ''' for year 阅读全文
posted @ 2019-02-18 15:01 张博的博客 阅读(182) 评论(0) 推荐(0) 编辑

2019年2月3日

摘要: R: 204 G: 232 B: 207 阅读全文
posted @ 2019-02-03 17:13 张博的博客 阅读(81) 评论(0) 推荐(0) 编辑

2019年2月2日

摘要: Clear["Global`*"] (*Clear all variables*)x0 = 1替换表x0 = 1x2 = x1^2 - x0 - a1 x1x3 = x1 x2 - x1 - a2 x2x4 = x1 x3 - x2 - a3 x3x3 = x1x4 - a4 x4 计算x2x2 阅读全文
posted @ 2019-02-02 16:24 张博的博客 阅读(80) 评论(0) 推荐(0) 编辑
摘要: Clear["Global`*"] (*Clear all variables*)(*下面计算一个代数,把代数定义成为一个函数,然后给函数赋予attribute. *) f[x1, x1] := x0 + a1 x1 + x2f[x1, x2] := x1 + a2 x2 + x3f[x1, x3] 阅读全文
posted @ 2019-02-02 15:24 张博的博客 阅读(97) 评论(0) 推荐(0) 编辑

2019年1月29日

摘要: https://github.com/zhangbo2008/graph_base_pic_segmentation_analyzing/blob/master/README.md 阅读全文
posted @ 2019-01-29 21:02 张博的博客 阅读(131) 评论(0) 推荐(0) 编辑

2018年12月3日

摘要: #!/usr/bin/env python # Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo # Copyright (C) 2009-2018 German Aerospace Center (DLR) and others. # This program and the accompan... 阅读全文
posted @ 2018-12-03 20:10 张博的博客 阅读(604) 评论(0) 推荐(0) 编辑
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 55 下一页

导航