资源列表
A9-1
- 这个程序是掌握通过GDT表访问段的编程方法设计的。
knight2
- it is about knight tour
A9-2
- 可以用dump命令检查数据区,验证程序的运行结果
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.
masm
- IBM_PC汇编语言程序设计实验教程中第2章全部5个实验,smascii,search,count_char,phone,fibonacci.
salemanager
- 本文简要介绍了本商品管理系统的开发情况,基本设计思想、系统开发环境及目前的应用情况。
course
- 选课小系统,可以实现简单的功能,主要用于代码的学习
taotai
- 淘汰游戏,选输入人数,从一人开始选择间隔开始淘汰的人数,循环淘汰,剩下最后一个
