-
猜拳游戏
猜拳游戏Python实现。
猜拳游戏规则:
石头:握紧的拳头。
剪子:或称“剪刀”,中指和食指伸直,其余手指握紧。
布:五指伸直,张开手掌。手心向下,或向上,或竖直(拇指向上)。
每一个手势代表一个“武器”,互相克制的原则是:剪子剪不动石头(石头胜利);布被剪子剪开(剪子胜利);石头被布包裹(布胜利)。如果双方出示了一样的手势,就是平局。(Application of Guess boxing game with Python)
- 2020-06-21 01:40:01下载
- 积分:1
-
linux设备驱动第三版,中文版,很有参考价值
linux设备驱动第三版,中文版,很有参考价值-linux device drivers third edition, the Chinese version of the valuable
- 2022-02-21 00:28:28下载
- 积分:1
-
BPA
主要内容包
括:潮流数据格式说明,潮流数据,潮流结果。在尽可能的情况
下提供网络结构图,并提供数据的出处,以及我们对其潮流计算
和结果的一些感受。(power code)
- 2009-06-22 09:48:23下载
- 积分:1
-
14.DS1302显示时钟
基于51单片机的DS1302显示时钟,1602液晶显示(DS1302 display clock based on 51 single chip microcomputer)
- 2017-08-08 14:30:12下载
- 积分:1
-
1111qt
菜鸟学习做的尝试,对sockettcp的尝试,小菜鸟,高手勿笑(The try of the rookie learning, the attempt on sockettcp, the little bird, the high hand not to laugh)
- 2017-12-31 11:27:29下载
- 积分:1
-
Read_RadiationCalibrationFactor
说明: 根据XML文件获取相应的辐射定标系数,只针对GF1和GF2(Obtain the corresponding radiometric calibration coefficients according to the XML file, only for GF1 and GF2)
- 2019-03-26 13:20:06下载
- 积分:1
-
SQL数据库图书管理系统(完整代码)
说明: ? 实现图书信息、类别、出版社等信息的管理;
? 实现读者信息、借阅证信息的管理;
? 实现图书的借阅、续借、归还管理;
? 实现超期罚款管理、收款管理;
? 创建触发器,分别实现借书和还书时自动更新图书信息的在册数量;(Realize the management of books information, categories, publishing houses and other information;
Realize the management of reader information and borrowing card information.
To realize the management of book borrowing, renewal and return;
Achieve the management of overdue fines and receipts;
Create triggers to automatically update the number of books in the book when borrowing and returning books, respectively.)
- 2019-06-06 21:04:09下载
- 积分:1
-
单相交流调压器(相控式)
单相交流调压 (相控式),晶闸管调制,对比斩波式。(Single-phase AC voltage regulation)
- 2018-05-03 15:35:58下载
- 积分:1
-
2
说明: Background
Given a set of rectangles {R1, R2, …, Rn}, compute the area of their common intersection. i.e.,
Area(R1∩R2∩…∩Rn)
The edges of the rectangles R1, R2, …, Rn, are either vertical or horizontal lines.
For example, the intersection of 4 rectangles, R1, R2, R3, and R4, in the following figure is the shaded rectangle.
Input
The input contains (N + 1) lines. The first line specifies the number of rectangles N, where 1 < N < 1000. Since the sides of the rectangles are parallel to the x-axis and y-axis, each rectangle is bounded by the lines x = x1, x = x2, y = y1 and y = y2 and each subsequent line of the input file thus specifies one rectangle in the following format:
x1 x2 y1 y2
such that 0 <= x1 < x2 <= 10000 and 0 <= y1 < y2 <= 10000, and x1, x2, y1 and y2 are integers.
Output
The output file contains the area of the intersection of all the rectangles.
- 2013-11-15 02:58:38下载
- 积分:1
-
雷达定位GDOP
机载双雷达GDOP仿真 程序可以运行 可以自己添加包括海浪误差 等(airborne dual radar GDOP simulation program can run can add their own including the wave error and so on)
- 2018-01-21 23:24:17下载
- 积分:1