文件名称:计算机汇编语言课件下载
文件大小:1.61MB
文件格式:PPT
更新时间:2011-11-03 11:13:40
汇编语言
汇编语言程序设计 #include "stdafx.h" #include "stdio.h" int main(int argc, char* argv[]) { int a,b,c; a=1; b=2; c=a+b; printf(“c=%d\n",c); return 0; }
文件名称:计算机汇编语言课件下载
文件大小:1.61MB
文件格式:PPT
更新时间:2011-11-03 11:13:40
汇编语言
汇编语言程序设计 #include "stdafx.h" #include "stdio.h" int main(int argc, char* argv[]) { int a,b,c; a=1; b=2; c=a+b; printf(“c=%d\n",c); return 0; }