loveyou555
   
發文: 5
積分: 0
|
於 2016-04-15 16:05
     
大家可不可以給一些貼士我,做以下coding??
1。 Exception Handling : Basic detection of correctness of input, such as “file format checking”
2。 Random words: Able to load the file with words which are not in ascending order.
3。 Search History : You may assume that user will only type in characters and backspace only. So that you can improve the search speed by - continue to search from last position (not from the head) - store search data in each search and load previous data when backspace is pressed (Hint: Use Stack to store)
謝謝大家!!
 
|