它由传感器、信号放大电路、比较输出电路、延时电路和可控硅组成。
The utility model is composed of a sensor, a signal amplification circuit, a comparison output circuit, a delay circuit and controllable silicon.
文中提出了一种用于PWM控制器的比较器输出电路的设计,该电路基于电流模式控制,能够同时对三路输入信号进行比较输出并对输出信号进行锁存。
A comparator circuit based on current-mode control used in PWM controller is presented that is able to compare 3-data at a time and latch output signals.
如果您希望强制实施邮件配额,那么您可以将这个阶段的信息输出与全局的、或者每个用户的配额进行比较,并向用户提供某种类型的警告。
If you want to enforce mail quotas, you could compare the information output at this stage with a global or per-user quota, and provide the user with some kind of warning.
为此,我们在已执行的报告中指定一个静态的日期/时间值,以便在比较源和目标输出时,不同的日期/时间值不会出现。
We do this by specifying a static date/time value in executed reports so that different date/time values do not appear when comparing source and target output.
为测试正确性,您需要生成一些参考文件,以便与类的所有未来版本的输出相比较。
To test for correctness, you need to generate some reference files that you can compare to the output from all future versions of the class.
您应该定时进行扫描,然后比较(甚至组合)多次扫描所得到的输出。
You should be running the scan regularly and then comparing (and even combining) the output from multiple executions.
您可以通过比较查询RUNSTATS之前和之后的EXPLAIN输出,来确定运行RUNSTATS对于访问计划的影响。
You can determine the effects of running RUNSTATS on the access plans by comparing the EXPLAIN outputs of the queries before and after RUNSTATS.
然后,将到来的消息与期望的消息相比较,如果成功,则解出参数并输出。
Next, the incoming message is compared to the message we are expecting, and, if successful, the argument is extracted and output.
图2展示安装路径已经更改为一个拥有足够空间、可以处理将被比较的所有输出的驱动器。
Image 2 shows that the installation path has been changed to a drive that has sufficient space on it to handle all the outputs that will be compared.
“预期的”输出sdo的创建和初始化,以便您能够将其与该映射返回的实际输出做比较。
Creation and initialization of the "expected" output SDO so you can compare it with the actual output SDO that is returned by the map.
尽管第一种方法比较方便,但它不能处理不同的输出类型。
While the first method is convenient, it falls flat when working with different output types.
将清单13的输出示例与清单6比较。
Compare the sample output in Listing 13 to that in Listing 6.
如果输出文件在其自己的目录中,则比较方便。
It's easier if the output files are in a directory of their own.
本系统功能比较完善,包括数据输入,工资计算,数据修改,记录查询,数据输出等模块。
This systematic function is more complete, including data entry, the salary is calculated, the data are revised and the record is inquired about, the module of the data exported, and so on.
该工具可以输出一个delta文件,内容是比较的结果。
The tool can output a delta file with the result of comparison.
您可以在清单4中看到相关的示例,其中对同一台主机两次执行nmap所得到的输出进行了比较。
You can see an example of this in Listing 4, where you are comparing the output of two executions of nmap on the same host.
您的测试用例将填充一个输入的Address对象,调用该映射以产生输出addresscsv对象,然后将最终获得的AddressCSV对象与预期的结果做比较。
Your test case will populate an input Address object, invoke the map to produce an output AddressCSV object, and then compare the resulting AddressCSV object with the expected results.
比较源和目标执行产生的输出。
Comparing the Output Generated by the Source and Target executions.
另外,将Firebug输出与实际的性能进行比较。
In addition, compare Firebug output with your actual perceived performance.
图3显示了测试这两种优化目标时SQLMonitor比较的输出,其中包含时间方面的数字。
Figure 3 contains the output of the SQL Monitor comparison containing the timings from the testing of the two optimization goals.
如果正在验证两个CognosBI实例,那么将检索被请求的报告输出的两个副本,以便完成比较。
If two Cognos BI instances are being validated, then two copies of the requested report output will be retrieved so a comparison can be completed.
清单5展示了对ContinuationServlet的五个同步请求的输出;请与清单3进行比较。
Listing 5 shows the output from five simultaneous requests to ContinuationServlet; compare with Listing 3.
不能对此进行配置,这意味着LifecycleManager需要有足够的空间来存储所有执行的输出,以便完成比较。
This cannot be configured. This means that Lifecycle Manager is going to require sufficient space to store all outputs executed so that comparison's can be completed.
因为数据是以标准格式从iPod输出的,所以相关的服务都比较好实现。
Since the data is exported from the iPod in a standardized format, it's relatively easy for other services to manipulate.
比方说,很容易在地址中找到需要的国家,在标准vCard输出中该信息是比较隐含的。
For example, you can easily identify the country in the address, data that was comparatively hidden in the standard vCard output.
现在源和目标任务已经完成,pdf输出可用于IBMCognosUpgradeManager进行比较。
With the source and target tasks now completed, the PDF output is available for comparison by IBM Cognos Upgrade Manager.
其中比较重要的一项,是在Web -published输出中生成一个树状图,以更容易在Web - published模型中导航的功能,如图15所示。
One of the key new ones is the ability to generate a tree view in the Web-published output for easier navigation of the Web-published model, as shown in Figure 15.
我在PPCLinux上测试的模块比较老,它是一个半透明的银色版本,输入输出之间有一个开关。
The model I have tested with PPC Linux is the older, translucent-and-silver version with a switch between the input and output jacks.
要完成这项任务,最简单的方法是运行nmap,记录其输出,然后使用像diff这样的工具,以便对输出信息进行比较,并报告其中的更改。
The easiest way to do this is to run nmap, record the output, and then use a tool like diff to compare the output and report the changes.
定义一个Job比较简单:您需要提供输入和输出、map和reduce实现(如清单6和清单9所示)以及输出类型。
Defining a Job is simple: you provide inputs and outputs, map and reduce implementations (as in Listing 6 and Listing 9), and output types.
应用推荐