搜索资源列表
jedit41source.rar
- 用java 编写的源码开放的文本编辑器。有很多有用的特性,包括语法加亮显示,括号 匹配,表达式搜索,多个文件搜索和替换,定义键盘宏等等
MyRecvFiles
- 关于括号匹配和车皮进站的小程序,自己写的~很简单,主要是希望能多多交流-matching brackets on the wagon stops and small programs, written in their own ~ very simple, the main hope to be able to interact more
模式匹配
- 用C语言编写的一个简单的数据结构算法.可实现括号的模式匹配.-C language of a simple data structure algorithms. Brackets can be realized pattern matching.
kuohao
- 括号匹配算法 数据结构 用c++或c都实现的-brackets matching algorithm data structure with c + + or c realize the
ShiYanBaoGao
- 数据结构中堆栈与队列的应用的练习程序,包括1.用数组的形式实现顺序栈的定义和操作 2.利用堆栈将队列中的元素逆置 3.括号匹配算法 包括调试报告和实验报告 程序源代码在实验报告当中 -stack data structures and the application of Queue practice procedures, including one. using arrays in the form of the definition of the order stack and ope
BracketMat
- 括号匹配,栈应用的小程序,希望对大家有所帮助-matching brackets, the small stack application procedures, we hope to help
stacktext
- 自己写的C++栈模板,并用其实现了括号匹配算法-write their own C + + Stack template, and used to achieve the brackets Matching Algorithm
括号匹配类
- 判断括号是否匹配-judge whether matching brackets
括号匹配
- VC 括号匹配 问题-VC matching brackets
栈的应用(2)括号匹配检查
- 栈的应用(2)括号匹配检查-stack of applications (2) matching brackets inspection
用MFC实现括号匹配
- 用MFC可视化编程,实现括号匹配,大括号,中括号,小括号都可以进行匹配
括号匹配
- 文本括号匹配
TestFind
- 实现文本格式文件中的括号匹配. 匹配算法采用堆栈来实现. 文件读取异常还需完善的人性化一些-Text format documents matching brackets. Matching algorithm uses the stack to achieve. Paper anomaly needs to be well-read human nature of some `` ``
BracketMat
- 括号匹配,实现对括号的查阅,检验的功能,程序不是很大-bracket match
kuohaopipeisuanfa
- 数据结构 中 括号匹配算法 用栈做的 c-Bracket matching data structures to do with the stack
java-Editor
- 自己为java IDE写的java编辑器,仿制notepad2. 可实现代码染色、括号匹配、书签标注、编辑辙销、文本查找等基本功能。 非所见所得,没有加入文件处理功能。-Java editor. Might be useful for projects such as IDE. The jar file runs under jdk 1.6.
括号匹配
- 实现括号匹配问题,我们经常遇到输入括号,却不知道括号是否搭配正确的问题,通过本程序可以实现自动检测括号是否匹配的问题(To achieve parentheses matching problem, we often encounter input brackets, but do not know whether brackets correct collocation problem, through this program can automatically detect bracket
利用栈进行括号匹配检验
- 检验一条信息中括号各个匹配与否。比如输入(){}会提示错误,输入({})会提示正确。 另外附录了线性表基本操作的对应代码(Check whether parentheses match each other in a message. In addition, the corresponding code of the basic operation of the linear table is attached)
parenthesis_ match
- 利用stack,检查输入内容中括号是否匹配(Using stack, check whether parentheses are bracketed in the input)
括号匹配
- C语言编写的括号配对检查程序,使用栈编写(Parenthesis pairing program written in C language)