搜索资源列表
C++异常中的堆栈跟踪
- C++异常中的堆栈跟踪-C stack of abnormal tracking
魔王语言
- 这是一个运用堆栈和队列编写的程序,主要是对一种语言的解释-A program written for stack and queue, explained a specific language
进程和线程
- 看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach中,一个任务仅包括一系列的资源;线程处理所有的可执行代码。一个Mach的任务可以有任意数目的线程和它相关,同时每个线程必须和某个任务相关。和某一个给定的任务相关的所有线程都共享任务的资源。这样,一个线程就是一个程序计数器、一个堆栈和一系列的寄存器。所有需要使用的数据结构都属于任务。一个UNIX系统中的进程在Mach中对应于一个任务和一个单
mapcolor
- 地图染色问题,就是利用矩阵对地图相应的进行染色,用到了堆栈知识-map staining problem, it is using the matrix corresponding to the map for staining, apply knowledge of the stack
堆栈排序法
- 如果云知道天的辽阔 如果雨知道海的无边 如果星知道月的寂廖 如果你知道我爱着你 -know if the cloud of days of rain to know if the vast sea of limitless If Star know the lonely Liao if you know that I love you
WINDOWS_ProcessInfo
- windows核心编程的代码,没有用MFC,完全采用WIN32和DDK开发,在WIN2000下运行.统计进程的状态和堆栈.-windows core programming code without using MFC, completely WIN32 and DDK Development, running in Windows 2000. Statistical process and the state stack.
有理数四则运算
- 利用堆栈实现有理数的四则运算,比较长,但是基本功能都能够实现,算是比较有用的-stack to achieve rational use of the four operations, a long, but the basic functions can be realized, as a relatively useful
堆栈问题
- 关于堆栈的一道很好的acm题目,虽然比较难,但是解答的比较巧妙!-on a stack of good acm topic, although relatively more difficult, but the rather clever answer!
停车管理系统
- C编的停车场管理系统,用堆栈和队实现的,并加入了人性化设计-C series of the car park management system, with stacks and team achievement, and joined the humanized design
stackPING
- 怎么样利用MSTCP堆栈去PING另外一台计算机?-like how to use parameter stack PING another computer
114c1
- 结构和类又非常多的相似之处,如结构可以实现界面,和可以拥有和类一样的成员。结构与类也有一些重要的区 别:结构是值类型,而不是引用类型,所以不支持继承!结构被存在堆栈中或者是内联。结构在精心下可以提高 存储效能-structure and category there are a lot of similarities, such as the interface structure can be achieved, and can have and the members of th
1 堆栈的压栈与出栈
- 堆栈的压栈与出栈-stack up and stack Yazhan
surv4堆栈溢出漏洞
- Serv-U Ftp服务器长文件名堆栈溢出漏洞-Serv-U FTP server long file name Stack Overflow Vulnerability
C++异常中的堆栈跟踪
- C++语言的运行时环境是基于栈的环境,堆栈跟踪(trace stack)就是程序运行时能 够跟踪并打印所调用的函数、变量及返回地址等,C++异常中的堆栈跟踪就是当程序 抛出异常时,能够把导致抛出异常的语句所在的文件名和行号打印出来,以及把调用 抛出异常的语句的函数以及其它上层函数信息都打印出来。
计算器(堆栈)
- 对于初学堆栈的很有用啊。
stack
- 自己写的动态堆栈,很有用,语法相对简单,希望对初学者有用-Himself wrote the dynamic stack, very useful, relatively simple grammar, and they hope to be useful for beginners
堆栈实现十进制转二进制
- 用堆栈实现十进制转二进制的建议源代码。 用C语言编写。
CarPark
- 用来实现一个堆栈型的停车场以及队列型的等待区。主要在于熟练掌握数据结构的一些知识点。(Used to implement a stack type parking lot and queue type waiting area. The main thing is to master some knowledge points of data structure)