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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Finding approximate roots of equations by dichotomy

Luz5年前 (2021-05-10)419
The basic idea of dichotomy for finding approximate roots of equations is as follows(1) Set the initial rooting interval…

PROGRAMMING:Even complete

Luz5年前 (2021-05-10)403
A number P is even complete if and only if it has the following form: $$p = 2 ^ {n-1} (2 ^ n-1) $$, where $$2 ^ n-1 $$is…

PROGRAMMING:Identify integers

Luz5年前 (2021-05-10)466
Enter a string of characters from the keyboard (until the character.. ') to indicate a non negative integer. Other chara…

PROGRAMMING:Output n-line character diamond

Luz5年前 (2021-05-10)417
Please program to input an odd number n (n ˂ 100) and a character c, and output n lines of diamond pattern composed of c…

PROGRAMMING:Output character diamond

Luz5年前 (2021-05-10)433
Input character X by programming, and output character graphics of the following styles composed of character X.###Input…

PROGRAMMING:Open radical of library function

Luz5年前 (2021-05-10)438
Enter a real number and output its square root.###Input example:```inten```###Output example:```outthree point one six t…

PROGRAMMING:trigonometric function

Luz5年前 (2021-05-10)388
Program input a angle value R (real number) of angle a, output sine value and cosine value of angle A.###Input example:`…

PROGRAMMING:Nonparametric function design

Luz5年前 (2021-05-10)413
Write the nonparametric function print() and output a line of words "study hard and make progress every day!", Then inpu…

PROGRAMMING:Examples of parametric functions

Luz5年前 (2021-05-10)380
Input integer n and output n lines of character graphics as shown in the example.###Input example:```inseven```###Output…

PROGRAMMING:Example of nonparametric function

Luz5年前 (2021-05-10)460
Please execute the following code to analyze and understand the meaning of the function.```#includevoid print_ line(){pr…