搜索资源列表
Scripts
- 这个python代码是我写的google搜索的插件,能够根据关键字跳转到google搜索页面,请运行google.py-The python code is written by me google search plug-in, can jump to the google search under the keyword page
Python--jump-function-
- python-主要是测试Python软件中的定义跳转功能-python-The definition of the jump function test
smb
- 前两天搞了一个用树莓派做的家庭环境监控系统,传感器ds18b20,网页显示当前温度,并且可以跳转到动态显示当前温度的网页。python和html开发,简单易懂,这个版本代码里面用的是树莓派自带的驱动。-Two days ago out of a raspberry pie made with family environment monitoring systems, sensors ds18b20, the page displays the current temperature, and
game
- 电视节目中的”你来比划我来猜“大家应该都看过,而且很多人也玩过,规则就是一个人看词语比划相应动作和说一些提示,另一个人看不到词语要通过比划的动作猜出来,猜的过程中主持人判断是否符合规则。 某一组玩家猜词语的算法设计为: 1.开始计时--->2.猜词语--->3.答对则正确数加1并回到2,要跳过或犯规了则直接回到2,超时了直接跳到3--->3.循环10次后或时间结束后统计答对的题数 有num组玩家就进行以上流程的num次循环,当然也要准备x组词语,因为每组玩家猜的词语是不同
wechat_jump
- 微信跳一跳python自动跳,自动识别图像 自动触摸。(WeChat jump Python jump automatically, automatic recognition of image automatic touch.)
wechat_jump_game-master
- 通过python脚本实现微信跳一跳小游戏自动跳跃(wechat-jump-game scr ipt source)
iOS跳一跳辅助
- 微信iPhone端自动跳一跳 默认是iPhone X的分辨率, 更多机型全在config文件夹中.(WeChat iPhone end jump one jump The default is the resolution of iPhone X, and more models are all in the config folder.)
wechat_jump_game-master
- 微信跳一跳python脚本项目,自己写的,仅供测试(WeChat jump Python scr ipt project, write it, for test only)
跳一跳
- 微信小程序 跳一跳python入门学习 跳一跳辅助程序(WeChat jump Python code assisted implementation)
jump_auto
- 跳一跳python实现,可自动跳无需人工(Jump one jump Python implementation, automatic jump without manual)
oneStep_b1_win
- 微信跳一跳程序助手,帮你轻松拿高分!该程序依赖Python环境,然后将手机接入电脑即可使用。(WeChat jump program assistant, to help you get high score easily! The program relies on the Python environment, and then connects the phone to the computer.)
wechat_jump_game-master
- 2017 年 12 月 28 日下午,微信发布了 6.6.1 版本,加入了「小游戏」功能,并提供了官方 DEMO「跳一跳」。这是一个 2.5D 插画风格的益智游戏,玩家可以通过按压屏幕时间的长短来控制这个「小人」跳跃的距离。分数越高,那么在好友排行榜更加靠前。通过 Python 脚本自动运行,让你轻松霸榜。(In the afternoon of December 28, 2017, WeChat released the 6.6.1 version, joined the "litt
uiKLine-master
- 好用的Python K线工具 1屏幕K线数少的时候,反应快 2鼠标滚轮缩放,键盘缩放跳转 3十字光标 显示K线详细信息 4缩放自适应Y轴坐标 5策略回测运行中产生的指标可以放到K线图中 6买卖开平仓位置有箭头标记,并且通过键盘可以在标记之间跳转(Easy to use Python K-line tool 1, when the number of screen k-lines is small, the response is fast. 2 mouse wheel s
Python-Jump-Point-Search
- python版本的jps寻路算法源码。jps是A*的优化版本,通过跳过一系列不需要遍历的点达到节省计算量的目的。