搜索资源列表
makedump_release
- 本例程演示如何利用Dbghelp.dll收集程序产生异常时的堆栈信息,以供开发人员分析,从而很快找出使程序出现异常的原因。程序异常是每个用C++编程最苦恼的事,因为它的偶然性,很难找出出错原因。这个库可以大大减轻开发人员的负担。-a demonstration of how the routine use of Dbghelp.dll abnormal collection procedures at the stack information for developers, thus quic
sortexample
- Stack, queue, sorting exmaples in C/C++. -Stack, queue, sorting exmaples in C / C.
live.2006.08.26.tar
- linux下的rtsp/rtp/rtcp协议栈源代码; c++写的,带参考程序-linux under the rtsp / rtp / rtcp protocol stack source code; C wrote, with reference program
libtorrent-0.10.4.tar
- LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from file pages to the network stack. On high-bandwidth c
一个堆栈的示例
- 一个堆栈演示的c++源代码-code of c++ demoed by stack
溢出的原理和应用
- 践踏堆栈 [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.
migration
- 叠前地震偏移成像的c程序,su里的源代码。找出来和大家分享下。好东西-Pre-stack seismic migration imaging of c programs, su inside the source code. Find out and share with you the next. Good stuff
usbport.tar
- 开源的usbport 的usb主机协议栈,本协议栈可以支持多种不同的usb控制芯片,芯片的驱动可以动态加载和卸载,usbport采用C语言编写,可以使用于arm7/arm9/avr等多种平台。 -Open-source usbport the usb host protocol stack, the protocol stack can support a wide variety of usb controller chip, chip driver can be dynamically
stack
- 所有的堆栈,包括top,pull等,用来实现数值转换等-All of the stack, including the top, pull, etc., used to achieve the numerical conversion
Buffer_Overflows_b
- 顶尖高手讲的缓冲区溢出漏洞原理及实例代码分析,C,汇编。千万别错过,很难得的资料哟-You have to know assembly language, C language, and Linux. Of course, you have to know what buffer overflow is. You can get the information of the buffer overflow in phrack 49-14 ( Smashing The Stack For
C-and-CPP-memory-allocation
- C和C++的内存分配,如堆 栈等以及数据段等-C and C++, memory allocation, such as stack and data segments, etc., etc.
C
- 停车场管理系统 #include <stdio.h> #include <malloc.h> #define SIZE 3 #define NULL 0 typedef struct { int hour int min } time typedef struct { int num int position time t float money } Car typ
stack
- 括号匹配的C++类,用堆栈写的,写的不好。。。见谅-Parenthesis matching C++ class stack written, badly written. . . Forgive me
CPP
- C++栈实现括号匹配,用栈完成括号匹配检验程序,其中包括小括号,中括号,大括号-C + + stack implementation bracket matching, matching brackets with stack inspection procedures completed, including parentheses, brackets, braces
TCPIP-Stack
- TCP/TP协议栈C实现 包括DHCP DNS ARP IP UDP TCP FTP HTTP HTTP2 ICMP等-TCP/IP stack C implentation including DHCP DNS ARP IP UDP TCP FTP HTTP HTTP2 ICMP etc.
thread-stack
- thread-stack.c: Synthesize a thread s stack using call return events.
ports-c
- FPU stack overflow for Linux v2.13.6.
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
stack
- C编的停车场管理系统,用堆栈和队实现的,并加入了人性化设计,-C of parking lot management system, use the stack and team, and joined the humanized design,