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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:C programming experiment 1-3-2

Luz5年前 (2021-05-10)399
Calculate the volume and surface area of the ball: refer to example 3.5 program, using const constant definition π( The…

PROGRAMMING:C programming experiment 1-4

Luz5年前 (2021-05-10)447
Refer to example 4.2 program, program to input a lowercase English letter from the keyboard, convert it into uppercase E…

PROGRAMMING:Visual sequence

Luz5年前 (2021-05-10)404
Visual sequence is to determine the next data sequence according to the current sequence. The regulations are as follows…

PROGRAMMING:Friends group

Luz5年前 (2021-05-10)453
Base friend refers to the intimate relationship between men. For the new generation of young people, Jiyou are often use…

PROGRAMMING:Judgment of Hamiltonian circuit

Luz5年前 (2021-05-10)485
Hamiltonian circuit is a concept of graph. If a sequence of vertices can contain all the vertices in a graph, adjacent v…

PROGRAMMING:Construct palindrome number

Luz5年前 (2021-05-10)419
Palindrome number is a very interesting number. For a number that is not palindrome number, we can change it into palind…

PROGRAMMING:Number 9

Luz5年前 (2021-05-10)454
How many multiples of 9 or numbers with mantissa of 9 are required to be calculated in this problem.###Input format:Ente…

PROGRAMMING:The same n-digit number

Luz5年前 (2021-05-10)416
Read in 2 positive integers A and B, 1˂=A˂=9, 1˂=B˂=10, to produce the numbers A...AA(B digitals)### Input format:Enter…

PROGRAMMING:Calculating the circular area

Luz5年前 (2021-05-10)476
Enter the radius of the circle and calculate the area with two decimal places. Please use the pi constant in the math m…

PROGRAMMING:Analysis of valve status in workshop (exercise 5-4, fundamentals and applications of Python programming, Higher Education Society)

Luz5年前 (2021-05-10)346
The CPU reads 1 byte of content through an 8-bit IO port and now stores it in a bytes object. Example: B '\ x45'; These…