-
-
-
[
C/C++]
EssentialC.zip
This Stanford CS education document tries to summarize all the basic features of the C language . The coverage is pretty quick, so it is most apporopriate as review or for someone with some programming backgroud in annother language .
-
-
-
[
Java/JSP]
ChatRoom.rar
This is a java chat program developed using cs pattern of client and server side. The use of socket communication
-
[
Asm]
stack.rar
stack segment stack dw 500 dup (?) p dw? stack ends code segment assume cs: code, ss: stack begin: mov ax, stack
-
-
-
-