matlab hello world,hello world

hello world

(程序代码)

编辑

锁定

讨论

上传视频

Hello World 中文意思是『你好,世界』。因为 The C Programming Language 中使用它做为第一个演示程序,非常著名,所以后来的程序员在学习编程或进行设备调试时延续了这一习惯。

中文名

你好,世界

外文名

Hello World

创造者

Brian Kernighan(布赖恩·克尼根)类    型

程序代码

出    处

The C Programming Language

场    景

计算机编程

hello world产生由来

编辑

“Hello, world"程序是指在计算机屏幕上输出“Hello world”这行字符串的计算机程序,“Hello World”的中文意思是“你好,世界。”。这个例程在 Brian Kernighan 和 Dennis M. Ritchie合著的The C Programme Language使用而广泛流行。因为它的简洁,实用,并包含了一个该版本的C程序首次在1974年 Brian Kernighan 所撰写的 Programming in C: A Tutorial 出现。printf("hello, world\n");

实际上将“Hello”和“World”一起使用的程序最早出现于1972年,在贝尔实验室成员Brian Kernighan撰写的内部技术文件《Introduction to the Language B》之中:main()

{

extern a,b,c;

你可能感兴趣的:(matlab,hello,world)