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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:We love sports

Luz5年前 (2021-05-10)423
Xiao Ming and Xiao Hong like sports very much. Once Xiao Ming and Xiao Hong took part in the school's 50 meter sprint co…

PROGRAMMING:Job scheduling algorithm -- high response ratio first

Luz5年前 (2021-05-10)374
Input n (n ˃ 0) jobs, input the name, arrival time and service time of each job, and calculate the completion time, turn…

PROGRAMMING:good-suffix

Luz5年前 (2021-05-10)474
We call a suffix of a string a good suffix if it satisfies the following conditions:(1) It appears at least twice in the…

PROGRAMMING:C programming experiment 5-2 scheduling problem

Luz5年前 (2021-05-10)374
Input the score of a course of a class from the keyboard (the maximum number of students in each class is not more than…

PROGRAMMING:C programming experiment 5-1 maximum value problem

Luz5年前 (2021-05-10)523
Input the score of a course from the keyboard (the maximum number of students in each class is not more than 40). When t…

PROGRAMMING:Time class

Luz5年前 (2021-05-10)646
Design a class called time. This class contains:1. Data fields hour, minute and second representing time.2. A nonparamet…

PROGRAMMING:C programming experiment 5-3 finding problems

Luz5年前 (2021-05-10)506
Input the score of a course from the keyboard (the maximum number of students in each class is not more than 40). When t…

PROGRAMMING:C programming experiment 5-6 calculating pointer string length

Luz5年前 (2021-05-10)412
Input a string arbitrarily from the keyboard, calculate the actual number of characters with the pointer and print it ou…

PROGRAMMING:C programming experiment 5-4 swap function

Luz5年前 (2021-05-10)376
Input two integers randomly from keyboard, use pointer as function parameter, program to exchange them and output them a…

PROGRAMMING:C programming experiment 5-5 calculating string array length

Luz5年前 (2021-05-10)475
Input a string arbitrarily from the keyboard, calculate the actual number of characters by array and print it out, that…