资源列表
3dgameengine
- 3D 游戏引擎“虚幻引擎3(Unreal Engine 3)”优异的 3D 图形处理能力以及真实的物理模拟反应。
karaokword
- 字幕叠加有着广泛的应用场合,相应地,实现方式也有很多。本是一种卡拉OK字幕叠加的简单实现。
Translate_ASCII
- 查询中英文字符的ASCII码,为了方便使用,特意使用十六进制显示.
functions
- VB powerful functions
knight2
- it is about knight tour
sort
- Sorting is a common task in manipulation of records of data. There are a number of sorting techniques of which each has its advantages and disadvantages in accordance with the characteristics and the representation of the data. In this tutorial,
hash
- Hashing is a technique that allows insertions, deletions and searches of records according to keys in constant average time. In this tutorial, we will construct a hash table and implement its operations.
linked_list
- Linked lists are a widely used data structure for storing a dynamic number of items. Unlike an array, whose maximum capacity is determined on its creation, a linked list can accommodate any number of data items provided that memory can be allocat
undo
- Stacks are a data structure that exhibits the Last-In First-Out (LIFO) characteristic, which is useful in a number of applications. In this tutorial, we will use a stack to perform undo operations.
palindrome
- A linked list can be operated as a stack and a queue since new items can be added to its beginning or to its end. In this tutorial, we will manipulate on linked lists such as reversing a list and comparing two lists.
taotai
- 淘汰游戏,选输入人数,从一人开始选择间隔开始淘汰的人数,循环淘汰,剩下最后一个
xueshenggl
- 这是一个学生管理的简单程序,包括新生录入,成绩查询等操作
