readme.txt

来自「好书,关于游戏开发数据结构的,还有一些实用例子」· 文本 代码 · 共 15 行

TXT
15
字号
===============================================================================
Data Structures For Game Programmers
Ron Penton
Graphical Demonstration 8-1
===============================================================================
This demonstration shows you how hash tables work

- When you want to insert, remove, or search for a number, you have two choices:
    - you may click the Random button to generate a new random number in the 
      text box
    - you may click on the textbox and enter the number yourself.
  After that, click either Insert, Find, or Remove
- When you search for an item, it will be highlighted in red if it exists.
   

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?