搜索资源列表
用回溯算法设计的迷宫
- 迷宫 用回溯算法设计的迷宫---各种回溯方法!回溯!回溯!-Maze solved by different backtrace algorithms!Backtrace!Backtrace!
linux下bug调试
- 介绍了嵌入式linxu环境下,程序crash后,堆栈的backtrace信息.
用回溯算法设计的迷宫
- 迷宫 用回溯算法设计的迷宫---各种回溯方法!回溯!回溯!-Maze solved by different backtrace algorithms!Backtrace!Backtrace!
txt
- linux下使用backtrace和backtrace_symbols函数 打印调用堆栈-linux
backtrace
- 0-1背包的回溯算法求解实例,用于初学者的学习使用。-0-1 knapsack backtracking algorithm instance, learning to use for beginners.
8Queen
- 三种算法解决八皇后问题, 有界面, 有结果和算法性能分析。 拉斯维加斯, 回溯, 拉斯维加斯+回溯混合-three algorithms to solve 8 queen problem. lasvegas, backtrace, lv+backtrace.
backtracetest
- Simple stack backtrace regression test module driver for Linux.
backtrace
- 这是算法书中的几个回溯算法的例子的源代码,在VC下编译已通过-This book is the algorithm several examples of backtracking algorithm source code, compiled under VC has passed
debug-backtrace
- The functions used for testing backtraces.
debug-backtrace-text
- The functions used for testing backtraces.
backtrace
- Reads size bytes from address and writes the data to result . -Reads size bytes from address and writes the data to result .
trace_selftest_dynamic
- Simple stack backtrace regression test module for Linux v2.13.6.
backtrace
- Address of common_exception_return, used to check the transition kernel to user space. -Address of common_exception_return, used to check the transition kernel to user space.
backtracetest
- Simple stack backtrace regression test module.
test-backtrace
- device create file for Linux v2.13.6.
Backtrace
- libunwind - a platform-independent unwind library.Unwind_Backtrace (_Unwind_Trace_Fn trace, void trace_parameter).
backtrace
- c语言开发的数独游戏,采用回溯算法,9*9数独-Sudoku game
mutextrace-master
- mutex backtrace utility
backtrace
- For IA64 we need to perform a complex little dance to get both the struct pt_regs and a synthetic struct switch_stack in place to allow the unwind code to work.
TestExceptionExt
- Mingw下追踪崩溃信息的代码,整合了CodeProject上老外的代码和云风的Mingw的Backtrace代码,在32位和64位下编译运行通过,执行成功,使用Qt-Qmake生成的Makefile,32位和64位的问题主要是在于线程环境寄存器名字改了.效果怎么说呢,有帮助,但是不是每次都中.呵呵!有兴趣的看看.-the code for getting Some trace information runtime.