代码搜索:Addressing

找到约 974 项符合「Addressing」的源代码

代码结果 974
www.eeworm.com/read/101082/6243147

1a l7.1a

#print Although specifying lines by line number is easy to understand, it is hard to do in a long file. You will therefore want to learn other ways of addressing lines. The 'current line' is address
www.eeworm.com/read/205564/15312211

asm 自动垃圾桶的程序.asm

;; General purpose registers ;; IDA EQU 0H ; Indirect data addressing RTCC EQU 1H ; Real time counter PC EQU 2H ; Prog
www.eeworm.com/read/233554/4666339

c internet.c

/* Copyright (C) 1996 N.M. Maclaren Copyright (C) 1996 The University of Cambridge This includes all of the code needed to handle Internet addressing. It is way outside current POSIX, unfortuna
www.eeworm.com/read/288961/3996988

java addressingheadersfactory.java

package org.codehaus.xfire.addressing; import org.codehaus.xfire.fault.XFireFault; import org.jdom.Element; public interface AddressingHeadersFactory { AddressingHeaders createHeaders(Element ro
www.eeworm.com/read/294317/8240874

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
www.eeworm.com/read/283498/9016531

asm pgm6_4.asm

; Shift and Rotate Instructions .386 ;So we can use extended registers option segment:use16 ; and addressing modes. dseg segment para public 'data' ; The following structure holds the
www.eeworm.com/read/272848/10940663

h hashtable.h

// hash table using linear open addressing and division // implements dictionary methods other than erase #ifndef hashTable_ #define hashTable_ #include #include "hash.h" // m
www.eeworm.com/read/146126/12668479

h hashtable.h

// hash table using linear open addressing and division // implements dictionary methods other than erase #ifndef hashTable_ #define hashTable_ #include #include "hash.h" // m
www.eeworm.com/read/259580/11780235

h hashtable.h

// hash table using linear open addressing and division // implements dictionary methods other than erase #ifndef hashTable_ #define hashTable_ #include #include "hash.h" // m
www.eeworm.com/read/119473/14829604

asm pgm6_4.asm

; Shift and Rotate Instructions .386 ;So we can use extended registers option segment:use16 ; and addressing modes. dseg segment para public 'data' ; The following structure holds the