摘要:
题目:http://www.51nod.com/onlineJudge/submitDetail.html#!judgeId=427658 先将圆的在X轴上左起点按升序排序,再用二分查找第一个起点比待查找圆的终点大的圆(即相离) 阅读全文
摘要:
package test; import java.awt.EventQueue; import javax.swing.ImageIcon; import javax.swing.JFrame; import javax.swing.Timer; import javax.swing.JTextField; import javax.swing.JTextArea; import java... 阅读全文