搜索资源列表
200482419303883
- 原创,vxworks下的繁宋体字库(16x16)源代码。编译后可以直接使用。-originality, under VxWorks on the number in parentheses Font (16x16) source code. Compiled direct access.
广义表的识别
- 自己看啊 构成广义表的合法字符:小写或大写字母,空白字符,圆括号和逗号,且设广义表的原子为单个字母。-to look generalized table constitute the legitimate characters : uppercase or lowercase letters, blank characters in parentheses and commas, and broad-based scale of ato
shiyaner
- 编写程序,在某一个窗口上设计一行文字,如“欲穷千里目,更上一层楼”,这一行文字从窗口的左边向右滚动显示,而且每显示一轮,改变一次颜色,改变一次字体,一个周期为4种颜色,分别为红、绿、黄、蓝,四种字体分别为宋体、楷体、仿宋和黑体。-programming, in a window on a design his words, such as "For Dedication goes," the lines from
表达式求值
- 表达式求值,包括括号的匹配问题、负数如何识别?2.2.3这样非法的数怎样识别?如何区别3+-2(非法)和3+(-2)(合法)以及3++2(非法)和3+(+2)(合法)-evaluates expressions, including parentheses matching, how to identify negative? 2.2.3 the number of such illegal identify what? What is
VC++Studio
- 1.检测程序中的括号是否匹配 把光标移动到需要检测的括号(如大括号{}、方括号[]、圆括号()和尖括号<>)前面,键入快捷键“Ctrl+]”。如果括号匹配正确,光标就跳到匹配的括号处,否则光标不移动,并且机箱喇叭还会发出一声警告声。 2.查看一个宏(或变量、函数)的宏定义 把光标移动到你想知道的一个宏-1. Check whether the matching brackets mov
模板类栈求表达式值
- 是一个表达式求值的算法,用 模板实现的,可以进行四则运算,支持小数和括号-is an expression evaluates the algorithm, using the template, can be four operators, and parentheses minority support
showl24
- 浏览24点阵字库的所有点阵位映像, 可前后翻页仔细查看宋体、仿宋体、黑体、楷替等所有24点阵字库情况.-Lattice font-mapping all Lattice, after carefully examining the flip parentheses, Simulant-Song - Font, bold, 67 for all 24 of the lattice character.
无限长表达式运算器
- 这个程序的作用是计算并输出运算表达式的值。本程序支持+、-、*、/、^这五个运算操作符,并支持()以及sin()、cos()、tan()、log()、ln()等函数,支持()、函数的多层嵌套。 本程序有一定的容错及判错功能-A program that evaluates an numeric expression, supports five operators: +, -, *, /, ^, and (), also support
自动括号匹配器的设计
- 假设一个算数表达式中可包含三种括号:圆括号,方括号和花括号且这三种括号可以按任意次序嵌套使用。试利用栈的运算,编写判别表达式中所含括号是否正确配对出现的算法-Suppose an arithmetic expression can contain three brackets: parentheses, brackets and braces and three brackets can be nested in any order.
200482419303883
- 原创,vxworks下的繁宋体字库(16x16)源代码。编译后可以直接使用。-originality, under VxWorks on the number in parentheses Font (16x16) source code. Compiled direct access.
表达式求值
- 表达式求值,包括括号的匹配问题、负数如何识别?2.2.3这样非法的数怎样识别?如何区别3+-2(非法)和3+(-2)(合法)以及3++2(非法)和3+(+2)(合法)-evaluates expressions, including parentheses matching, how to identify negative? 2.2.3 the number of such illegal identify what? What is
showl24
- 浏览24点阵字库的所有点阵位映像, 可前后翻页仔细查看宋体、仿宋体、黑体、楷替等所有24点阵字库情况.-Lattice font-mapping all Lattice, after carefully examining the flip parentheses, Simulant-Song- Font, bold, 67 for all 24 of the lattice character.
Matching-brackets
- 数据结构 1、算法思路: 假设表达式中包含两种括号:圆括号和方括号,其嵌套顺序随意,即([]())或[([])]等为正确的格式,[(])或([())或(()]均为不正确的格式。检验括号是否匹配可以用堆栈来实现当遇到 ( 或 [ 时进栈,遇到 ) 或 ] 时出栈进行匹配检验,如果出现不匹配的情况立即结束,否则继续取下一个字符。如果没有遇到不匹配的情况,最后判断栈是否为空,栈为空,括号匹配,否则不匹配。 -Data Struct
parentheses
- 输入字符串,检验左右括号是否匹配,如匹配则显示匹配,不成功则显示不匹配-Enter the string test match parentheses around
Matching-parentheses
- 输入任意类型的括号,实现括号是否匹配的自动判断。-Enter any type of brackets, parentheses are matched to achieve the automatic judgments.
Matching-parentheses
- 关于数据结构中得括号匹配问题,粗略的把括号匹配的算法演算。-Data obtained on the structure of matching parentheses, brackets match the rough calculation algorithm.
parentheses-design
- 假设一个算数表达式中可包含三种括号:圆括号,方括号和花括号且这三种括号可以按任意次序嵌套使用。试利用栈的运算,编写判别表达式中所含括号是否正确配对出现的算法-Suppose an arithmetic expression can contain three brackets: parentheses, brackets and braces and three brackets can be nested in any order.
matching-parentheses
- matching parentheses Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "括号匹配", "括号匹配\括号匹配.vcxproj", "{69BE5AB2-C7A6-4D50-B7B8-B71A2
Expression-matching-parentheses
- 表达式的圆括号匹配问题,主要用来判断输入表达式的括号是否匹配-Expression matching parentheses, is mainly used to determine whether the input expression matching parentheses
Verify-parentheses-matches
- 写的一个程序,内容是:输入一串字符串,其中有普通的字符与括号组成(包括‘(’、‘)’、‘[’, ] ),要求验证括号是否匹配,如果匹配则输出0、否则输出1-Enter a string of string ordinary characters and parentheses (including ( , ) , [ , ] ) requires authentication brackets matches, if the m