当前位置:首页
> Luz 第2892页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:give change
There are enough 5 cents, 2 cents and 1 cent coins to pay for a small change less than 1 yuan. How many coins do you nee…
PROGRAMMING:Calculating pi by Monte Carlo method
The method of Monte Carlo simulation is used to calculate the PI( See the operation instruction for specific requirement…
PROGRAMMING:Binary tree traversal( Simple)
As one of the core data structures of FDS course, binary tree requires everyone to master!This is a simple binary tree p…
PROGRAMMING:The story of happy town( Simple)
In a far away place, there is a happy town!The public security of happy town is very bad, so it's not happy to live in t…
PROGRAMMING:War map( Adjacency matrix (version)
Due to the betrayal of the traitor Zhu Ziming, the independent regiment's headquarters in zhaojiayu was almost destroyed…
PROGRAMMING:GG's supermarket
GG has a supermarket. There are two employees in the supermarket. They are small a delivering goods and small B placing…
PROGRAMMING:Interesting queue
This problem redefines the operation of the queue out: the number of the first out of the team re enters the team at the…
PROGRAMMING:Calculation accumulation formula
Input x, program to calculate $$1 - \ frac {x ^ {2} {3!}+\ frac{x^{4}}{5!}-\ frac{x^{6}}{7!}+...$$ The precision is 0.00…
PROGRAMMING:GG's supermarket
GG has a supermarket. There are two employees in the supermarket. They are small a delivering goods and small B placing…
PROGRAMMING:Finding cube root by iterative method
Iterative method to find $$x = [sqrt [3] {a} $$. The iterative formula for finding the cube root is: $$X_{ 1}=\frac{2}{3…