中华康网首页
男性 健身 | 休闲 | 保健 | 疾病 | 爱好 | 品味
女性 美容 | 整形 | 减肥 | 职场 | 情感 | 育儿
健康 男科 | 妇科 | 疾病 | 外科 | 体检 | 食疗 | 心理
生活 家居 | 旅游 | 养生 | 急救 | 解梦 | 星座 | 美食
医学药学 | 健康资讯
中医中药 | 老人健康
生活健康 老年健康 生活家居 健康美食 心理健康 美体瘦身 整形美容 急救知识 运动健身
专题推荐: 老年疾病 生活技巧 家居用品 装修建材 家用电器 家庭药箱 外出旅游 局部减肥 心理疾病 眼眉整形 水果健康 美食做法 食材大全 小吃做法 食疗功效 饮食知识
您的位置: 中华康网 >> 网络常识 >> verify是什么意思

verify是什么意思


www.cnkang.com  2015-5-17  本站原创    

  大家知道verify是什么意思吗?随着时代的发展,越来越多的的新词汇出现在我们的生活中,下面就和康网小编一起来了解一下verify是什么意思吧。

  verify是什么意思:

  verify:核实; 证明; 判定;。

  词语解释

  及物动词 vt.

  1.证实,核实

  All those facts verified his innocence.这一切事实都证明他是无辜的。

  Subsequent events verified that his judgement was at fault.接着发生的事件证实了他的判断有误。

  2.查对;核准

  3.作证;鉴定;查证

  I looked up the word in a dictionary to verify its spelling.

  为了查证这个词的拼写方法,我从词典中查了一下这个词。

  4.【计算机】检验,核对 5.【军械】核查;核实

  同义词

  证明,证实

  substantiate corroborate validate prove authenticate

  support confirm testify certify document

  扩展阅读:verify的其他解释

  VC++宏——VERIFY

  定义

  #define VERIFY(exp) ASSERT(exp) 如果exp的值为真,继续执行;否则中止。

  在VC MFC中VERIFY有另一个意思,其是一个判断的宏,MSDN中解释如下:

  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.

  The diagnostic message has the form

  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.

  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.

  Example

  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'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);

  • 搞笑
  • 女性
  • 生活
  • 热点
  • 精彩推荐