-->
当前位置:首页 > Luz 第2886页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Simple calculator program

Luz5年前 (2021-05-10)390
Write a simple calculator program, which can add, subtract, multiply, divide or complement two integers according to the…

PROGRAMMING:Character encryption 1

Luz5年前 (2021-05-10)444
Character complementary encryption, case letter encryption rules are as follows, other characters before and after encry…

PROGRAMMING:Program error correction: temperature conversion

Luz5年前 (2021-05-10)478
The function of the following program is: input a Fahrenheit temperature and find out the corresponding centigrade tempe…

PROGRAMMING:Convert seconds to hours, minutes and seconds

Luz5年前 (2021-05-10)364
Programming: input a time value integer in seconds from the keyboard and convert it into the form of hour, minute and se…

PROGRAMMING:Combine a new integer

Luz5年前 (2021-05-10)365
Write a program to input four one bit non negative integers, and then combine them into a new integer as one, ten, hundr…

PROGRAMMING:Calculating the area of various figures with virtual function

Luz5年前 (2021-05-10)411
This paper defines the abstract base class shape, from which five derived classes are derived: circle (circle), square (…

PROGRAMMING:Program error correction: find the length of the third side

Luz5年前 (2021-05-10)428
The function of the following program is: given the length of the two sides of the triangle and the size of the angle (i…

PROGRAMMING:Victory in anti epidemic

Luz5年前 (2021-05-10)498
After the outbreak of the epidemic in Wuhan, the medical team of Henan Province rushed to the front line of Wuhan to fig…

PROGRAMMING:Character encryption 2

Luz5年前 (2021-05-10)498
Character encryption: the encryption rules of upper and lower case letters are shown in the table below, and other chara…

PROGRAMMING:Finding the perimeter of the latitude line

Luz5年前 (2021-05-10)408
Programming: the average radius of the earth is known to be 6371.393km, and the latitude value (in degrees) of a certain…