搜索资源列表
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 right information
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 optimizing the error * / / / # define
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 optimizing the error * / / / # define
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 optimizing the error * / / / # define
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 optimizing the error * / / / # define
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 stdlib string time
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 added bonus of automatic buffer a
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
- 这是一个测试函数条件是否成立的源文件,assert
jitterbug-1.23
- JITTERBUG 是一个用来仿真线性控制系统的Matlab工具箱。通过JITTERBUG,我们能得到延时、数据丢失对系统的性能影响。同时,这个工具箱还能计算控制系统中信号的谱密度。-JITTERBUG [Lincoln and Cervin, 2002] is a MATLAB-based toolbox that allows the computation of a quadratic performance criterion for a linear control syste
cuo-wu-he-yi-chang
- 说明 ~~~~~~~~~~~~~~~ 第8章“错误和异常”中的全部示例代码。包括: 目录 描述 ------------------------------------------------------------------------------ Assert 使用断言做Logger系统的一个公用单元。 Error 一个跳过系统错误,并继续执行其后代码的技巧示例。 ExcRecheck 用于说明异常类型检测的依赖性所导致的问题。 Excep
fifo
- 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 in
firm
- Bluetooth xfu flash #include <sys/stat.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <err.h> #include <string.h> #inclu
EssentialsDll
- symbian下的一个比较完善的api封装,我主要是用了网络部分。其实他还包括assert 日志 线程 字符处理 等等。-symbian under the api a more comprehensive package, I spent part of the network. In fact, he also assert the log processing thread, etc. characters.
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 D3D10CreateDeviceAndSwapChain)
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.