芊雅企服企业服务平台给广大企业客户拜年了!感谢您的企业与我们精诚合作,在新的一年,我们将继续为广大企业助力,同时我们将不断完善服务体系。2015新的一年,祝大家恭喜发财,羊年大吉喜气扬,羊头扬扬好运来,羊眼圆圆看祥瑞,羊须翘翘钱满园,羊身摆摆业登高,羊尾扫扫体健安,羊声震震尽欢颜,祝愿羊年多财气,旺羊载运福满天!
下面是二十种编程语言给大家带来的新春祝福:
C:printf(“Happy Chinese New Year”);
C++ : cout<<“Happy Chinese New Year”;
Object-C:NSLog(@”Happy Chinese New Year!”);
QBasic : Print “Happy Chinese New Year”
Asp : Response.Write “Happy Chinese New Year”
PHP : echo “Happy Chinese New Year”;
Ruby: puts “Happy Chinese New Year!”
JScript: alert(“Happy Chinese New Year”)
VBScript:MsgBox “Happy Chinese New Year”
Jscript:document.write(“Happy Chinese New Year”)
xml <TextView android:text=”Happy Chinese New Year! ” />
Delphi: ShowMessage(‘Happy Chinese New Year!’);
VB: Msg(“Happy Chinese New Year!”)
VC: MessageBox(“Happy Chinese New Year!”);
shell: echo Happy Chinese New Year
perl: print ‘Happy Chinese New Year’
java: System.out.println(“Happy Chinese New Year”);
LISP:(format t “Happy Chinese New Year!~%”)
powerBuilder:messagebox(”Happy Chinese New Year”)
C#:System.Console.WriteLine(“Happy Chinese New Year!”)
COBOL:DISPLAY ‘Happy Chinese New Year!’
Python:print(“Happy Chinese New Year!”)
aswing:JOptionPane.showMessageDialog(“happy”,”Happy Chinese New Year!”)
Android:Toast.makeText(getApplicationContext(), “Happy Chinese New Year”,Toast.LENGTH_SHORT).show()
flex:Alert.show(“Happy Chinese New Year!”);
Clojure: (println “Happy Chinese New Year”)
verilog/systemverilog/e $display(“Happy Chinese New Year”)
as:trace(“Happy Chinese New Year!”);
nasm:
org07c00h
movax,cs
movds,ax
mov es,ax
call DispStr
jmp$
DispStr:
mov ax,BootMessage
movbp,ax
movcx,16
movax,01301h
movbx,000ch
movdl,0
int10h
ret
BootMessage:db”Happy Chinese New Year!”
times510-($-$$)db0
dw0xaa55