-
xgfadianji
说明: 使用xgboost对发电机进行回归预测,速度更快,精度更高(Use xgboost to perform regression prediction on generators, which is faster and more accurate)
- 2020-05-11 00:02:35下载
- 积分:1
-
python 井字棋
PYTHON 井字棋,#井字棋
import random
#是否重来一次
def playAgain():
print("你想重玩一次吗?(是/否)")
return input() == "是"
#选择什么符号棋子
def inputPlayerLetter():
letter = ""
while not (letter =="X" or letter =="O"):
print ("你想选x还是o")
letter = input().upper()
if letter == "X":
return ["X","O"]
else:
return ["O","X"]
- 2022-06-17 20:22:26下载
- 积分:1
-
飞机大战
说明: 不是用面对对象方式写的 简单的飞机大战 基础语法 pygame(Simple Aircraft Warfare Not Written in Object-to-Object Way)
- 2020-06-15 22:40:02下载
- 积分:1
-
S_NET
2019最新的神经网络隐写分析网络,对空域频域均可(The newest neural network steganographic analysis network 2019 is applicable to both spatial and frequency domain)
- 2019-06-06 12:21:16下载
- 积分:1
-
利用Python开发PCAN程序接口
利用Python开发PCAN程序接口
- 2021-04-20 21:28:50下载
- 积分:1
-
test1174
used by winfof for write fw
- 2017-03-01 00:19:04下载
- 积分:1
-
radius认证计费系统
基于开源计费引擎 ToughRADIUS 构建的强大的企业级计费系统。
以开源技术为驱动力,通过开放式的产品为客户实现价值,持续为客户提供深度服务,为客户提供可靠的服务保障。
支持华为 Portal V1/V2 协议,支持移动 CMCC V1/V2 协议,账号认证,短信认证,界面定制。
- 2022-05-06 15:32:26下载
- 积分:1
-
通过python fitz 第三方库 将PDF 转化成 jpg或 png 文件
说明: pdf文件通过python fitz 第三方库 转化成jpg或者png图片文件。(Pdf files are converted into JPG or PNG image files through Python Fitz third-party library.)
- 2020-06-18 00:20:01下载
- 积分:1
-
ChatServer
实现了多人聊天,采用了tornado,SQLAlchemy框架(To achieve multiplayer chat, the tornado, SQLAlchemy framework is adopted.)
- 2018-05-03 21:12:32下载
- 积分:1
-
BYS10
贝叶斯学习算法The inference model based on Bayesian Network is discussed and the algorithm based on the model is presented.(The inference model based on Bayesian Network is discussed and the algorithm based on the model is presented.)
- 2018-02-10 13:22:22下载
- 积分:1