搜索资源列表

  1. Calc

    0下载:
  2. 输入含数字的式子(可以用多层括号嵌套),本程序给出结果。-import figures with the formula (Multi-brackets can be nested), this procedure gives results.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:39736
    • 提供者:于是
  1. chkc_tar

    0下载:
  2. 这是一个使用标准 C 开发的简单的可以对 C 语言程序进行语法检查的程序,本程序检查你的程序中小括号、中括号、大括号、单引号、双引号、/* */ 注释等的配对情况,可以及时发现程序中存在的语法错误情况。-This is a standard C development can be a simple C language syntax procedures for the inspection procedures, the proce
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9446
    • 提供者:李金明
  1. expr

    0下载:
  2. 可以计算各种函数,还可以使用变量,如A,B,C,D。可以计算各种数学函数sin cos tg ctg,处理括号,四则运算,是VC中一款不可多得的表达式计算类和计算工具。例如:cos(0) 1-can calculate various functions, variables can also be used, such as A, B, C, D. Can calculate mathematical functions sin co
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:45263
    • 提供者:何福保
  1. khss

    0下载:
  2. 数据结构:带括号的算术表达式求值。能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。-data structure : the bracketed arithmetic expression is evaluated. Complete with a number of brackets arithmetic expression Operational results for the mu
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2130
    • 提供者:橙子
  1. 算式分析器

    0下载:
  2. 使用递归的方法实现的算式分析器,给定一个符合C语言格式的算式,可以使用括号,单目运算符等,计算算式的运算结果。-use recursive method formula Analyzer, to set a C-language format with the formula, you can use brackets, Monocular Operators, calculation formula of the calculatio
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:18720
    • 提供者:赵明
  1. 简单的计算器

    0下载:
  2. 学vc++的时候做的一个简单的计算器,可以输入括号方便一次输入-school vc when doing a simple calculator, can be imported to facilitate an input brackets
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:3641676
    • 提供者:姚坚
  1. rgjsq

    0下载:
  2. 软件工程课程设计的一个小作业:用VC++6.0来实现计算器的+.-.*./等基本功能和括号,使用MFC作为向导工具。-software engineering courses designed a small operation : VC 6.0 calculator to realize the basic functions .-.*./ and brackets, the use of MFC as a wizard.
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:80626
    • 提供者:藤力
  1. Pcalc

    0下载:
  2. 超级多项式计算器,什么都能算哦!包括字母多项式,括号,乘方都行的~-super-polynomial calculators, and what can count! Including letters polynomial, in brackets, involution are OK ~
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:17313
    • 提供者:张海龙
  1. zhou_compute

    0下载:
  2. 一个用汇编写的一个小型计算器支持包括有括号形式的四则运算表达式,含错误检测。-a compilation was made with the support of a small calculator brackets including four forms of computing expression, including error detection.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7316
    • 提供者:周伟斌
  1. 计算器2.0

    0下载:
  2. 能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 运算方式: +,-,*,/,绝对值(“[ ]”),^,!, 输入规则: 用键盘或按钮都可,输入完按回车运算,(光标要在最后) sin(21-32)/(12-43) 4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要输入pow(3
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:111005
    • 提供者:qwq
  1. MyRecvFiles

    1下载:
  2. 关于括号匹配和车皮进站的小程序,自己写的~很简单,主要是希望能多多交流-matching brackets on the wagon stops and small programs, written in their own ~ very simple, the main hope to be able to interact more
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2029
    • 提供者:林嘉雯
  1. Matching-brackets

    0下载:
  2. 数据结构 1、算法思路: 假设表达式中包含两种括号:圆括号和方括号,其嵌套顺序随意,即([]())或[([])]等为正确的格式,[(])或([())或(()]均为不正确的格式。检验括号是否匹配可以用堆栈来实现当遇到 ( 或 [ 时进栈,遇到 ) 或 ] 时出栈进行匹配检验,如果出现不匹配的情况立即结束,否则继续取下一个字符。如果没有遇到不匹配的情况,最后判断栈是否为空,栈为空,括号匹配,否则不匹配。 -Data Struct
  3. 所属分类:文档资料

    • 发布日期:2024-06-03
    • 文件大小:13312
    • 提供者:Anson
  1. group

    0下载:
  2. java做的计算器,有科学计算功能和括号功能,支持单双目运算-do java calculator, scientific computing functions and brackets to support a single computing binocular
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-03
    • 文件大小:52224
    • 提供者:lwhustei
  1. brackets

    0下载:
  2. The program checks correctness of arrangement of brackets
  3. 所属分类:其他小程序

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:Alexander
  1. POJ1141-Brackets-Sequenc

    0下载:
  2. 动态规划 POJ1141 Brackets Sequence 解题报告
  3. 所属分类:软件工程

    • 发布日期:2024-06-03
    • 文件大小:2048
    • 提供者:
  1. Codeforces-149-D-Coloring-Brackets

    0下载:
  2. Codeforces 149 D-Coloring Brackets,动态规划求解-Codeforces 149 D-Coloring Brackets,dynamic programming
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:AeronZhou
  1. Brackets-inlay-procedure

    0下载:
  2. 主要算法:通过c来得到键盘输入的字符,进行判断是否合法,i的值来判断是否是相邻括号,t来记录相邻括号的个数,count来记录当前的嵌套数,k来记录最大的嵌套数,n来记录括号的对数。-The main algorithm: through C to receive keyboard input characters, to judge whether it is legitimate, the value of I to determin
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-03
    • 文件大小:9216
    • 提供者:霍佳骥
  1. matching-brackets

    0下载:
  2. 利用c++数据结构 栈 解决括号匹配问题 -Use c++ to solve matching brackets
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:enzo
  1. Brackets

    0下载:
  2. 软件测试匹配输入的程序段中括号数量是否相等。-Software Test match the input block is equal to the number of brackets.
  3. 所属分类:C#编程

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:
  1. Matching-brackets

    0下载:
  2. 软件测试匹配输入的程序段中括号数量是否相等。-Software Test match the input block is equal to the number of brackets.
  3. 所属分类:C#编程

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:
« 12 3 4 5 6 7 8 9 10 ... 33 »

源码中国 www.ymcn.org