当前位置:首页
> Luz 第2645页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Reading numbers
Input an integer and output the Pinyin corresponding to each digit. When the integer is negative, the word "Fu" is outpu…
PROGRAMMING:Simple simulation of bank business queue
Suppose a bank has two business windows a and B, and the processing speed is different. The processing speed of window a…
PROGRAMMING:Find the value of prefix expression
Arithmetic expression has prefix representation, infix representation and suffix representation. Prefix expression means…
PROGRAMMING:Non recursive implementation of Hanoi Tower
With the help of stack, the problem of Hanoi Tower (n, a, B, c) is solved in a non recursive (cyclic) way, that is, n pl…
PROGRAMMING:Expression conversion
Arithmetic expression has prefix representation, infix representation and suffix representation. Infix representation is…
PROGRAMMING:Stack emulation queue
Suppose there are two stacks S1 and S2, please simulate a queue Q with these two stacks.To simulate a queue with a stack…
PROGRAMMING:Finding the penultimate k-th term of chain linear table
Given a series of positive integers, please design an algorithm as efficient as possible to find the number in the penul…
PROGRAMMING:Windows message queuing
Message queue is the foundation of windows system. For each process, the system maintains a message queue. If specific e…
PROGRAMMING:Genealogical treatment
Anthropological research is very interested in families, so researchers collected some family genealogies for research.…
PROGRAMMING:Wechat Moments
There are n students in a school, forming m clubs. The students in each club have some similar interests, forming a circ…