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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Gene sequence of a new coronavirus

Luz5年前 (2021-05-10)471
In the last ten days of December 2019, there were many cases of viral pneumonia of unknown causes in Wuhan. Later, the C…

PROGRAMMING:Henan's anti epidemic Heroes

Luz5年前 (2021-05-10)439
Give the names of a series of anti epidemic heroes and the provinces they came from. Now please help to count the number…

PROGRAMMING:Is he a member of the Fibonacci family?

Luz5年前 (2021-05-10)404
Mathematically, Fibonacci sequence is defined recursively as follows:F(0)=0,F(1)=1, F(n)=F(n-1)+F(n-2)(n˃=2,n∈N*) This s…

PROGRAMMING:Finding the distance between two points in polar coordinates

Luz5年前 (2021-05-10)544
Given the polar coordinates of two points on the plane, and the unit of polar angle is degree, write a program to calcul…

PROGRAMMING:Life and Lifespan

Luz5年前 (2021-05-10)510
Life and lifespan, earth and heaven, have always been widely read and accepted by Chinese poems from the ancients times…

PROGRAMMING:How many bytes does the variable have?

Luz5年前 (2021-05-10)512
In C / C + + language, there are many data types for integer and floating point number. In 32-bit platforms, each type t…

PROGRAMMING:Any bit combination new integer (reverse order)

Luz5年前 (2021-05-10)536
Write a program to input a number of one bit non negative integers (with - 1 as the end mark), and combine them into a n…

PROGRAMMING:Finding the spherical distance between any two points on the equator

Luz5年前 (2021-05-10)388
It is known that the equatorial radius of the earth is 6378.137 km, and the longitude (in degrees) of any two points on…

PROGRAMMING:Any bit combination new integer (positive order)

Luz5年前 (2021-05-10)442
Write a program to input a number of one bit non negative integers (with - 1 as the end mark), and combine them into a n…

PROGRAMMING:Statistics of alphabetic and numeric characters [2]

Luz5年前 (2021-05-10)400
This problem requires the preparation of procedures, input n characters, statistics of the number of English letters, nu…