当前位置:首页
> Luz 第2951页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:We love sports
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
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
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
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
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
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
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
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
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
Input a string arbitrarily from the keyboard, calculate the actual number of characters by array and print it out, that…