摘要:
c源码 /* adler32.c -- compute the Adler-32 checksum of a data stream * Copyright (C) 1995-2004 Mark Adler * For conditions of distribution and use, see 阅读全文
摘要:
写一个小程序:(defun C:TTT() (SETQ A 8)(PRINC "TTT")) (defun C:AAA() (PRINC "AA")) (defun C:ccc() (PRINC "c"))编译后解码:Offset 0 1 2 3 4 5 6 7 8 9 A B C D E F 00 阅读全文