代码搜索结果

找到约 10,000 项符合 5 的代码

v850_defs.head

/* * WARNING! This file is automatically generated - DO NOT EDIT! */ #define TS_MAGICKEY 0x5a5a5a5a

m68k_defs.head

/* * WARNING! This file is automatically generated - DO NOT EDIT! */ #define TS_MAGICKEY 0x5a5a5a5a

m68k_defs.head

/* * WARNING! This file is automatically generated - DO NOT EDIT! */ #define TS_MAGICKEY 0x5a5a5a5a

m68k_defs.head

/* * WARNING! This file is automatically generated - DO NOT EDIT! */ #define TS_MAGICKEY 0x5a5a5a5a

80860483.pci

%! Detailed register description file for PCICFG.EXE by Ralf Brown %! %! Filename 80860483.PCI = Vendor 8086h, Device 0483h -- Intel 82424 %! Last Edit 9/27/97 by Ralf Brown %! !begin 82424 re

80860486.pci

%! Detailed register description file for PCICFG.EXE by Ralf Brown %! %! Filename 80860486.PCI = Vendor 8086h, Device 0486h -- Intel 80425EX %! Last Edit 9/27/97 by Ralf Brown %! [See file BLAN

qqmd5.def

LIBRARY QQMD5.DLL EXPORTS MD5 MD5Pad MD5Init MD5Translate MD5Version MD5Finalize QQMD5

qqmd5.def

LIBRARY QQMD5.DLL EXPORTS MD5 MD5Pad MD5Init MD5Translate MD5Version MD5Finalize QQMD5

qqmd5.def

LIBRARY QQMD5.DLL EXPORTS MD5 MD5Pad MD5Init MD5Translate MD5Version MD5Finalize QQMD5

5

//层次遍历的非递归算法 #include #include #include #include #define N 50 #define OVERFLOW 0 #define NULL 0 typedef struct BiTNode { char data; st