Location:
Search - assert
Search list
Description: 实现了类似于windows资源管理器窗口的程序,其中可以遍历一个文件夹下所有的文件和子文件夹,并可在右侧宣示其相关信息-achieve similar to the windows of the window of resource management procedures that can traverse a folder of documents and all subfolders, and may assert its right information
Platform: |
Size: 70483 |
Author: 叶子 |
Hits:
Description: /* 不能写成这种形式,否则iar优化时报错*/
//#define ASSERT_NBANK(func) ASSERT((long)(func) >> 16 != 0)
//#define ASSERT_NONBANK(func) ASSERT((long)(func) >> 16 == 0)
-/ * not written this way, Otherwise Advocacy optimizing the error * / / / # define ASSERT_NBANK (func) A SSERT ((long) (func)
Platform: |
Size: 1227 |
Author: 李不通 |
Hits:
Description: /* 不能写成这种形式,否则iar优化时报错*/
//#define ASSERT_NBANK(func) ASSERT((long)(func) >> 16 != 0)
//#define ASSERT_NONBANK(func) ASSERT((long)(func) >> 16 == 0)
-/ * not written this way, Otherwise Advocacy optimizing the error * / / / # define ASSERT_NBANK (func) A SSERT ((long) (func)
Platform: |
Size: 3969 |
Author: 李不通 |
Hits:
Description: /* 不能写成这种形式,否则iar优化时报错*/
//#define ASSERT_NBANK(func) ASSERT((long)(func) >> 16 != 0)
//#define ASSERT_NONBANK(func) ASSERT((long)(func) >> 16 == 0)
-/ * not written this way, Otherwise Advocacy optimizing the error * / / / # define ASSERT_NBANK (func) A SSERT ((long) (func)
Platform: |
Size: 1098 |
Author: 李不通 |
Hits:
Description: /* 不能写成这种形式,否则iar优化时报错*/
//#define ASSERT_NBANK(func) ASSERT((long)(func) >> 16 != 0)
//#define ASSERT_NONBANK(func) ASSERT((long)(func) >> 16 == 0)
-/ * not written this way, Otherwise Advocacy optimizing the error * / / / # define ASSERT_NBANK (func) A SSERT ((long) (func)
Platform: |
Size: 2554 |
Author: 李不通 |
Hits:
Description: C++ Primer 第三版 学习辅导
类的创建、继承、虚函数的使用
bugzhao@sohu.com
原书第23~40页
可以将断点设置在return 0处,然后按F5,
并记录下所有整型数组类ia指针的值,比如:
0x00491f90
0x00491f50
0x00490120
0x00491da0
0x00491d50
然后当调试指针停在return 0处时单步执行,
跟踪每一次析构函数,可以发现后创建的对象最先被消除。
当ia2使用了越界下标时,可以发现执行其析构函数时将报错。
如果ia2也使用越界下标,则会弹出assert信息从而中止。-third edition of the training and guidance of the founders category, inheritance, The use of virtual function bugzhao@sohu.com original paragraph 23 ~ 40 breakpoint can be set up in r eturn 0, then press F5, and record all types of cosmetic ia array of indicators, for instance : 0x00491f90 0x00491f50 0x00490120 0x00491da0 0x00491d50 then stopped when debugging targets in return 0 when the single-step implementation, Tracking every destructor method can be found to create the object first be eliminated. When the cross-border use of ia2 subscript, can be found to implement its destructor function will be errors. If ia2 also use cross-border subscript, and the information will pop up assert thus halt.
Platform: |
Size: 325254 |
Author: 杨文海 |
Hits:
Description: \"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.\"
-"Web Services is the clarion call of the com puter 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 W eb Services means XML in motion. If the network i 's the computer, Web Services comprise the software that runs on it. "
Platform: |
Size: 984156 |
Author: kiki |
Hits:
Description: vxworks libc库源代码,标准C代码库实现
assert
ctype
locale
math
setjmp
stdarg
stdio
stdlib
string
time
-vxworks libc the source code, standard C code library to assert ctype locale math setjmp stdar g stdio stdlib string time
Platform: |
Size: 318081 |
Author: 王七 |
Hits:
Description: 这是一个测试函数条件是否成立的源文件,assert
Platform: |
Size: 2530 |
Author: king |
Hits:
Description: vxworks libc库源代码,标准C代码库实现
assert
ctype
locale
math
setjmp
stdarg
stdio
stdlib
string
time
-vxworks libc the source code, standard C code library to assert ctype locale math setjmp stdar g stdio stdlib string time
Platform: |
Size: 317440 |
Author: 王七 |
Hits:
Description: 这是一个测试函数条件是否成立的源文件,assert-This is a test function of whether the conditions established in the source file, assert
Platform: |
Size: 2048 |
Author: king |
Hits:
Description: 一片英语文章,详细描述了testbench的编写,尤其是assert和textio的用法,老外的文章就是不一样,看了之后让人茅塞顿开-An English article, a detailed description of the Testbench preparation, especially the use of assert and textio, a foreigner is not the same article, after seeing people茅塞顿开
Platform: |
Size: 2094080 |
Author: horse |
Hits:
Description:
Platform: |
Size: 36864 |
Author: jiangle |
Hits:
Description: 关于断言的一篇小文章,特别适合初学者~这个在mfc中用的很多!-Assertion about a small article, especially suitable for beginners ~ mfc used in this much!
Platform: |
Size: 132096 |
Author: zzaaqqss |
Hits:
Description: 1) 64 Bit detouring code
2) 64 Bit compatible injector (other injectors may work, but I know for sure this one does)
3) Some debugging macros, ASSERT, VERIFY, and TRACE.
4) Example of their usage (hooking D3D10CreateDeviceAndSwapChain)
Platform: |
Size: 24576 |
Author: sogetthis |
Hits:
Description: A set of assert methods. Messages are only displayed when an assert fails for Andriod.
Platform: |
Size: 1024 |
Author: teikeivao |
Hits:
Description: A set of assert methods. Messages are only displayed when an assert fails.
Platform: |
Size: 1024 |
Author: ledubo |
Hits:
Description: 通过本文档能够理解ASSERT函数的含义及使用方法-Through this document can understand the meaning and use of ASSERT function
Platform: |
Size: 1024 |
Author: zpu |
Hits:
Description: ASSERT断言错误,积累的一些常见的assert断言错误,以及新手使用VS2010会遇到的错误类型-ASSERT assertion error accumulation assertion assert some common errors, and novice to use the wrong type VS2010 encounter
Platform: |
Size: 236544 |
Author: 宋艺敏 |
Hits:
Description: Replace bionic libc stdlib assert.c which logs to stderr with our version which does LOGF. To be effective, add CFLAGS += -UNDEBUG and explicitly link in assert.c in all build modules.
Platform: |
Size: 2048 |
Author: tangxingth |
Hits: