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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:5.3 - using 54321 to initialize array and display

Luz5年前 (2021-05-10)389
Modify the program in code listing 5-5 and initialize it with 5, 4, 3, 2, and 1 from the beginning.-----Exercise 5-3 of…

PROGRAMMING:5.5 - use macro to define the number of elements and arrange them in reverse order

Luz5年前 (2021-05-10)420
Modify the program in code listing 5-8 to define the number of elements with object macro instead. Note that you need to…

PROGRAMMING:Find the area where two circles intersect

Luz5年前 (2021-05-10)381
Given the center coordinates and radius of two circles, the intersection area of two circles is calculated and output. I…

PROGRAMMING:Kwai Fu

Luz5年前 (2021-05-10)505
Kwai is a relatively short video app software, which updates some interesting videos every day, so its appearance has be…

PROGRAMMING:Simple loop structure: output all possible numbers of chickens and rabbits.

Luz5年前 (2021-05-10)436
The total number of chickens and rabbits is given from the keyboard, showing all possible numbers of chickens and rabbit…

PROGRAMMING:Maximum and minimum

Luz5年前 (2021-05-10)413
Given a positive integer n, then enter n positive integers (the input number is greater than or equal to 0, less than 10…

PROGRAMMING:Awei plays the guitar

Luz5年前 (2021-05-10)369
As we all know, awei likes playing guitar very much, and he thinks symmetrical sound is a beautiful sound.![ WP2J$OJ_ D@…

PROGRAMMING:Judge the Constitution

Luz5年前 (2021-05-10)456
Body mass index (BMI) is a commonly used international standard to measure the degree of obesity and health. BMI was cal…

PROGRAMMING:C programming experiment 4-1 factorial values of all numbers from 1 to n

Luz5年前 (2021-05-10)390
Known factorial function is as follows, using this function, program to calculate and output the factorial value of all…

PROGRAMMING:C programming exercise 7.3 function to achieve the maximum of two numbers

Luz5年前 (2021-05-10)455
The maximum value of two integers is calculated by function programming. In the main function, the function is called to…