高校餐饮一卡通系统源码 if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[card]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [dbo].[card] GO if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[card_use]') and OB
UPX 源码 V3 验证好用 UPX.v3.05.Source The UPX Hacker's Guide ====================== Foreword -------- The precompiled UPX versions are linked against the NRV compression library instead of the UCL library. Using the same compression algorithms, NRV achiev
C语言 MD5源码
md5c.h:
/* POINTER defines a generic pointer type */
typedef unsigned char * POINTER;
/* UINT2 defines a two byte word */
//typedef unsigned short int UINT2;
/* UINT4 defines a four byte word */
typedef unsigned long int UINT4;
/* MD5