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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:The tower of Hanoi problem

Luz5年前 (2021-05-10)381
Given a tower composed of N disks, these disks are attached to the first pile in a decreasing way. To move the whole tow…

PROGRAMMING:Optimal scheduling problem

Luz5年前 (2021-05-10)352
Suppose that n (n ˂ = 20) tasks are performed by K (k ˂ = 20) parallel machines. The time required to complete task I is…

PROGRAMMING:JMU Python piecewise function & mathematical function

Luz5年前 (2021-05-10)530
This problem requires the calculation of the value of the following piecewise function f (x) (x is an arbitrary real num…

PROGRAMMING:Calculate age

Luz5年前 (2021-05-10)394
Define a birthday class, whose member variables have three shaping variables (date of birth): year, month, day; The cons…

PROGRAMMING:Statistics of the number of pass and fail in score entry

Luz5年前 (2021-05-10)428
Write a program for a class of a course score entry, can control the total number of entry score, the entry score statis…

PROGRAMMING:Program error correction 2

Luz5年前 (2021-05-10)418
Program correction. There are errors in the following code, please modify and submit.public class Main {public static vo…

PROGRAMMING:Program error correction 1

Luz5年前 (2021-05-10)448
Program correction. The goal of the following code is to input an integer x from the keyboard, then do different calcula…

PROGRAMMING:Happy number

Luz5年前 (2021-05-10)443
We know that an integer can be expressed as the sum of the squares of two different integers, such as 25 = 3 * 3 + 4 * 4…

PROGRAMMING:The first k numbers

Luz5年前 (2021-05-10)462
Input n, K and n positive integers no more than 10000, and output the first k numbers from large to small###Input format…

PROGRAMMING:Program error correction 3

Luz5年前 (2021-05-10)575
Program correction. The following code error, please refer to the program output to modify the program.public class Main…