搜索资源列表
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.
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
datastructor
- 基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构-Basic concepts of C++ programming, based on a comprehensive and systematic introduction to the queue, stack, tree, graph, and other basic data structures
stack
- comprises of c programs -comprises of c programs
get-data-from-a-array
- 使用C++,把栈中元素逆置,要求使用额外的一个栈,外加一些非数组的变量 以及C++如何把两个数组中的元素放在另一个数组中-Use C++, the elements of the stack against the home, requires an extra stack, plus some non-array variable in C++ How to put two elements in the array to another array
Stack
- This program shows how to make a stack in c-This program shows how to make a stack in c + +
bagwithnotzhan
- 背包问题最新C语言版无栈适合那些没有学习C++的人参考和使用-The latest C-language version of the knapsack problem no stack reference and use for those who do not learn C++
cPP-data-structure-code
- c++数据结构代码,实现堆栈的例子,供大家学习参考-The data structure of C++ code, realize the stack example, for everyone to learn the reference
LTE--RLC-layer-AM-transmission
- 针对 3 G PP最新发布的 LTE ( l o n g t er m evol u t i on ) R e l ease 8 标准, 研究了 LTE 空中接口协 议栈无线 链路控 制 ( ra d i o l i nk con t ro, l RLC ) 的子层确认 ( ac kn o w l e d ged m o d e , A M ) 传输模式的 设计与实 现机制。主要介 绍了 L TE 无 线接入网空中接口协议 栈的结构, 详细阐述了空中接口协 议栈中 RLC的 A M 数据
DS18B20wenducaiji
- DS18B20实现温度采集,主控芯片为CC2530,也可用于Z-Stack无线通信中。-Run on arm platform, linux, using qt software development, can accept serial data, and open the window curves method using real-time display. Procedures used in serial port as well as qt graphical interface
cPP-lessons
- 一个实现string类的数据结构代码,很适合初学者学习-c++ courses ppt, involving pointer, stack, etc. c++ knowledge
shiyan01
- 整型栈是一种先进后出的存储结构,对其进行的操作通常包括判断栈是否为空、向栈顶添加一个整型元素、出栈等。整型栈类型及其操作函数采用非面向对象的纯C语言定义,请将完成上述操作的所有函数采用纯C语言编程, 然后写一个main函数对栈的所有操作函数进行测试。-Integer stack is advanced out after a storage structure, operating its typically include determining whether the stack is em
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.
write_printf_yourself
- C语言变参_实现自己的printf,详细讲解变参在堆栈中的存放和读取,讲解如何实现一个变参函数,最终给出实现一个printf的参考,对于不能支持printf的系统非常有帮助,建议使用标准头文件stdarg.h。-C language parameters _ to achieve their own printf, explain in detail on the stack in the storage and read, explain how to achieve a variable f
pt-1.4
- Protothreads是一种针对C语言封装后的宏函数库,为C语言模拟了一种无堆栈的轻量线程环境,能够实现模拟线程的条件阻塞、信号量操作等操作系统中特有的机制,从而使程序实现多线程操作。(Protothreads is a kind of macro C language library package after the simulation without a stack of lightweight threads for the C language environment, the u