错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Sequences

  • Kent D. Lee,
  • Steve Hubbard

摘要

Computers are really good at dealing with large amounts of information. They can repeat a task over and over again without getting bored. When they repeat a task they are generally doing the same thing to similar data or objects. It is natural to want to organize those objects into some kind of structure so that our program can easily switch from one object to the next. How objects are added to a sequenceSequence or collection and how we move from one item to the next has some impact on how we might want to organize the collection of data in a program.