搜索资源列表
STACKCAT
- 该文档介绍了如何在程序中用C/C++实现一个堆栈,并提供了大量代码和例子-The document described how the procedures used C / C to achieve a stack, and provide a great deal of code and examples
具有运算符优先级的计算器(C语言)
- 用C语言编写的计算器,具有运算符优先级,采用堆栈实现。-C language prepared by the calculator, with priority Operators using stack to achieve.
differenct
- 堆和栈的区别 一、预备知识—程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。 2、堆区(heap) — 一般由程序员分配释放, 若程序员不释放,程序结束时可能由OS回收 。注意它与数据结构中的堆是两回事,分配方式倒是类似于链表,呵呵。 3、全局区(静态区)(static)—,全局变量和静态变量的存储是放在一块的,初始化的全局变量和静态变量在
用栈完成马踏棋盘的C语言的代码
- 数据结构课程设计 用栈完成马踏棋盘的C语言的代码 要求在8*8的国际棋盘实现-Stack data structure to complete course design horse riding with the C language code board requires 8* 8 board to achieve international
u_C_OSII+LwIP
- 本文主要讨论了如何在嵌入式实时操作系统μC/OSII下移植实现LwIP这套TCP/IP协议栈,使μC/OS II成为支持网络的RTOS。-This article discusses how in the embedded real-time operating system μC/OSII transplanted to achieve this lwIP TCP/IP protocol stack, so that μC/OS II to become the support network
VisualC++tuxingteji
- 随着计算机信息表示及实现的多媒体化,在许多学习软件、游戏软件,以及多媒体课件制作软件中,经常使用各种图形显示技巧,如图形的推拉、交错、雨滴状、百页窗、积木随机堆叠等显示模式。这样使画面变得更为生动活泼,更能吸引用户,也为更好地发挥软件的功能奠定了基础。本文就Visual C++ 6.0中实现图形的各种显示技巧的原理及具体方法做些探讨。-With the computer information and the realization that the multi-media, in many l
333
- 用C++实现栈 希望对大家有用 -Realization of the stack with the C++ Thank you for all of us hope that
rt_C_OS_II
- 介绍了一种嵌入于单片机的 Web 服务器的设计过程, 给出了单片机控制下的网络控制器RTL8019AS 硬件平台的设计, 精简的 TCP/IP 协议栈通过 LAN 访问 Internet 的应用方案。同时简明介绍了实时内核 C/OS- II 对整个系统的管理方案, 完成了对连接在系统 I/O 总线上的现有设备的监控。-This paper introduces a Web server embedded in the microcontroller design process is given
mataqipang
- 用数据结构(C语言版)编写程序,实现一个国际象棋的马踏遍棋盘的演示程序。具体要求为:将马随机放在国际象棋的8*8棋盘的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。用堆栈编制非递归程序求出马的行走路线,并按求出的行走路线,将数字1,2,3,……,64依次填入一个8*8的方阵,输出之。 -With the data structure (C language version) to write programs to achieve a chess board
stack
- comprises of c programs -comprises of c programs
Stack
- This program shows how to make a stack in c-This program shows how to make a stack in c + +
two-end-stack
- 数据结构 C语言数组实现双向栈 在两端可删除,可添加元素-Two-way data structure C language array stack at both ends can be deleted, you can add elements
Stack
- 用c++语言借用栈将中缀表达式转化为后缀表达式并且计算出后缀表达式的值,支持浮点数运算-Borrowing the language used c++ stack will infix expressions into postfix expression and calculate the value of the postfix expression of support for floating-point operations
Heap-and-stack
- c语言堆与栈的详细介绍,包括区别、使用方法等-Details c language heap and stack, including the difference between the use of methods
DeveloperTools-forUPnPTechnologies
- 用C C++ C#开发UPnP通信的注意啦,此工具包可以自动生成辅助代码,只用填写参数就可以使用,这些工具包括通用设备和控制点,堆栈生成工具和“AV调试和参考工具。大部分工具都是用c#编写的,但小C / c++栈也可以生成。这个项目是开源的Apache 2.0, “这些工具本身不符合规范,因为他们从未在自己的“测试通过的测试论坛。虽然没有担保,这些工具应该帮助开发人员和测试人员建立解决方案兼容或可以证明“兼容。总共有超过10个工具在这个包中,从低级调试到完整的参考工具。-The Develo
Java-stack-and-heap
- 堆和栈都是java用来在RAM中存放数据的地方。与C++不同,java自动管理堆栈,程序员不能直接设置堆栈. - Java heap and stack are used for local storage of data in RAM. Unlike C++, java automatic management stack, the programmer can not directly set the stack.
stack
- 运算符重载的栈。C++语言编写的头文件。可以入栈出栈赋值打印等操作。-Operator Overloading stack. C++ language header file. You can stack the stack assignment printed.
dijiuzhang
- 这是一个我用C++这门编程语言写的链接栈的一个头文件。(head file of the linked stack)
C语言课程设计实例精编
- C 语言由于具有灵活 高效 可移植性好等诸多优点 成为软件开发中常用的计 算机编程语言之一 全书介绍了贪吃蛇游戏 计算器 黑白棋游戏 迷宫问题 扫地 雷游戏 速算 24 数据结构 CAI 演示 进程调度 存储管理等十四个案例 各个案例 独具特色 覆盖了 C 语言的基本知识点和各种数据结构 如堆栈 队列 链表等 综 合应用了光带菜单 下拉菜单 图形设计 鼠标应用等知识 本书应用性极强 读者 可以根据这些案例进行研究 修改和扩展(C language has many advantages
CCH12
- 进出栈的简单程序。用来练手的。写不出说明了(The simple program of entering and leaving stack. For the under. There's no explanation)