II construction should be two two-circuit transmission line load power requirements.
二类建筑应按二级负荷的两回线路要求供电。
The dispatcher controls these voltages based on experience, previous operating practices, and off-line load flow studies.
调度人员根据经验、以前的运行实践,以及离线的潮流计算来控制母线电压。 收藏。
According to the analysis of the mathematical model using for load forecasting, an on-line load forecasting system is designed.
通过分析适用于负荷预测的数学方法,构成能在线实时运行的负荷预测系统。
The paper also presents the cooperation mechanism of power supply for all nodes based on the feature of power transmission line load.
针对线路负荷特点的能源策略,提出了节点在能源利用上的协作机制。
Nonlinear bending of an annular sandwich plate under the action of a line load uniformly distributed along the inner edge is discussed.
讨论了在内边缘均布剪力作用下夹层环形板的非线必弯曲问题。
In this paper, the principle by which how to create automatic on-line load measurement system for mine truck using the laser-radar survey technology is introduced.
介绍了应用激光雷达测量技术实现矿用汽车在线自动计量系统的基本原理。
By making compromise between the least line load moment and the largest load demand satisfaction degree, the right-of-way selection under uncertain load forecasting is well resolved.
通过在线路负荷矩最小与各用户负荷需求满足程度最大之间求最佳折衷平衡,解决了负荷预测不确定情况下的路径优化问题。
The influence of line load width on the results of theoretical solution is studied by the way of finite element calculation of cylindrical shell under line loads with different acting width.
通过对多种载荷作用宽度的线压作用下的圆柱壳的有限元应力计算,研究线压作用宽度对理论解的影响。
A seemingly endless line of trucks waits in vain to load up.
看上去没有尽头的一排卡车徒劳地等着装货。
The Load Balancer can be configured by using either a command line, scripts, the GUI, or a configuration wizard.
负载均衡器可以使用命令行、脚本、GUI或者配置向导来进行配置。
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.
问题是,加入的所有空格、分行符、注释都增加了脚本文件大小和应用程序的加载时间。
Either way, it lists out the paths actually being used, then creates an instance of the VerboseLoader class and uses it to load the target class named on the command line.
不管采用哪种方式,它都会列出实际正在使用的路径,然后创建VerboseLoader类的一个实例,并使用该实例来加载命令行上指定的目标类。
You write a line of code and save, and your change is active when you load your next Web page.
编写一行代码并保存后,在加载下一个Web页面时将激活您所做的更改。
This syntax is only valid when the LOAD FROM CURSOR operation is embedded in an ADMIN_CMD call, but it is not valid on the command line.
只有在ADMIN_CMD调用中嵌入LOADFROMCURSOR操作的情况下,这种语法才是有效的,在命令行上是无效的。
The following line runs the init function on the initial page load.
下一行在初始页面加载时运行init函数。
You can load ISO images on the VIOS command line, or via the GUI.
可以通过VIOS命令行或GUI装载ISO映像。
New: load sessions from file using the command line with -loadfile or -file [sessionname].
更新:从文件中读取会话时使用指令行- loadfileor -file [sessionname]。
Because FindBugs is a custom task, you'll need to use the taskdef task so that Ant knows which classes to load. Do that by adding the following line to your build file.
因为FindBugs是一个自定义任务,将需要使用taskdef任务以使Ant知道装载哪一个类。
But even if you follow just these 20 + tips, your pages will load more quickly and your users will be happier-no matter whether they run on dial-up or on a dedicated broadband line.
但是,即使您仅遵循这20多个技巧,您的页面的加载速度也会更快,您的用户也会更惬意——无论他们通过拨号还是专用的宽带上网。
You've undoubtedly forgotten the dial-up experience, but try to remember back when you actually could see a Web page load line . . . by . . . line . . . .
您一定已经忘记拨号上网是什么感觉了,但您可以试着回想一下网页逐行加载时的情形。
If it curves up away from a straight line, that's bad, because more load means a greater cost per request.
如果曲线向上弯曲,那就糟糕了。因为更多的负载意味着每请求的成本更高。
It provides both GUI and command-line invocation facilities and allows the execution of various load tests which can be defined by using a test plan.
它同时提供GUI和命令行两种调用方式,可以执行由测试计划定义的各种负载测试。
The operation of circuit is very lightly dependent on line and load conditions .
线路的操作是非常轻轻的依赖在线和负荷情况上。
Quietly, he changed the weapon's load from hook point and line to live ammunition, then peered along the sight at the woman's face.
安静地,他改变了来自钩点和线的武器负荷居住军火,然后在女人的脸沿著视力凝视。
You can use a WebSphere Portal Personalization provided command-line executable to load exported Personalization artifacts into a local or remote server.
您可以使用WebSpherePortalPersonalization提供的可执行命令行工具,把导出的 Personalization构件加载到本地或远程服务器中。
This means we need to load the schemas manually using the command line tool wsadmin. The general form of the wsadmin commands used is.
这意味着我们需要使用命令行工具wsadmin来手动加载模式。
This eases operator work load when checking a repetitive number of identical encoders such as on a production line or in a mill environment.
这简化了操作员的工作量,在检查了相同的编码器,例如一条生产线或在工厂环境中不断重复的数字。
To solve this we use a simple fact: Ruby class definitions are more than just declarations, they are actually executed at load time. When this line is loaded.
要想解决这个问题,我们要了解一个简单的事实:Ruby的class定义不仅仅是声明,它们会在加载的时候被执行。
The magic line here is $( '#panel' ).html( ' ' ).load( '{% url twitterPanel_panel %}' ), which loads the external Django template panel.html.
这里最有魔力的一行代码是 $('#panel' ).html( ' ' ).load( '{%url twitterPanel_panel %}' ),它加载外部的Django模板panel.html。
The magic line here is $( '#panel' ).html( ' ' ).load( '{% url twitterPanel_panel %}' ), which loads the external Django template panel.html.
这里最有魔力的一行代码是 $('#panel' ).html( ' ' ).load( '{%url twitterPanel_panel %}' ),它加载外部的Django模板panel.html。
应用推荐