当前位置:首页
> Luz 第2941页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:C programming experiment 2-2-2
With the switch statement programming, according to the input hundred score (integer), converted to the corresponding fi…
PROGRAMMING:C programming experiment 2-3-1
Height prediction.Every parent is concerned about their children's adult height. According to the knowledge of physiolog…
PROGRAMMING:C programming experiment 2-3-2
Body shape judgment.After extensive investigation and statistical analysis, according to the factors of height and weigh…
PROGRAMMING:Ad Astra
In a distant future, new humans may explore the interstellar like this: there are several * * jump points * * distribute…
PROGRAMMING:C programming experiment 3-1
Calculate the value of 1 + 3 + 5 + 7 + $$... $$+ 99 + 101.###Input format:No input is required.###Output format:Output t…
PROGRAMMING:Bonus calculation, circulation and multi branching (exercise 6-5, fundamentals and applications of Python programming, Higher Education Society)
The bonus paid by the enterprise is based on the profit commission. If the profit is less than or equal to 100000 yuan,…
PROGRAMMING:Count the number of times each letter appears in the string list (exercise 6-8, fundamentals and applications of Python programming, Higher Education Society)
Count the number of times each letter appears in the string listWrite a program, use the eval() function to read in a li…
PROGRAMMING:Find out the culprit, loop and Boolean logic (exercise 6-6, fundamentals and applications of Python programming, Higher Education Society)
In the dark with poor vision, a driver ran away after hitting a pedestrian. Three witnesses remembered some of the chara…
PROGRAMMING:Finding the approximate value of E by loop (exercise 6-7, fundamentals and applications of Python programming, Higher Education Society)
Write a program, read K from the keyboard, calculate the approximate value of E (retain 10 decimal places).![ 1023a.png]…
PROGRAMMING:Eight queens problem with special conditions
In chess, the queen is the most powerful piece. She can walk horizontally, straightly and obliquely. In 1848, chess play…