Course design of don't know where to start!
CodePudding user response:
You can contact me, don't think can guideCodePudding user response:
To think good thoughts, and then begin,TagPaopao
{
Center coordinates;
Direction;
Radius
Color
}
In a certain point, click the box that generates a random radius size bubble structure, add bubble queue
Refresh the blue bubble number, red bubble number
OnTimer
{
Traverse the bubble queue
If the rise
Center of y + +
If falling
Center of y -
Radius increases
Whether a single bubble center and radius range of box
Remove queue is:
Refresh the blue bubble number, red bubble number
}
OnPaint
{
Traverse the bubble queue
Draw a bubble
}
CodePudding user response:
In a certain point, click the box that generates a random radius size bubble structure, add bubble queueRefresh the blue bubble number, red bubble number
Here to add a
Knowledge is involved:
1, structure
2, the standard library, vector or list
3, since the draw background
4, the timer
5, choose a UI framework MFC or QT or c # or Java can be
CodePudding user response:
Curriculum design is not should do it yourself?