搜索资源列表
溢出的原理和应用
- 践踏堆栈 [C语言编程] n. 在许多C语言的实现中,有可能通过写入例程 中所声明的数组的结尾部分来破坏可执行的堆栈. 所谓 践踏堆栈 。使用的 代码可以造成例程的返回异常,从而跳到任意的地址.这导致了一些极为险恶的数据相关漏洞-trampling stack [C programming language] n. In many C language implementation, it may be passed into routines statement by the end o
ringbuffer_src_2.0
- C语言实现的环形缓存类封装。功能比较实用,可以用于网络环境下,协议栈或通信协议解析。-C language implementation of the circular buffer class package. Functions more practical, can be used for the network environment, or communication protocol stack resolution.
MyExceptionApp
- C++的异常类,实现的功能包括: 1、打印异常堆栈,类似于Java的printStackTrace 2、转换Windows的结构化异常;3、将GetLastError转换为异常类;4、对于进程中未捕获的异常,打印其堆栈信息-C++ Abnormal category, the realization of the features include: 1, print exception stack, similar to Java, printStackTrace 2, the conver
uip-0.6
- 用C实现的网络栈的源码,比较完整,可以移植到多种平台。-C implementation using a network stack source code, more complete, can be ported to multiple platforms.
stack
- 所有的堆栈,包括top,pull等,用来实现数值转换等-All of the stack, including the top, pull, etc., used to achieve the numerical conversion
SmartPoints
- C++ 智能指针的实现源码,使用引用计数,利用栈空间管理堆中的大型对象,以避免内存泄露.-C++ smart pointer implementation of source code, using reference counting, the use of stack space management of large object heap to avoid memory leaks.
9
- 在 μC/OS-II 上的移植,主要是针对与 CPU 或编译器相关的文件和操作系统模拟层来 进行移植,并简要描述了 LwIP 对下层的网络接口和上层的应用程序接口的编程模 型。针对以太网控制器和网络物理层芯片的硬件特征,实现了以太网驱动程序,主 要完成以太网的初始化、中断处理以及数据的接收和发送等功能,为 LwIP 提供驱动 支持。根据嵌入式应用开发的需要,在 LwIP 协议栈的基础上实现了 TFTP 协议以及 网络烧写服务器,为 Bootloader 提供有实用性的网络下载
ten2two.tar
- 十进制转换为二进制,在linux环境下,通过栈,简易的实现数字在不同进制之间的转换的C实现代码-Decimal to binary in linux environment, through the stack, a simple digital conversion between the different C-band implementation code
lstack
- 一个linux下单向堆栈的C语言实现程序,有详尽的堆栈操作函数,可以作为C语言学习的参考代码-A one-way stack under linux C language program, a detailed stack manipulation functions can be used as reference for learning the C language code
calculator_stack.tar
- 栈的应用:C实现简单计算器(表达式的计算)(举例: 计算 3+(5-2*3)/4-2= )-Application stack: C simple calculator (expression calculation) (for example: the calculation 3+ (5-2* 3)/4-2 =)
BiTree
- c语言基础的数组方式二叉树的实现,stack函数。-c array of language-based way binary tree implementation, stack function.
StackWalker
- 打印程序堆栈的程序,可以在程序运行过程中查看程序调用堆栈,汇编和c++实现的。-Program to print the program stack, the program is running in the program' s call stack, compilation and c++ of realization.
DZ
- 设计、编写和调试面向对象C++程序,实现任意同一类型的数据堆栈的 压栈操作和出栈操作,涵盖普通数值型数据堆栈、字符串堆栈、复数堆栈等,并 通过主函数加以调用和测试-Design, writing and debugging of object-oriented C++ procedures to achieve the same type of arbitrary data stack push operation and pop operations, covering general
C-language-code-examples-so
- 给予C语言的所有栈最简单的实现功能.是以库的形式.方便开始学习编程的人来学习使用-Give C language all stack easiest to achieve functional. In the form of libraries. Convenient to start learning programming people to learn to use
expression_calculation
- 利用栈实现的算术表达式计算程序,语言为纯c。开发工具为vc6。-use Stack arithmetic expression calculation procedures, language pure c. Development tools for vc6.
no1100
- 数据结构堆栈的基本操作c语言实现,是学习数据结构的基本算法-Stack data structure of the basic operation c language is learning the basic algorithm for data structure
stack
- C编的停车场管理系统,用堆栈和队实现的,并加入了人性化设计,-C of parking lot management system, use the stack and team, and joined the humanized design,