代码搜索:Addressing
找到约 974 项符合「Addressing」的源代码
代码结果 974
www.eeworm.com/read/209559/4974807
kconfig
#
# IP configuration
#
config IP_MULTICAST
bool "IP: multicasting"
depends on INET
help
This is code for addressing several networked computers at once,
enlarging your kernel by about 2 KB. Y
www.eeworm.com/read/175197/5349494
h ipmi_addr.h
/*
* ipmi_addr.h
*
* Addressing information for IPMI interfaces.
*
* Author: MontaVista Software, Inc.
* Corey Minyard
* source@mvista.com
*
* Copyright 2
www.eeworm.com/read/316872/3606491
kconfig
#
# IP configuration
#
config IP_MULTICAST
bool "IP: multicasting"
help
This is code for addressing several networked computers at once,
enlarging your kernel by about 2 KB. You need multicast
www.eeworm.com/read/265664/11258127
asm seat1.asm
; DATE 4/7/95
; PIC16C54 4.00 MHz
indadd equ 0 ; indirect addressing register
rtcc equ 1 ; counter
pc equ 2 ; program co
www.eeworm.com/read/283498/9016495
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/283498/9016516
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
www.eeworm.com/read/283498/9016520
asm pgm6_1.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
www.eeworm.com/read/378920/9212823
changelog
Version 4.0.8
21 November 2007
-add a startup check for amount of memory being greater than the possible
address space; prevents user confusion on 32-bit systems that use addressing
tricks to h
www.eeworm.com/read/372507/9507367
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/168218/9932553
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