當前位置:編程學習大全網 - 編程軟體 - 電腦編程的英文詞語,壹般比較多見的?

電腦編程的英文詞語,壹般比較多見的?

通用基本數據類型

int 整型

small 短整型

long 長整型

float 單精度型

double 雙精度型

string 字符串型

void 空型

.

.

.

c語言

main 主函數

(for while do...while) 循環

(if switch...case) 如果

open 打開

close 關閉

printf 輸出

scanf 輸入

include 頭文件

.

.

.

JAVA

System.out.print 輸出

public static void main(String[] args) 主函數

好多好多了。。。自己去看幫助文檔吧。。。如果都寫出來我也累死了

  • 上一篇:STC12系列單片機的PCA是指什麽,跟PWM有什麽區別?
  • 下一篇:最終得分程序設計
  • copyright 2024編程學習大全網