内存编辑和查询

源代码在线查看: text file conversion unix - windows.whs

软件大小: 1018 K
上传用户: qingriwanxia
关键词: 内存 编辑 查询
下载地址: 免注册下载 普通下载 VIP

相关代码

				// WinHex sample script that converts a UNIX text file into a Windows text file.
				// The representation of line breaks differs in both systems.
				// Can only be executed by the evaluation version if unchanged.
				
				ExitIfNoFilesOpen
				CreateBackup
				ReplaceAll 0x0A 0x0D0A			

相关资源