version n. 1.翻译;译本,译文。 2.(个人对某事的)说法,不同看法[意见]。 3.版本;形式,型;变形,变体。 4.改写本;经过改编的乐曲。 5.〔常 V- 〕基督教《圣经》的译本。 6.表演。 7.【医学】胎位倒转(术);子宫倾侧。 the Authorized V- (詹姆斯王)钦定《圣经》英译本〔略 A.V. 〕。 the Revised V- 《圣经》英译修订本〔略 R.V. 〕。 the dramatic version of a novel 一部小说的戏剧改编本。 What is your version of the affair 你对于这件事的看法怎么样?
If you want to create a precompiled header file for a debugging version of your program and you are compiling both header files and source code , you can specify a command such as 如果要为程序的调试版本创建预编译头文件,并要同时编译头文件和源代码,可以指定如下的命令:
No matter how you start debugging , make sure you build the debug version of the dll first and make sure the debug version is in the location where the application expects to find it 生成调试版本无论如何启动调试,请首先确保生成dll的调试版本,并确保该调试版本位于应用程序能够找到的位置。
Because heap layout is different between release and debug versions , a memory overwrite might not create any problems in a debug build , but may have catastrophic effects in a release build 由于堆布局在发布版本和调试版本间不同,因此内存改写在调试版本中可能不会引起任何问题,但在发布版本中可能导致灾难性的后果。
A good way to use assertions is to build two versions of your final app - one with assertions disabled call it the release version , and the other with assertions enabled call it the debug version 使用断言的好方法是构建两个版本的最终应用程序一个版本禁用断言(称其为发行版) ,而另一个版本启用断言(称其为调试版) 。
Note that debug versions of an application are not redistributable and that none of the debug versions of the various visual c dynamic - link libraries dlls are redistributable . for additional information , please see 请注意,应用程序的调试版本是不可重新发布的,而且各种visual c + +动态链接库( dll )的调试版本也都是不可重新发布的。
The debug version of the runtime overwrites the contents of discarded back buffers with random data , to enable developers to verify that their applications are updating the entire back buffer surface correctly 运行库的调试版本使用随机数据改写舍弃的后台缓冲区的内容,从而使开发人员能够确认其应用程序对整个后台缓冲区表面的更新正确无误。
Discusses the special debug versions of the heap allocation functions , including : how the crt maps calls , the benefits of calling them explicitly , how to avoid conversion , tracking the separate types of allocations in client blocks , and the results of not defining debug 讨论堆分配函数的特殊“ debug ”版本,包括: crt如何映射调用、显式调用它们的好处、如何避免转换、跟踪客户端块中单独的分配类型和不调用_ debug的结果。