<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>verify</title>
	<atom:link href="https://www.aitaocui.cn/tag/195616/feed" rel="self" type="application/rss+xml" />
	<link>https://www.aitaocui.cn</link>
	<description>翡翠玉石爱好者聚集地</description>
	<lastBuildDate>Wed, 23 Nov 2022 23:03:33 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://www.aitaocui.cn/wp-content/uploads/2022/11/taocui.png</url>
	<title>verify</title>
	<link>https://www.aitaocui.cn</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>verify(英语单词)</title>
		<link>https://www.aitaocui.cn/article/304603.html</link>
					<comments>https://www.aitaocui.cn/article/304603.html#respond</comments>
		
		<dc:creator><![CDATA[何志光]]></dc:creator>
		<pubDate>Wed, 23 Nov 2022 23:03:33 +0000</pubDate>
				<category><![CDATA[百科]]></category>
		<category><![CDATA[verify]]></category>
		<guid isPermaLink="false">https://www.aitaocui.cn/?p=304603</guid>

					<description><![CDATA[verify：核实;证明;判定;。 词语解释 及物动词 vt. 1.证实，核实 All those facts verified his innocence.这一切事实都证明他是无...]]></description>
										<content:encoded><![CDATA[</p>
<article>
<p>verify：核实;证明;判定;。</p>
</article>
<article>
<h1>词语解释</h1>
<p>及物动词 vt.</p>
</p>
<p>1.证实，核实</p>
</p>
<p>All those facts verified his innocence.这一切事实都证明他是无辜的。</p>
</p>
<p>Subsequent events verified that his judgement was at fault.接着发生的事件证实了他的判断有误。</p>
</p>
<p>2.查对；核准</p>
</p>
<p>3.作证；鉴定；查证</p>
</p>
<p>I looked up the word in a dictionary to verify its spelling.</p>
</p>
<p>为了查证这个词的拼写方法，我从词典中查了一下这个词。</p>
</p>
<p>4.【计算机】检验，核对 5.【军械】核查；核实</p>
</p>
<h1>同义词</h1>
<p>证明,证实</p>
</p>
<p>substantiate corroborate validate prove </p>
<p>authenticate</p>
</p>
<p>support confirm testify certify document</p>
</p>
<h1>VC++宏——VERIFY</h1>
<h2 id="a-a129ce4d">定义</h2>
<p>#define VERIFY(exp) ASSERT(exp) 如果exp的值为真，继续执行；否则中止。</p>
</p>
<p>在VC MFC中VERIFY有另一个意思，其是一个判断的宏，MSDN中解释如下：</p>
</p>
<p>In the debug version of MFC, the VERIFY macro evaluates its argument. If the result is 0, the macro prints a diagnostic message and halts the program. If the condition is nonzero, it does nothing.</p>
</p>
<p>The diagnostic message has the form</p>
</p>
<p>assertion failed in file in line where name is the name of the source file and num is the line number of the assertion that failed in the source file.</p>
</p>
<p>In the release version of MFC, VERIFY evaluates the expression but does not print or interrupt the program. For example, if the expression is a function call, the call will be made.</p>
</p>
<h2 id="a-7c57753a">Example</h2>
<p>VERIFY can be used for things that should never fail, though you may want to make sure you can provide better error recovery. if the error can actually cause a crash in a production system. It is possible that GetDC() may fail, but the out-of-memory condition that causes it isn&#x27;t likely. For a test application, this use of VERIFY() is fine. For any production code, this usage is dubious.get the display device context HDC hdc; VERIFY( (hdc = ::GetDC(NULL)) != NULL);give the display context back ::ReleaseDC(hdc);</p>
</article>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aitaocui.cn/article/304603.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
