当前位置:首页
> Luz 第2931页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:C programming experiment 1-3-2
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
Refer to example 4.2 program, program to input a lowercase English letter from the keyboard, convert it into uppercase E…
PROGRAMMING:Visual sequence
Visual sequence is to determine the next data sequence according to the current sequence. The regulations are as follows…
PROGRAMMING:Friends group
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
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
Palindrome number is a very interesting number. For a number that is not palindrome number, we can change it into palind…
PROGRAMMING:Number 9
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
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
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)
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…