搜索资源列表
search_for_substring
- 此程序用于搜索从ES:1000开始的长度为100H的区域,是否存在给定的子字符串,其中,子字符串存放在以DS:1100开始的区域中,分别用DI,SI,指向它们。如果搜索到,在DS:1111处填写44(“是”的谐音),找不到,则填写55(“无”的谐音)。在本程序中,DS与ES相同。在本程序中,我们假设要搜索的子字符串的长度为3,字符可以自行设定。当然,可以改变BX来改变搜索的子字符串的长度-This program used to search from ES: 1000 100H length
SearchCrawler
- Search crawler. With it you make find the sites, having the Word you want to find, starting with a Start site, you enter at the EditBox. Tree s basic logic (recursive function). Deep of search you can - 50, 100, 1000 pages.-Search crawler. With i