-
新建 360压缩 ZIP 文件
可用于vrep仿真平台的python脚本 循迹(Can be used in the vrep simulation platform Python script tracking)
- 2018-03-01 14:28:13下载
- 积分:1
-
LoRaWAN的实现代码
在ns3中实现了LoRaWAN模块,对学习研究非常有帮助。
- 2023-07-18 08:45:09下载
- 积分:1
-
PyQt5快速开发与实战所有程序
说明: 《PyQt5快速开发与实战》所有章节的例程(Routines for all chapters of PyQt5 Rapid Development and Practice)
- 2020-06-21 07:40:01下载
- 积分:1
-
猜拳游戏(石头剪刀布.py)
# 石头 0 剪刀 1 布 2 import randombot = random.randint(0, 2)player = int(input("输入您的结果")) if (player == 1) and (bot == 2) or (player == 2) and (bot == 0) or (player == 0) and (bot == 1): print("玩家获胜") elif player == bot: print("你们打成平手") else: print("电脑获胜")
- 2020-11-30下载
- 积分:1
-
models
说明: 包含unet/google-v2/CNN等多种神经网络的模型(Multiple Neural Network Models)
- 2019-05-14 20:34:08下载
- 积分:1
-
信息轰炸源码
【实例简介】微信、QQ等聊天软件信息轰炸,在输入间隔时间、内容、数量后,将鼠标光标定位到聊天窗口输入框,发送模式调整为回车键发送,即可自动发送
- 2021-11-16 00:32:53下载
- 积分:1
-
基于openmv的电磁炮寻找色块测距定时器发送数据
openmv寻找色块,测距,定时发送数据
- 2021-08-08 00:31:00下载
- 积分:1
-
mvc
说明: python语言实现最大值法合成月EVI数据(Python Language Realizes the Maximum Method to Synthesize Monthly EVI Data)
- 2021-01-18 01:08:49下载
- 积分:1
-
REST-API-SENSOR
说明: Simple code to create a Restful API with flask.
- 2021-01-19 10:28:42下载
- 积分:1
-
ch05
说明: 人脑神经网络和计算机神经网络的不同在于,人脑可以解决通用性和跨领域的问题,而计算机神经网络只能解专门的问题,所以哪怕阿尔法狗在围棋界孤独求败战胜了所有男人,但他也不能识别出站在他面前的两个女生谁更漂亮(The difference between human brain neural network and computer neural network is that human brain can solve universal and cross domain problems, while computer neural network can only solve specialized problems. Therefore, even if alpha dog defeats all men alone in go, he can not identify the two girls standing in front of him who is more beautiful)
- 2020-08-06 22:40:51下载
- 积分:1