搜索资源列表
CfgdExplorer
- 实现了类似于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 ri
debug_xio
- /* 不能写成这种形式,否则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 optimiz
main_xio
- /* 不能写成这种形式,否则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 optimiz
sub_callback_xiao
- /* 不能写成这种形式,否则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 optimiz
sub_display_xio
- /* 不能写成这种形式,否则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 optimiz
c++primeranswer
- C++ Primer 第三版 学习辅导 类的创建、继承、虚函数的使用 bugzhao@sohu.com 原书第23~40页 可以将断点设置在return 0处,然后按F5, 并记录下所有整型数组类ia指针的值,比如: 0x00491f90 0x00491f50 0x00490120 0x00491da0 0x00491d50 然后当调试指针停在return 0处时单步执行, 跟
libc
- 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 s
41104
- This the string class you expected to find in STL, but didn t. The design goal of this class is to make all the string handling functions from the standard C library available within a single C++ class, with the add
C++_debug
- 介绍了四种VC中常用的debug方法。分别为调试标记、运行期间调试标记、把变量和表达式转换成字符串及assert()。-introduced four VC common debug methods. Commissioning of marking, labeling operation during debugging, variables and expressions into strings and assert ().
assert
- 对2000元以上的资产管理,和资产借用及职工等信息的管理
assert
- 这是一个测试函数条件是否成立的源文件,assert
ergo
- ErGo是一个很早的Java通用围棋服务器(IGS/NNGS)客户端程序。有全部源码和文档,站长编译时用的是JDK1.5+ant1.6,这样不得不将源程序中的一个方法:Debug.assert()改为了Debug.asser()。源码和build.xml文件请下载。
libc
- 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 s
assert
- 这是一个测试函数条件是否成立的源文件,assert-This is a test function of whether the conditions established in the source file, assert
64-Bit_Starter
- 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
Assert
- A set of assert methods. Messages are only displayed when an assert fails for Andriod.
Assert
- A set of assert methods. Messages are only displayed when an assert fails.
ASSERT
- ASSERT断言错误,积累的一些常见的assert断言错误,以及新手使用VS2010会遇到的错误类型-ASSERT assertion error accumulation assertion assert some common errors, and novice to use the wrong type VS2010 encounter
assert
- 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.