代码搜索:Addressing
找到约 974 项符合「Addressing」的源代码
代码结果 974
www.eeworm.com/read/168218/9933640
cpp hash.cpp
// test hash table with linear open addressing
#include
#include "hash.h"
class element {
friend void main(void);
public:
operator long() const {return key;}
pri
www.eeworm.com/read/358191/10194476
cpp hash.cpp
// test hash table with linear open addressing
#include
#include "hash.h"
class element {
friend void main(void);
public:
operator long() const {return key;}
pri
www.eeworm.com/read/161587/10394602
cpp hash.cpp
// test hash table with linear open addressing
#include
#include "hash.h"
class element {
friend void main(void);
public:
operator long() const {return key;}
pri
www.eeworm.com/read/314474/13566560
h lhash.h
/*
* LHash.h --
* Hash table with linear search.
*
* LHash implements Map as a hash table with
* open addressing, i.e., entries are stored at the computed hash index,
*
www.eeworm.com/read/101082/6246166
7 mailaddr.7
.TH mailaddr 7
.SH Name
mailaddr \- mail addressing description
.SH Description
.NXAM "mail program" "mailaddr keyword"
.NXAM "mail program" "sendmail program"
.NXR "mailaddr keyword"
.NXB "mail" "add
www.eeworm.com/read/101082/6248083
7 mailaddr.7
.TH mailaddr 7
.SH Name
mailaddr \- mail addressing description
.SH Description
.NXAM "mail program" "mailaddr keyword"
.NXAM "mail program" "sendmail program"
.NXR "mailaddr keyword"
.NXB "mail" "add
www.eeworm.com/read/157453/11704141
cpp hash.cpp
// test hash table with linear open addressing
#include
#include "hash.h"
class element {
friend void main(void);
public:
operator long() const {return key;}
pri
www.eeworm.com/read/132141/14107521
cpp hash.cpp
// test hash table with linear open addressing
#include
#include "hash.h"
class element {
friend void main(void);
public:
operator long() const {return key;}
pri
www.eeworm.com/read/119473/14829589
asm pgm6_5.asm
; Bit Operations and SETcc Instructions
.386 ;So we can use extended registers
option segment:use16 ; and addressing modes.
dseg segment para public 'data'
; Some type definitions for
www.eeworm.com/read/119473/14829598
asm pgm6_2.asm
; Simple Arithmetic
; This program demonstrates some simple arithmetic instructions.
.386 ;So we can use extended registers
option segment:use16 ; and addressing modes.
dseg segment par