词语:代码热度:170

词语代码拆分为汉字:

代字的拼音、笔画、偏旁部首、笔顺、繁体字,代字字源来历,代字演变

替:~替。~办。~销。~序。~表。历史上划分的时期:时~。世~。古~。近~。现~。当(dāng )~。年~。世系的辈分:下一~。姓。……

码字的拼音、笔画、偏旁部首、笔顺、繁体字,码字字源来历,码字演变

代表数目的符号:~子(a.数目符号;b.圆形的筹码;c.金融界称自己能调度的现款)。号~。页~。价~。计算数量的用具:筹~。砝~。指一件事或一类的事:这是两~事。英美制长度单位,一码等于0.9144米。堆叠:~垛。~放。古同“玛”,玛瑙(亦……

 

查询词语:代码,试一试,用代码来写一句话,用代码造句。

汉语拼音:dài mǎ

 

词语代码基本解释

表示信息的符号组合。如在计算机中,所有数据、程序输入时都必须转换为计算机能够识别的二进制数字,这种二进制数字就是代码。

 

词语代码双语例句

双语例句
  1. He was part of the group that worked on the original Geronimo code drop, because he felt that there had to be a better way of doing things.

    当时他是Geronimo原始代码优化小组的一员,因为他觉得实现优化应该有更好的方法。

  2. IDEs are unaware that code needs to be generated unless you configure them to build with Ant or install some sort of XDoclet-aware plug-in.

    IDE并不知道需要生成的代码,除非我们配置使用Ant来编译它们,或者安装了一些可以认识XDoclet的插件。

  3. If a particular line of code is causing an error, include enough code to make it clear what that line is trying to accomplish.

    如果是某行代码导致了问题,应附上足够的代码以让人明白这行代码需要完成什么任务。

  4. NetBSD's attention to detail, well-written code, and vast portability make it a solid choice for a number of deployment scenarios.

    NetBSD细致入微的、编写良好的代码和高度的可移植性使得它成为许多部署方案的最佳选择。

  5. In this article, I discuss how code generation works in Ruby, and I delve into a more radical component-based approach in Seaside.

    在本文中,我讨论了Ruby中代码生成是如何工作的,并且深入讲解了Seaside中一种更加根本的基于组件的方法。

  6. But Hansel assured me that all my code was being executed by the original JUnit tests, so why didn't this problem show up in those tests?

    但Hansel让我可以确信,通过最初的JUnit测试,所有代码都将得到执行,那么为什么在那些测试中这个问题没有暴露出来呢?

  7. Now the code is down to three lines, almost all of it expressing some important aspect of the result we are trying to achieve.

    现在代码缩减为三行,几乎所有代码都表示了我们试图实现的结果的某个重要方面。

  8. Though the code can be a bit long, it's a good way to launch any complex tasks where the user needs to see the results right away.

    虽然这样代码可能有一点长,但是在用户需要马上看到结果的地方执行任何复杂任务是一个好办法。

  9. This will alert to the CodeDom tree builder of any place in their code where they don't meet subset conformance.

    这样可以提醒CodeDom树生成器注意在它们的代码中那些不符合子集规范的内容所在的位置。

词语代码百科解释:

代码

代码就是程序员用开发工具所支持的语言写出来的源文件,是一组由字符、符号或信号码元以离散形式表示信息的明确的规则体系。代码设计的原则包括惟一确定性、标准化和通用性、可扩充性与稳定性、便于识别与记忆、力求短小与格式统一以及容易修改等。源代码是代码的分支,某种意义上来说,源代码相当于代码。现代程序语言中,源代码可以书籍或磁带形式出现,但最为常用格式是文本文件,这种典型格式的目的是为了编译出计算机程序。计算机源代码最终目的是将人类可读文本翻译成为计算机可执行的二进制指令,这种过程叫编译,通过编译器完成。