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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Two dimensional array to find the sum of left lower triangular elements

Luz5年前 (2021-05-10)426
Find the sum of the elements of the lower left triangle (including the main diagonal) of an n * n (n ˂ 10) array.###Inpu…

PROGRAMMING:Reverse order storage

Luz5年前 (2021-05-10)438
Any input n (n ˂ 10) integers no more than 100 are put into an array, and then are stored in reverse order and output.##…

PROGRAMMING:The surface area of the ball

Luz5年前 (2021-05-10)353
Programming in the text box text1 input ball radius, click the "calculation" button (name command1) to complete the calc…

PROGRAMMING:Overload of fractional addition

Luz5年前 (2021-05-10)463
I believe students are quite familiar with the overloading of complex operators. Today, let's see how to deal with fract…

PROGRAMMING:Comparison of plurals

Luz5年前 (2021-05-10)451
Topic Description: create a complex class, real and imaginary numbers are its private data members. Create an operator o…

PROGRAMMING:Complex addition

Luz5年前 (2021-05-10)402
Title: a complex class, operator overload +, to achieve the addition of complex and complex. Enter a set of complex numb…

PROGRAMMING:Finding the summation of peripheral elements of two dimensional array

Luz5年前 (2021-05-10)416
Find a two-dimensional array of peripheral elements of the cumulative sum.Enter the number of rows m (m ˂ 10), the numbe…

PROGRAMMING:Calculate time subtraction

Luz5年前 (2021-05-10)431
Topic Description: define a time class, hour and minute are its two private member data. Enter a start time and an end t…

PROGRAMMING:Minutes minus seconds

Luz5年前 (2021-05-10)415
Title Description:Define a time class with minutes and seconds as its two private member data. Enter a start time and an…

PROGRAMMING:Simulation Implementation of set (function template)

Luz5年前 (2021-05-10)374
We can use an array to simulate a set, add operation to add set elements, delete operation to delete set elements, and f…