CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - assert

搜索资源列表

  1. CfgdExplorer

    0下载:
  2. 实现了类似于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
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:68.83kb
    • 提供者:叶子
  1. debug_xio

    0下载:
  2. /* 不能写成这种形式,否则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
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.2kb
    • 提供者:李不通
  1. main_xio

    0下载:
  2. /* 不能写成这种形式,否则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
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3.88kb
    • 提供者:李不通
  1. sub_callback_xiao

    0下载:
  2. /* 不能写成这种形式,否则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
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1.07kb
    • 提供者:李不通
  1. sub_display_xio

    0下载:
  2. /* 不能写成这种形式,否则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
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2.49kb
    • 提供者:李不通
  1. c++primeranswer

    0下载:
  2. C++ Primer 第三版 学习辅导 类的创建、继承、虚函数的使用 bugzhao@sohu.com 原书第23~40页 可以将断点设置在return 0处,然后按F5, 并记录下所有整型数组类ia指针的值,比如: 0x00491f90 0x00491f50 0x00490120 0x00491da0 0x00491d50 然后当调试指针停在return 0处时单步执行, 跟踪每一次析构函数,可以发现后创建的对象最先被消除。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:317.63kb
    • 提供者:杨文海
  1. libc

    1下载:
  2. 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
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:310.63kb
    • 提供者:王七
  1. 41104

    0下载:
  2. 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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5.8kb
    • 提供者:郭春阳
  1. C++_debug

    0下载:
  2. 介绍了四种VC中常用的debug方法。分别为调试标记、运行期间调试标记、把变量和表达式转换成字符串及assert()。-introduced four VC common debug methods. Commissioning of marking, labeling operation during debugging, variables and expressions into strings and assert ().
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.27kb
    • 提供者:李力
  1. assert

    0下载:
  2. 这是一个测试函数条件是否成立的源文件,assert
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.47kb
    • 提供者:king
  1. jitterbug-1.23

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:35.27kb
    • 提供者:钱三强
  1. assert

    0下载:
  2. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:35.5kb
    • 提供者:jiangle
  1. cuo-wu-he-yi-chang

    0下载:
  2. 说明 ~~~~~~~~~~~~~~~ 第8章“错误和异常”中的全部示例代码。包括: 目录 描述 ------------------------------------------------------------------------------ Assert 使用断言做Logger系统的一个公用单元。 Error 一个跳过系统错误,并继续执行其后代码的技巧示例。 ExcRecheck 用于说明异常类型检测的依赖性所导致的问题。 Excep
  3. 所属分类:Audio program

    • 发布日期:2017-04-14
    • 文件大小:4.63kb
    • 提供者:青紫
  1. fifo

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:654byte
    • 提供者:guruguru
  1. firm

    0下载:
  2. 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
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-23
    • 文件大小:5.37kb
    • 提供者:ulego
  1. EssentialsDll

    0下载:
  2. 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.
  3. 所属分类:Symbian

    • 发布日期:2017-04-03
    • 文件大小:155.58kb
    • 提供者:黄桂荣
  1. 64-Bit_Starter

    0下载:
  2. 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)
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:23.76kb
    • 提供者:sogetthis
  1. Assert

    0下载:
  2. A set of assert methods. Messages are only displayed when an assert fails.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.38kb
    • 提供者:ledubo
  1. ASSERT

    0下载:
  2. ASSERT断言错误,积累的一些常见的assert断言错误,以及新手使用VS2010会遇到的错误类型-ASSERT assertion error accumulation assertion assert some common errors, and novice to use the wrong type VS2010 encounter
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-29
    • 文件大小:230.8kb
    • 提供者:宋艺敏
  1. assert

    0下载:
  2. 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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.11kb
    • 提供者:tangxingth
« 12 3 4 5 6 »
搜珍网 www.dssz.com