• 回答数

    6

  • 浏览数

    144

多啦X梦521
首页 > 英语培训 > 编程英文怎么熟悉

6个回答 默认排序
  • 默认排序
  • 按时间排序

大施兄帅呆了

已采纳

编程又不需要英语只需要一些符号就可以了。在编程的代码中,虽然是用英文字母来组成的,但是用到的英文单词少之又少,所以即使你英语不是很好一样的,可以学习编程的。

编程英文怎么熟悉

285 评论(12)

adamjackjason

学习编程并不需要刻意的背单词,固定的几个关键字还有标签稍微记一下就行了,编程和英文没有关系。当然了 你要看英文的文档还是要学习好英文的

326 评论(9)

修普诺斯0907

programming / programing

328 评论(14)

学生和赞美诗

编程是让计算机为解决某个问题而使用某种程序设计语言编写程序代码,并最终得到相应结果的过程。为了使计算机能够理解人的意图,人类就要通过编程的形式告诉计算机。那么你想知道编程用英语怎么说吗?下面我为大家带来编程的英语说法,欢迎大家学习!

programme

英 [ˈprəu-ɡræm]

美 [ˈproˌɡræm, -ɡrəm]

programming

英 [ˈprəuɡræmiŋ]

美 [ˈproˌɡræmɪŋ, -ɡrəmɪŋ]

结对编程 Pair programming

遗传编程 Genetic programming

网络编程 Network Programming

程序编程 Procedural programming

系统编程 System Programming

帕其卡语言一种高水平的计算机编程语言,用来支持结构化编程、应用于教学、应用和系统编程

A high-level computer programming language designed to support structured programming and used in teaching, applications, and systems programming.

宏指令计算机编程语言中可以在机器语言中形成一系列指令的命令

A single instruction in programming language that results in a series of instructions in machine language.

可编程只读存储器只能一次性编程的存储器

A memory that can be programmed only once.

摘要建立了圆柱齿轮滚齿自动编程数学模型,提出了数控滚齿自动编程 方法 。

The mathematic models on automatic programming of gear hobbing were estabilished.

它可以与几种设备系列和编程语言一起工作。

It works with several device families and programming languages.

有些人说编程很难,有些人认为很容易。

Some people says programming is difficult and for some others it is so easy.

声明式编程是一个强大的工具。

Declarative programming is a powerful tool.

设计模式是编程语言能力弱的表现。

Patterns are signs of weakness in programming language.

开发人员可以在该区域中输入编程代码。

This section is where the developer can enter programming code.

IBM发布了ICU库,ICU库改进并增强了C++和Java编程人员的国际化支持。

IBM released the ICU libraries, which refine and enhance internationalization support for C++ and Java programmers.

序列规则的主要好处在于其在业务分析人员或其他非编程人员管理规则方面的潜力。

The primary benefit of sequential rules is the potential for business analysts or other nonprogrammers to administer the rules.

SOA编程模型应该支持构建“编程人员”可以在没有修改源代码的情况下进行自定义的服务和模块。

An SOA programming model should enable building services and modules that “ programmers ” can customize without source code modification.

艺术家兼编程员克莱蒙特.瓦拉在谷歌地图影像上抓取了这些图片,并把这些光怪陆离的画面收集起来。

They were spotted by artist and programmer Clement Valla who has trawled Earth to collect a string of weird sights.

目前,编程人员能够访问整个开源GIS应用程序在很大程度上依赖于UNIX和Linux系统。

Today, programmers can access a whole continuum of open source GIS applications, largely developed on UNIX and Linux systems.

Linux和UNIX编程人员可能会报怨vim和emacs的冗长,但是它们的国际化和本地化库却非常有名。

Linux and UNIX programmers might complain about the omission of vim and emacs, but their internationalization and localization libraries are well known.

这些年来,聪明的编程人员一直使用JavaScript代码逐步更新Web页面,而不再与服务器往返通信。

For years now, savvy programmers have been using JavaScript code to update Web pages incrementally, without a round-trip to the server.

这项功能非常强大,因为其他编程人员无需熟悉JAXP或XPath API就可以进行XPath计算。

That's pretty powerful, as other programmers don't need to be familiar with the JAXP or XPath API to get XPath evaluation.

178 评论(13)

开心的疯子陈

编程:programming

163 评论(15)

嘻嘻miumiu

学会编程不需要多高深的英语水平,想要学会编程,简单的英语水平足够了,现在的程序开发环境又很友好,基本上打开之后不需要怎么配置,直接写代码就行,程序语言无外乎顺序、判断和循环语句,写一写简单的程序毫无压力,所以需要记住的英文其实并不多。

为什么这么说呢?我们拿c++和python出来给大家看看。

实际上C语言和C++语言本身需要的英文单词,学名关键词或者保留字,也就几十个。

根据ISOC++的标准,一共有63个关键词,而初学者用的比较多的单词,我试着圈出来了,大致一看,也就20多个,我想英文即使再不好,20多个单词还是能记住的。

python的关键词一共33个。

也就是说你只需要记住这几十个单词就可以写程序。不要不信,事实上就是如此。

这就是编程本身和英语的关系。说白了就是几十个英语单词的关系。是不是大部分都是你认识的,而且一点也不难记,实际上也用不着刻意的去背记,用着用着就知道了。

程序其余的部分,其实全部可以使用拼音来代替(当然推荐使用英文单词)这样就可以组成一个完整的程序了。

当然,英文水平肯定也是很重要的,因为在目前,大多数先进的技术,都是英文描述的,也就是说大部分的资料是英文的,如果英文的阅读跟理解能力够,那么对于自身能力的提升有很大的帮助。

希望能帮助到你,望采纳!

106 评论(11)

相关问答