搜索资源列表
guahaotest
- 学习C语言时,编写的一个多项式刮号检查程序 主要用栈实现的。-C language study, prepared by a polynomial scratching, the main inspection procedures Stack realized.
2006915942470YiKtyeLnk8a45gVxnxq
- 用C++编写的GPRS协议栈源代码,大家看看哈,好的很哦-prepared by the GPRS protocol stack source code, we look at Kazakhstan, oh very good
PJSIP_test_example
- 使用开源SIP协议栈编写的一个小测试程序,包括UA和UAS两部分,完成最基本的publish会话。注:简单起见,publish没有设置消息体。 PJSIP,一个用C编写,功能强大的开源SIP协议栈,采用优秀的内存分配机制编写,运行速度快,支持IM、Presence、PIDF、rPIDF等最新RFC,可以用来实现各种SIP应用。 PJSIP下载见本站。-use revenue SIP Protocol Stack prepared
PJSIP_Developer_Guide
- PJSIP开发者手册及函数库查询手册。 快速学习PJSIP协议栈的必备手册。 PJSIP,一个用C编写,功能强大的开源SIP协议栈,采用优秀的内存分配机制编写,运行速度快,支持IM、Presence、PIDF、rPIDF等最新RFC,可以用来实现各种SIP应用。 PJSIP下载见本站。-PJSIP development handbook and manual functions inquiries. Fast lea
停车场问题
- 这是用栈编写的解法-this is the preparation of the solution stack
停车场管理系统
- 数据结构中利用栈模拟停车场管理,用C语言编写。-data stack structure using simulated car park management, with C language.
停车场问题
- 这是用栈编写的解法-this is the preparation of the solution stack
guahaotest
- 学习C语言时,编写的一个多项式刮号检查程序 主要用栈实现的。-C language study, prepared by a polynomial scratching, the main inspection procedures Stack realized.
2006915942470YiKtyeLnk8a45gVxnxq
- 用C++编写的GPRS协议栈源代码,大家看看哈,好的很哦-prepared by the GPRS protocol stack source code, we look at Kazakhstan, oh very good
PJSIP_test_example
- 使用开源SIP协议栈编写的一个小测试程序,包括UA和UAS两部分,完成最基本的publish会话。注:简单起见,publish没有设置消息体。 PJSIP,一个用C编写,功能强大的开源SIP协议栈,采用优秀的内存分配机制编写,运行速度快,支持IM、Presence、PIDF、rPIDF等最新RFC,可以用来实现各种SIP应用。 PJSIP下载见本站。-use revenue SIP Protocol Stack prepared
PJSIP_Developer_Guide
- PJSIP开发者手册及函数库查询手册。 快速学习PJSIP协议栈的必备手册。 PJSIP,一个用C编写,功能强大的开源SIP协议栈,采用优秀的内存分配机制编写,运行速度快,支持IM、Presence、PIDF、rPIDF等最新RFC,可以用来实现各种SIP应用。 PJSIP下载见本站。-PJSIP development handbook and manual functions inquiries. Fast lea
huiw.dsp
- 本程序是由vc编写的一个简单的回文代码,运用栈和队列存储表示-This procedure is vc prepared by a simple palindrome code, the use of stack and queue storage express
List_Queue1
- 本系统是用c++编写的而一个用顺序栈实现的一系列功能,包括排序,简易计算器-The system is c++ Prepared and a stack with the order to achieve a series of functions, including sorting, simple calculator
48qqqq
- 主要用栈和树求解骑士问题,用C++语言编写的-The main stack and tree Cavalier Problem Solving with C++ languages
zhan(xiugai)
- 一个可以实现加减乘除以及带括号的计算器,用数据结构知识中的数栈编写而成-A calculation can be achieved as well as the brackets with the calculator, and knowledge of data structure has been prepared by a number of stack
Functions
- 运算表达式的计算,c编写,首先将中缀表达式转换为后缀表达式,再用栈将结果输出-Calculation of computing the expression, c preparation, the first expression will be converted to infix suffix expressions, and then stack the results output
cyuyanshishangbianchengbaili
- 第二篇 文件操作 实例24 文件加密(1) 实例25 文件加密(2) 实例26 批处理程序的加密 实例27 给自己的程序加上行号 实例28 文件分割程序 实例29 删除目录树 实例30 显示系统文件表 实例31 显示一个目录的存储内容 实例32 递归读取磁盘文件 实例33 C语言直接读取FoxPro的.DBFYYWR 实例34 用索引文件读取数据项 实例35 加密数据库 第
zhan
- 计算器的实现,可以进行加减乘除,利用栈编写,前后缀-Calculator to achieve, can be Math, prepared using the stack, the former suffix
Pair-matching
- 用栈编写满足下列要求的括号匹配检验程序:假设表达式中允许包含两种括号:圆括号和方括号,其嵌套的顺序随意
栈和队列的链接
- 数据结构实验 栈和队列的连接实验 ①编写程序实现循环队列的初始化、入队和出队操作 ②编写程序实现将一个任意的十进制数转换成对应的二进制数 要求: ①用栈的基本操作来实现(具体栈的存储结构可用顺序栈也可用链栈) 十进制数由键盘输入,输出对应的二进制数。 ②在初始化队列后,利用入队操作构建具有n个元素的队列并依次输出队列中的元素。在构建的具有n个元素的队列中,执行出队操作,输出出队后队列中的剩余元素(Data structu