1编译对比~;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 2编译对比~;  >>>>    Hello,World >>>Size:2.50 KB>>>>>>>
 3编译对比~;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 4编译对比~            .386
 5编译对比~            .model flat,stdcall
 6编译对比~            option casemap:none
 7编译对比~include     windows.inc
 8编译对比~include     user32.inc
 9编译对比~include     kernel32.inc
10编译对比~includelib  user32.lib
11编译对比~includelib  kernel32.lib
12编译对比~            .data
13编译对比~szCaption   db  'A MessageBox !',0
14编译对比~szText      db  'Hello, World !',0
15编译对比~            .code
16编译对比~start:
17编译对比~            invoke  MessageBox,NULL,offset szText,offset szCaption,MB_YESNO or MB_ICONWARNING
18编译对比~            invoke  ExitProcess,NULL
19编译对比~            end start
20编译对比~;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
21编译对比~;>>>>>   End >>>>> Process   >>>>> >>>>>>>
22编译对比~;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 1编译对比~//一样的功能 用 C 写出来的窗体的做个比较!
 2编译对比~//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 3编译对比~//>>>>>> Start >>>>Size:15.9 KB >>>>>>>>>
 4编译对比~//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 5编译对比~#include<windows.h>
 6编译对比~int main(void)
 7>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 1编译对比~//功能不一样,大概意思用 C 写出来的
 2编译对比~//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 3编译对比~//>>>>>> Start >>>>Size:15.2 KB >>>>>>>>>
 4编译对比~//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 5编译对比~#include<stdio.h>
 6编译对比~int main(void)
 7>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
1编译对比~//大概意思用 VBS 写出来的
2编译对比~//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
3编译对比~//>>>>>> Start >>>>Size:21 字节 >>>>>>>>>
4编译对比~//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
5编译对比~msgbox("hello,world")
6编译对比~//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
7编译对比~//>>>>>>  >>>>>>> End  >>>>>> >>>>>>>>>>>
8编译对比~//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
1编译对比~#include<iostream>
2编译对比~int main()
3}

相关文章: