CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - C 表达式

搜索资源列表

  1. cal24point

    0下载:
  2. 用C写的一个算24点代码,使用逆波兰表达式的求值。-C counting write a 24 point code, the use of reverse Polish expression is evaluated.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1868
    • 提供者:webb
  1. regexp.tar

    0下载:
  2. C++正则表达式解析,学习c++的朋友,可以参考一下-C is a regular expression analysis, the study c friends can reference
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:69710
    • 提供者:AllanYu
  1. boost_source_code

    0下载:
  2. 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3491458
    • 提供者:hnycmx
  1. cppdbug[1].1.5

    0下载:
  2. 适用于c++的dbug,这是又名的dbug调试库的c++版本,经过简单升级以后,可以支持简单的正则表达式过滤,利用了c++局部变量的特性,因此此库只适应与c
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:101956
    • 提供者:dd
  1. 逆波兰表达式

    0下载:
  2. 计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0—9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the e
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1451
    • 提供者:刘一
  1. deelx

    0下载:
  2. C++下面的正则表达式,可以在VC 6上面使用-C++ The following regular expression, you can use VC 6 above,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:16640
    • 提供者:thelostmind
  1. RegEx2NFA2DFA_RC

    0下载:
  2. 由正则表达式构造DFA的程序,并可以对输入串模拟正则表达式匹配-This is a C program used in compiling the given regular expression into an equivalent DFA, simulated through tracking State sets.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3670
    • 提供者:Kyle Wang
  1. nibolan

    0下载:
  2. 逆波兰表达式之c语言实现,一个小计算器。可以计算括号,和加减乘除-Reverse Polish expression of the c language, a small calculator
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:935
    • 提供者:xiaorui
  1. nbl.c

    0下载:
  2. 逆波兰表达式转换,实现简单的计算器功能。-Reverse Polish Notation conversion, a simple calculator function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5678
    • 提供者:zhangkun
  1. 3Marquee

    0下载:
  2. Qt包括多达 250 个以上的 C++ 类,还提供基于模板的 collections, serialization, file, I/O device, directory management, date/time 类。甚至还包括正则表达式的处理 功能。-Qt includes up to more than 250 C++ class also offers collections of templates, the serialization, the file, I/O device,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:12898
    • 提供者:sky
  1. pcre-7.0-src

    0下载:
  2. PCRE(Perl Compatible Regular Expressions)是一个Perl库,包括 perl 兼容的正规表达式库.这些在执行正规表达式模式匹配时用与Perl 5同样的语法和语义是很有用的。Boost太庞大了,使用boost regex后,程序的编译速度明显变慢。测试了一下,同样一个程序,使用boost::regex编译时需要3秒,而使用pcre不到1秒。因此改用pcre来解决C语言中使用正则表达式的问题 -PCRE (Perl Compatible Regular Ex
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1306504
    • 提供者:evil
  1. calculator_stack.tar

    0下载:
  2. 栈的应用:C实现简单计算器(表达式的计算)(举例: 计算 3+(5-2*3)/4-2= )-Application stack: C simple calculator (expression calculation) (for example: the calculation 3+ (5-2* 3)/4-2 =)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2710
    • 提供者:肖曼
  1. expressions

    0下载:
  2. 运用C++软件实现表达式求值,有加减乘除功能,希望对大家有用-Use C++ software to realize expressions are evaluated, add, subtract, multiply and divide function, hope to all useful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:1292
    • 提供者:陈梦轩
  1. compile-duration

    0下载:
  2. 点击工具栏“输入”输入带等号的表达式如“a=b+c*d-e”,点击工具栏编译便可得到编译过程和结果-Click on the toolbar " input" the input with an equal sign, an expression such as " a = b+c* de, click the Tools bar compiler can compile process and results
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-11
    • 文件大小:2010214
    • 提供者:beauty
  1. trans

    0下载:
  2. 基于Visual C#代码的SQLSERVER数据库万能查询程序,支持表达式和逻辑关系以及多条件设置的多功能查询系统,在“表达式”中可以手动输入查询语句,也可以在查询条件中设置条件,然后单击“查询”按钮,显示查询结果。-Visual C# code based on the universal SQLSERVER database query procedures, support for expressions and logical relationships and versatile m
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:138268
    • 提供者:吴建玲
  1. expression_cal

    0下载:
  2. 中缀表达式转后缀表达式(C++版本),这里转化能便于对表达式计算处理-Infix expression turn postfix expression (C++ version), where transformation can facilitate the expression evaluates to handle
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:1426
    • 提供者:zzlmatrix_zzl
  1. cal-expression

    0下载:
  2. C语言实现,输入一个表达式,输出结果,已经测试 以及一个大富翁小游戏学习资料-give a expression ,and back a result
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:3240
    • 提供者:polya
  1. deelx

    0下载:
  2. C++ 正则表达式引擎源码-C++ regular expression engine source
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:15756
    • 提供者:msdn
  1. Calculator

    0下载:
  2. 在Fedora Linux下编写的C语言程序。可以将文本文件中的表达式构造成语法树并计算求值。表达式如存在语法错误,表达式语法错误可由相关自动机发现。代码适合:学习自动机和语法树的初学者。-C codes under Fedora Linux. The codes can transform expressions in text file to a parse tree. Grammar mistakes could be detected by a finite automata. This
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:84366
    • 提供者:李进
  1. deelx

    0下载:
  2. c++正则表达式代码,只要一个头文件,完美实现正则表达式,非常方便的实现了正则表达式的大部分功能,非常好用,强烈推荐。 好东西大家分享。-C + + code regular expressions, as long as a header file, perfect realization of regular expressions, very convenient to realize the function of most of the regular expression, is
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:80260
    • 提供者:louguodong
« 12 »
搜珍网 www.dssz.com