摘要: The Stable Matching Problem originated, in part, in 1962, when David Gale and Lloyd Shapley, two mathematical economists, asked the question: Could on 阅读全文
posted @ 2016-10-21 21:41 dreamafar 阅读(284) 评论(0) 推荐(0) 编辑
摘要: The following Scroll.asm program writes 50 lines of text to the screen buffer. It then resizesand repositions the console window, effectively scrollin 阅读全文
posted @ 2016-10-21 20:19 dreamafar 阅读(222) 评论(0) 推荐(0) 编辑
摘要: The following program opens a file for input, reads its contents into a buffer, and displays thebuffer. All procedures are called from the Irvine32 li 阅读全文
posted @ 2016-10-21 19:55 dreamafar 阅读(175) 评论(0) 推荐(0) 编辑
摘要: CreateFile Program ExampleThe following program creates a file in output mode, asks the user to enter some text, writes thetext to the output file, re 阅读全文
posted @ 2016-10-21 19:49 dreamafar 阅读(135) 评论(0) 推荐(0) 编辑