-
猜拳游戏(石头剪刀布.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
-
people faces
用卷积神经网络(CNN)实现人脸识别,效果还可以,一个是training的程序,可以训练网络。一个是use程序,可以识别人脸(Using convolution neural network (CNN) to achieve face recognition, the effect is also available, one is the training program, can train the network. One is a use program that recognizes a face)
- 2020-06-30 05:40:02下载
- 积分:1
-
弹幕情感分析
对哔哩哔哩弹幕进行抽取并完成情感倾向的分析和估计(To extract bilibili barrage and complete the analysis and estimation of emotional tendency)
- 2021-03-09 14:59:28下载
- 积分:1
-
POT package
说明: pot模型参数估计, 其中有个超额均值函数图, 以及超额数按gpd分布拟合后的残差与指数分布的q-q图(Extreme value theory ; POT model)
- 2021-02-26 15:29:38下载
- 积分:1
-
inkscape-unicorn-master
说明: 在inkscape中将矢量图转成gcode(Converting Vector Graph to gcode in Inkscape)
- 2019-10-09 18:28:18下载
- 积分:1
-
Python-OBDII-扭矩 Lite 模拟器
测试手机 OBDII-Python 示例脚本模拟您的车辆在 Android 设备上与扭矩建兴一起使用时
- 2022-01-30 14:00:00下载
- 积分:1
-
pytorch-tutorial
说明: pytorch教程,包含pytorch包中的各类函数与神经网络搭建。(Python tutorial, including the python package of various functions and neural network building.)
- 2020-11-26 21:46:23下载
- 积分:1
-
vucharlength
说明: 機械應力,變形和變形速率之間的關係可能??非常複雜,儘管如果數量足夠小,線性近似在實踐中可能是足夠的。超過材料的某些強度極限的應力將導致永久變形(例如塑性流動,破裂,空化)或甚至改變其晶體結構和化學組成。
在某些工程分支中,術語壓力有時會在寬鬆的意義上用作“內部力量”的同義詞。例如,在桁架的分析中,它可以指作用在樑上的總牽引力或壓縮力,而不是力除以其橫截面的面積。(The relation between mechanical stress, deformation, and the rate of change of deformation can be quite complicated, although a linear approximation may be adequate in practice if the quantities are small enough. Stress that exceeds certain strength limits of the material will result in permanent deformation (such as plastic flow, fracture, cavitation) or even change its crystal structure and chemical composition.
In some branches of engineering, the term stress is occasionally used in a looser sense as a synonym of "internal force". For example, in the analysis of trusses, it may refer to the total traction or compression force acting on a beam, rather than the force divided by the area of its cross-section.)
- 2020-06-23 09:40:02下载
- 积分:1
-
笨办法学python 第三版
说明: 笨办法学Python3, 通过50道简单题目来上手Python,炒鸡适合初学者(全英文,不过难词较少,过了4级就可以看)(LEARN PYTHON 3 THE HARD WAY__ A Very Simple Introduction To The Terrifyingly
Beautiful World Of computers And Code, Third Edition
by Zed A. Shaw)
- 2020-06-23 10:20:02下载
- 积分:1
-
phasefield-1.0.1.tar
说明: 线弹性断裂相场法,1.0.1版本,后续更新!!(elastic fracture phase field elastic fracture phase field)
- 2021-04-27 09:58:44下载
- 积分:1