Depending on the size of your add-in, this could result in a lot of redundant code being loaded into memory.
要取决于你外接程序的大小,这很有可能导致大量的冗余代码装载到内存里。
All right, those pieces of code inherently involved something that does depend on the size of the input, or on the particular input.
好,这些代码,肯定会涉及到一些,与输入的大小相关的东西,或者说与特定输入相关。
Minification is the practice of removing unnecessary characters from code to reduce its size thereby improving load times.
缩小是从代码,以减少其大小,从而提高加载时间删除不必要的字符的做法。
A significant contributing factor to the cost of maintenance is the size of the code base in question.
影响维护成本的重要因素是正被讨论的代码基数的大小。
Hence, the size of the code cache will dictate, indirectly, how many methods can be compiled.
因此,代码缓存的大小会规定,间接的,有多少方法能被编译。
For instance, one of the problems with the original code is that it is limited to the size of a DMA transfer.
举例来说,原来代码的一个问题是一次dma传输的大小有限制。
By generating the style sheets dynamically whenever the schema changes, you greatly reduce code size and the chance of introducing copy-and-paste errors.
每当模式改变时,通过动态生成样式表,可以极大地减少代码大小和减少引入剪贴错误的几率。
Lines of manually written source code, which acted as a key variable in estimates, were counted to calculate the total size of the project.
一个关键的评估变量是手工编写的代码行数,它被用来计算项目的总规模。
The HCCountHandler class is half the size of SAXCounterHandler, and most of the code deals with the counter.
HCCountHandler类的大小是SAXCounterHandler的一半,而且这段代码的绝大部分都是处理这个计数器。
Because of the size of the Rails framework code, it has to be kept in memory all the time, not loaded in response to a request.
因为Rails框架程序大小的关系,它需要一直使用记忆体,而不是只在有request的时候。
Although software metrics have existed for at least three decades, the use of metrics other than size (lines of code, function points, etc.) has been infrequent.
虽然软件量度已存在了至少30多年,但是除了规模(代码行、功能点以及等等)以外的其他量度,应用却并不广泛。
The code writes to viewport, and the viewport does the mapping to the physical size of the image automatically.
代码负责向这个viewport中写入数据,然后这个viewport自动实现到图像的物理尺寸的自动映射。
And if you need to change the default size of your application's pop-up Windows, you will only need to change it in one place rather than in several different locations in your code.
如果您需要修改您应用程序弹出窗口的默认大小,您只需要在您代码中的一个地方进行修改,不需要在几个不同位置修改。
Using the increasing size of the repeating pattern makes the code simple.
使用重复模式的递增的大小使代码简化。
Because most disk devices use a sector size of 512 bytes, the first-stage boot loader code must be very small.
由于大多数磁盘设备扇区大小为512字节,因此第一步引导加载程序代码都很小。
Considering the size of the source code, GIMP is nicely maintained and consistent to build.
考虑到源代码的大小,GIMP受到良好的维护和一致的构建。
The size of what is being built, as reflected by the volume of human-generated material, including technical material, such as source code, as well as other technical artifacts.
构建的大小,可以表示为人产生的素材的多少,包括技术素材,如源代码,也包括其它技术产物。
Size is typically given as Lines of Code (LOCs); consider using eLOC as the LOC metric that best represents the true volume of logic.
规模典型地用代码行(LOC)表示;考虑使用代码行,因为代码行矩阵能够最好地表达真实地逻辑量级。
So let's look at the second example, all right, I keep doing that — this piece of code from here to here gives me a way of now creating a hash table of size 256.
所以让我们来看一下第二个例子,好的,我继续做那件事,这段代码中从这里到这里,是创建一个大小为256的哈希表。
No more do you need to remember what font size you used on the author bio page or tinker with the hex color of multiple HTML tables; and certainly no more tags ti clutter up your code.
不需要再记住作者简介页面中使用了多大字体、不必再拼凑多个HTML表格的十六进制颜色,当然也不会再有标签搅乱您的代码。
If an application were to use a lot of libraries, and all code were linked in, the size of the application would become prohibitive.
如果应用程序使用了很多库,而且已链接所有代码,那么应用程序会变得大得惊人。
Normally the total number of added classes and the total size of the added code is fairly small.
通常所添加类的总数和所添加代码的总长度十分小。
The problem is, all of the whitespace, line breaks, and comments that you add to your code increase the file size of the script and the load time of your application.
问题是,加入的所有空格、分行符、注释都增加了脚本文件大小和应用程序的加载时间。
It will show you all of the HTTP requests made, the response code and message received, the domain it was retrieved from, the file size, and the timeline of the page load.
将会显示所有生成的HTTP请求、响应代码和接收的消息、接收来源域、文件大小、发送时间点。
Don't be taken aback by the size of the code — it's mostly comments and declarations (the factorial function itself only has 16 instructions).
这段代码看起来比较多,但您也无需望而却步,因为其中大部分都是注释和声明(阶乘函数本身只有16个指令)。
The code in Listing 9 gives every component a black background with a font size of 14 except labels, which have a red background.
清单9中的代码使每个组件有一个黑色的背景,字体大小为14,但label组件除外,label组件拥有红色的背景。
Then you choose the size of your gadget and make a couple of changes to the code, one of which is pasting in the URL to your own Google Docs spreadsheet.
然后你将选择gadget的大小,并对代码进行一些更改,其中有一项是将URL粘贴到自己的GoogleDocs电子表格中。
Listing 6 contains a code example of declaring a state information structure and then allocating storage for the stateInfo pointer based on the size of the structure.
清单6包含的代码示例展示了如何声明一个状态信息结构,然后根据该结构的大小向stateinfo指针分配存储空间。
If the same line of code executes in the presentation tier, the value of size variable is 0 if the default lazy fetching configuration for one-to-many associations is in use.
如果使用默认懒加载(lazy)配置的一对多关联,并在表示层中执行同一行代码,size变量的值为0。
The smaller the code size of an application, the easier it is to validate and prove that it is bug free.
应用程序的代码越小,就越容易验证和证明它是没有bug 的。
应用推荐