| |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
-> 开发工具 -> IDE(Integrated Developer Environment) 是什么 -> 正文阅读 |
|
[开发工具]IDE(Integrated Developer Environment) 是什么 |
In terms of programming, you may feel confused with the syntax,errors and the implementation of a program,To fully customize the programmers in composing programs, the IDE was created. IDE(集成开发环境) 是帮助人们编写程序工具的汇总,可以帮助我们适应和使用一门编程语言,它不仅能帮我们进行格式的排版和纠错,还能帮我们转化和执行文件 An IDE is a solfware that gives user an visible interface to compose and run programns,which combines a lot of programming tools, consisting of source code editor, local build automation and debugger. IDE 包括编译器,自动转化器和纠错器,是用户编写和运行文件的一个交互软件 editor:a tool that help you with syntax(grammer) in a program 编辑器:帮助你规范代码格式和代码语法的工具 local build automation:when you hit "run", the build automation will automatically help you with converting your code into binary code and direct your computer to execute it.You don't need to intervert this process, so it wil save you a lot of time. 自动转化器:一个可以帮你把源代码转化成机器码并指导计算机执行的工具 debugger:helps with the syntax and gives you hints if the code is not executable |
|
|
上一篇文章 下一篇文章 查看所有文章 |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 | -2024/11/15 12:19:59- |
|
网站联系: qq:121756557 email:121756557@qq.com IT数码 |