-
-
[
Unix_Linux]
CS.rar
Under the Linux environment of the client-server code, easy-to-read, study and apply to new reference.
-
-
[
PDF]
Lecture13.rar
CS 268: Route Lookup and
Packet Classification
E2E principle
- Describe the end-to-end principle. Give one example in which
implementing a particular functionality at a lower layer breaks
this principle, and one example in which it does ...
Category:
E-Books Upload User:
xgjh09 Size:
185K
-
[
C/C++]
cs.rar
linux environment tcp/ip socket programming
-
-
-
-
[
Visual C++ (VC++)]
s.rar
TACK SEGMENT STACK
DW 64 DUP(?)
STACK ENDS
DATA SEGMENT
NUM DB 34H,45H,45H
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE, ds:data
START: MOV AX,DATA
MOV DS,AX
MOV SI,OFFSET NUM
MOV BL,[SI]
CMP BL,[SI+1]
JNE CMP13
CMP BL,[SI+2]
JNE ...
-
[
Visual C++ (VC++)]
stack.rar
DATA SEGMENT
X DB 66H
Y DB 35H
Z DW ?
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE,DS:DATA
START: MOV AX,DATA
MOV DS,AX
XOR AX,AX
MOV AL,X
SHL AX,1
MOV BX,AX
SHL AX,1
SHL AX,1
ADD BX,AX
MOV AH,0
MOV AL,Y
SHL AX,1
SHL AX,1 ...
-
[
Visual C++ (VC++)]
time.rar
DATA SEGMENT
X DB 66H
Y DB 35H
Z DW ?
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE,DS:DATA
START: MOV AX,DATA
MOV DS,AX
XOR AX,AX
MOV AL,X
SHL AX,1
MOV BX,AX
SHL AX,1
SHL AX,1
ADD BX,AX
MOV AH,0
MOV AL,Y
SHL AX,1
SHL AX,1 ...