网站首页  词典首页

请输入您要查询的英文单词:

 

单词 immediate window
释义

immediate window

  • 网络立即窗口;即时运算视窗;实时运算窗口
1.
立即窗口
硬件英语 ... image 图象 immediate window 立即窗口 implementation operation 执行操作 ...
www.chinaitpower.com
2.
即时运算视窗
自学资料第一集 - 与时俱进 - 博客园 ... Hyperlink 超连结 超级链接 Immediate Window 即时运算视窗 立即窗口 Indent 缩排 缩进 ...
www.cnblogs.com
3.
实时运算窗口
vocabulary... ... immediate statements 实时陈述式 immediate Window 实时运算窗口 immersive display VR 虚拟实境沈浸显示 …
rwhdavid1979.bokee.com
4.
即时窗口
Vb6.0如何清空即时窗口immediate window )?回答者: - 魔法学徒 一级 06-16 18:41 ctrl a 全选后,然后按 del 键,就可以 …
zhishi.sohu.com
5.
即时生成窗口
异常运行 ... ime 键入法 immediate Window 即时生成窗口 immediate argument 直接参量 ...
www.docstoc.com
6.
即时视窗
...堆叠视窗 (Call Stack Window)、即时视窗 (Immediate Window)、输出视窗 (Output Window) 等。
msdn.microsoft.com
7.
即时监视
谁能帮我把涉及编程及计算机的常见英语单词找... ... immediate window 即时监视 Incrementation Parameter 增量参数 ...
zhidao.baidu.com

例句

释义:
1.
In run mode , a new window known as the Immediate window appears at the bottom of the IDE .
在运行模式下,在IDE的底部会出现一个称作“即时”窗口的新窗口。
www.bing.com
2.
When working in the Immediate window, you can instantiate an instance of the class, set properties on the object, and call its methods.
当在即时窗口中操作时,可以实例化该类的一个实例,设置该对象的属性,然后调用它的方法。
msdn2.microsoft.com
3.
View and change variable and property values with several debugging windows including the Immediate window and Watch window.
利用若干调试窗口(包括“即时”窗口和“监视”窗口)查看并更改变量和属性的值。
msdn2.microsoft.com
4.
You can debug it from the Visual Studio Immediate window: in this case the Immediate window plays the role of the application.
可以从VisualStudio“即时”窗口中进行调试,在这种情况下,“即时”窗口充当应用程序的角色。
msdn2.microsoft.com
5.
Loop statements cannot be used in the Immediate window.
不能在“即时”窗口中使用Loop语句。
msdn2.microsoft.com
6.
Immediate window to execute a function or subroutine while your application is not running.
“即时”窗口在没有运行应用程序的情况下执行函数或子例程。
technet.microsoft.com
7.
Using the Immediate window, you can test and debug your functions and methods without having to run your application.
使用“即时”窗口,可以测试和调试您的函数和方法,而不必运行应用程序。
msdn2.microsoft.com
8.
In the Immediate window, the expression evaluator only supports single-line statements.
在“即时”窗口中,表达式计算器仅支持单行语句。
msdn2.microsoft.com
9.
Shows you how to use the Visual Studio Immediate window to execute a function or subroutine while your application is not running.
向您显示如何在应用程序未运行时使用VisualStudio即时窗口来执行函数或子例程。
msdn2.microsoft.com
10.
You then enter commands in the Immediate window, and can view output information there also.
然后,在“即时”窗口中输入命令,并且还可以在该窗口中查看输出信息。
msdn2.microsoft.com
1.
However, you can assign to an implicit variable in the Immediate window.
但是,可以在“即时”窗口中向隐式变量赋值。
msdn2.microsoft.com
2.
Immediate window to view or change variables and properties.
“即时”窗口查看或更改变量和属性。
technet.microsoft.com
3.
Switch back to the Command window from an Immediate window.
从“即时”窗口切换回“命令”窗口。
msdn2.microsoft.com
4.
IntelliSense is also available when entering code in the Immediate window.
在“即时”窗口中输入代码的时候,也可以使用IntelliSense。
msdn2.microsoft.com
5.
In the Immediate window, type the following expression and press Enter.
在“即时”窗口中键入以下表达式,并按Enter。
msdn2.microsoft.com
6.
To view and change values, you can use the Immediate window or the debugger Variable windows.
若要查看和更改值,可以使用“即时”窗口或调试器的“变量”窗口。
msdn2.microsoft.com
7.
Sends all debugger messages that would ordinarily go to the Output window to the Immediate window instead.
将通常发送到“输出”窗口的所有调试器消息改为发送到即时窗口。
msdn2.microsoft.com
8.
You do design-time debugging and you use the Immediate window.
可以进行设计时调试并使用“即时”窗口。
msdn2.microsoft.com
9.
The result will be printed in the Immediate window.
结果将打印在“即时”窗口中。
msdn2.microsoft.com
10.
Instead, you must use a tool called SOS, run from the Immediate window.
相反,您必须使用一个名为SOS的工具,该工具从“即时”窗口运行。
msdn2.microsoft.com
1.
You can also use format specifiers in the Immediate window, Command window, and even in source windows.
您还可以在即时窗口、命令窗口甚至是源窗口中使用格式说明符。
technet.microsoft.com
2.
immediate window is used at design time to debug and evaluate expressions , execute statements , print variable values , and so forth.
“即时”窗口用于调试和计算表达式、执行语句、输出变量值等。
www.ichacha.net
3.
Open the Debugger Immediate window.
打开调试器“即时”窗口。
msdn2.microsoft.com
4.
In addition to evaluating expressions, the Immediate window allows you to change variables or properties
除了计算表达式,“即时”窗口还使您可以更改变量或属性
msdn2.microsoft.com
5.
Redirect all Output window text to the Immediate window
将所有输出窗口文本重定向到即时窗口
msdn2.microsoft.com
6.
Assuming that Test takes one int parameter, evaluate Test using the Immediate window
假设Test带有一个int参数,使用“即时”窗口计算Test
msdn2.microsoft.com
7.
Loop statements are not valid in the Immediate window
循环语句在“即时”窗口中无效
msdn2.microsoft.com
8.
Used whenever an expression is evaluated in the immediate window or the
只要在调试器中的即时窗口或
msdn2.microsoft.com
9.
In the Immediate window, type the following and press Enter
在“即时”窗口中键入以下内容并按Enter
msdn2.microsoft.com
10.
Testing Code in the Immediate Window
在即时窗口中测试代码
msdn2.microsoft.com
1.
Display the Immediate window in the Visual Basic Editor
在“VisualBasic编辑器”中显示立即窗口
office.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/28 10:21:40