当前位置:首页
> Luz 第2887页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Gene sequence of a new coronavirus
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
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?
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
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
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?
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)
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
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)
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]
This problem requires the preparation of procedures, input n characters, statistics of the number of English letters, nu…