This cookbook contains a wealth of solutions to problems that SQL programmers face all the time. Recipes inside range from how to perform simple tasks, like importing external data, to ways of handling issues that are more complicated, like set algebra. Each recipe includes a discussion that explains the logic and concepts underlying the solution. The book covers audit logging, hierarchies, importing data, sets, statistics, temporal data, and data structures.
標簽:
programmers
solutions
cookbook
contains
上傳時間:
2013-12-08
上傳用戶:Altman
用匯編語言實現(xiàn)RESET啟動和熱啟動
程序名: RESET.ASM/BOOT.ASM 程序類別: 完整的匯編語言程序
功能: 用程序完成RESET啟動和熱啟動
使用說明: 匯編連接以后轉換為com文件運行
程序說明:
在日常用機過程中,如果出現(xiàn)了異常情況常常需要重新啟動系統(tǒng) .對于IBM PC 以及其兼容機,除了開機冷啟動外,還有熱啟動和R ESET開關復位啟動,他們的共同特點是轉入BIOS的入口點(即ROM 的起始單元FFFF:0處),執(zhí)行該處的跳轉指令,轉向啟動程序,該啟 動程序在執(zhí)行過程中需檢測復位標志字(在地址0040:0072處,占2 個字節(jié))的值,若為1234則啟動是不檢測內存 若非1234則啟動先檢 測內存,再啟動系統(tǒng).熱啟動和RESET啟動的不同之處在于熱啟動時 不檢測內存,而RESET啟動是需要檢測內存.
標簽:
RESET
ASM
BOOT
程序
上傳時間:
2013-12-26
上傳用戶:xfbs821