当前位置:首页
> Luz 第2886页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Simple calculator program
Write a simple calculator program, which can add, subtract, multiply, divide or complement two integers according to the…
PROGRAMMING:Character encryption 1
Character complementary encryption, case letter encryption rules are as follows, other characters before and after encry…
PROGRAMMING:Program error correction: temperature conversion
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
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
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
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
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
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
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
Programming: the average radius of the earth is known to be 6371.393km, and the latitude value (in degrees) of a certain…