虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

assert

  • 介绍了四种VC中常用的debug方法。分别为调试标记、运行期间调试标记、把变量和表达式转换成字符串及assert()。

    介绍了四种VC中常用的debug方法。分别为调试标记、运行期间调试标记、把变量和表达式转换成字符串及assert()。

    标签: assert debug 调试 标记

    上传时间: 2013-12-15

    上传用户:日光微澜

  • To write data to the FIFO, present the data to be written and assert the write enable. At the next r

    To write data to the FIFO, present the data to be written and assert the write enable. At the next rising edge of the clock, the data will be written. For every rising edge of the clock that the write enable is asserted, a piece of data is written into the FIFO. If the FIFO has data in it, the value at the head of the FIFO is present on the FIFO data output. To read data from the FIFO, assert the read enable. At the next rising edge of the clock, capture the data output the FIFO will subsequently advance to the next piece of data stored in the FIFO.

    标签: the write data present

    上传时间: 2014-08-16

    上传用户:wab1981

  • C++ Primer 第三版 学习辅导 类的创建、继承、虚函数的使用 bugzhao@sohu.com 原书第23~40页 可以将断点设置在return 0处

    C++ Primer 第三版 学习辅导 类的创建、继承、虚函数的使用 bugzhao@sohu.com 原书第23~40页 可以将断点设置在return 0处,然后按F5, 并记录下所有整型数组类ia指针的值,比如: 0x00491f90 0x00491f50 0x00490120 0x00491da0 0x00491d50 然后当调试指针停在return 0处时单步执行, 跟踪每一次析构函数,可以发现后创建的对象最先被消除。 当ia2使用了越界下标时,可以发现执行其析构函数时将报错。 如果ia2也使用越界下标,则会弹出assert信息从而中止。

    标签: bugzhao Primer return sohu

    上传时间: 2015-08-10

    上传用户:569342831

  • "Web Services is the clarion call of the computer software industry at present. How should we unders

    "Web Services is the clarion call of the computer software industry at present. How should we understand the term? Because of the diversity of interpretation in the industry, the easiest way is to be general and assert that Web Services means XML in motion. If the network is the computer, Web Services comprise the software that runs on it."

    标签: the Services computer industry

    上传时间: 2015-08-11

    上传用户:dyctj

  • vxworks libc库源代码

    vxworks libc库源代码,标准C代码库实现 assert ctype locale math setjmp stdarg stdio stdlib string time

    标签: vxworks libc 源代码

    上传时间: 2015-08-13

    上传用户:bruce5996

  • 这是一个测试函数条件是否成立的源文件

    这是一个测试函数条件是否成立的源文件,assert

    标签: 测试 函数

    上传时间: 2013-12-11

    上传用户:trepb001

  • ErGo是一个很早的Java通用围棋服务器(IGS/NNGS)客户端程序。有全部源码和文档

    ErGo是一个很早的Java通用围棋服务器(IGS/NNGS)客户端程序。有全部源码和文档,站长编译时用的是JDK1.5+ant1.6,这样不得不将源程序中的一个方法:Debug.assert()改为了Debug.asser()。源码和build.xml文件请下载。

    标签: ErGo Java NNGS IGS

    上传时间: 2016-10-03

    上传用户:watch100

  • 一片英语文章

    一片英语文章,详细描述了testbench的编写,尤其是assert和textio的用法,老外的文章就是不一样,看了之后让人茅塞顿开

    标签: 英语

    上传时间: 2013-12-25

    上传用户:tedo811

  • java面试笔试题大汇总 ~很全面 java面试笔试题大汇总 第一

    java面试笔试题大汇总 ~很全面 java面试笔试题大汇总 第一,谈谈final, finally, finalize的区别。   最常被问到。   第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)?   第三,Static Nested Class 和 Inner Class的不同,说得越多越好(面试题有的很笼统)。   第四,&和&&的区别。 这个问得很少。     第五,HashMap和Hashtable的区别。   常问。     第六,Collection 和 Collections的区别。   你千万别说一个是单数一个是复数。     第七,什么时候用assert。   API级的技术人员有可能会问这个。     第八,GC是什么? 为什么要有GC?   基础。     第九,String s = new String("xyz") 创建了几个String Object?     第十,Math.round(11.5)等於多少? Math.round(-11.5)等於多少?     第十一,short s1 = 1 s1 = s1 + 1 有什么错? short s1 = 1 s1 += 1 有什么错?   面试题都是很变态的,要做好受虐的准备。     第十二,sleep() 和 wait() 有什么区

    标签: java 笔试题

    上传时间: 2017-05-20

    上传用户:坏坏的华仔