乙個小時快速入門25種開發語言的技巧!!!

2021-10-06 12:23:44 字數 3423 閱讀 2442

public

class

helloworld

}

#include

intmain()

#include

//std::cout 要用到的標頭檔案

#include

//標準輸入輸出標頭檔案

intmain()

print

"hello,world!"

#python 2.x 版本

print

("hello,world!"

)#python 3.x 版本

using system;

class

}

<

!doctype html>

<?php

echo

"hello,world!"

;//列印語句

echo

"the first php program!"

;//列印語句

echo

phpinfo()

;//phpinfo()系統函式,輸出環境資訊

?>

<

/body>

<

/html>

console.

log(

'hello,world!'

)// 控制台輸出

<

/script>

#可用 print 語句列印  

print "hello,world!\n"

#可用 puts 語句列印

puts "hello,world!\n"

#可以先宣告乙個變數,然後再用 puts 語句

a ="hello,world!\n"

puts a

#可以先寫個函式再呼叫

defsay

(name)

"hello,#

"end

puts say

("world!"

)

print(

"hello,world!"

) // 輸出

select

'hello,world!'

from dual;

#!c:\perl\bin                    #windows 平台下  

#!/usr/bin/env perl #linux 環境下

print

"hello,world!\n"

;#print("hello,world") 也可

<

!doctype html>

this is the first program!

<

/h1>

hello,world!

<

/p>

<

/body>

<

/html>

'filename: helloworld.rb  rb 作為 vb 原始檔的字尾  

module hello

sub main(

)'程式人口函式

msgbox(

"hello,world!"

)'計算機螢幕上顯示資訊

endsub

'end 作為程式塊結尾

endmodule

'單引號作為注釋

object helloworld  

}

echo

"hello,world!"

procedure tform1.

button1click

(sender: tobject)

; begin

label1.caption :

='hello,world!'

; end;

procedure tform1.

formcreate

(sender: tobject)

; begin

end;

end.

program hello

print *, "hello world!"

end program hello

#命令列互動方式  

d:\>tclsh

% puts "hello,world!"

hello,world!

% exit

d:>

#檔案方式執行

#!/usr/local/bin/tcl

puts "hello, world!"

d:\>tclsh helloworld.tcl

hello,world!

?"hello,world!"
package main

import

"fmt"

func

main()

echo

| awk ''

sed -ne

'1s/.*/hello, world!/p'

program helloworld(output)

;begin

writeln(

'hello, world!'

)

write

("hello,world!").

// 注意,句末有點號

公開 類 啟動類

}#請將以上**存為 hello.ef 檔案,注意編碼格式必須是unicode(little endian)。

#編譯命令列:

#ec hello.ef -ecl_name="程式" -starter_cls="啟動類" -out_mode=runable -out=hello.exe

#以上命令行將編譯生成 hello.exe 檔案,要執行此程式,請確保易語言系統庫檔案「系統.ncl」在當前目錄下。

#hello.exe 的執行結果是在螢幕上輸出:世界,你好!

快速開發乙個PHP擴充套件

快速開發乙個php擴充套件 本文通過非常快速的方式講解了如何製作乙個php 5.2 環境的擴充套件 php extension 希望能夠在 的方式下讓想快速學習的朋友了解一下製作過程。步驟一 生成擴充套件框架 cd root soft php php 5.2.6 ext ext skel extna...

快速開發乙個PHP擴充套件

快速開發乙個php擴充套件 本文通過非常快速的方式講解了如何製作乙個php 5.2 環境的擴充套件 php extension 希望能夠在 的方式下讓想快速學習的朋友了解一下製作過程。步驟一 生成擴充套件框架 cd root soft php php 5.2.6 ext ext skel extna...

乙個專案帶你快速入門 Qt Creator

本 chat 計畫通過編寫簡易倒車雷達顯示系統 gui 介面講述 qt creator 基本入門操作。其中 gui 操作介面包括 usb 攝像機資料的獲取 此處採用的是 opencv 影象處理庫配合使用 顯示 電動車輛充電系統電池實時狀態顯示 充電的動態顯示和電量的靜態顯示 button table...