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

搜索资源列表

  1. vc++表达式求值

    0下载:
  2. 一个很好的表达式求值程序,用vc++实现,有很好的参考价值,住要是字符串的处理问题-a good expression evaluates procedures, using vc, and it is a good reference value, live strings if the treatment! !
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:140.32kb
    • 提供者:方怡新
  1. 2004122310303byUID28978

    0下载:
  2. 这几天.QQ刚推出了2004II Beta II,新的功能挺不錯,最吸引人的就是魔法表情,在MSN中叫WINKS,但QQ实现的不同MSN,QQ用的是FLASH做为原素材,而MSN的WINKS用的是GFI图片和声音文件合成的.  大家都知道,在QQ魔法表情启动时,内存会多一个MagicFlash.exe的进程,他就是一个简单的FLASH播放器,其实也不是什么播放器,原理就是一个网页.在QQ的安装目录下面可以找到这个MagicFlash.exe文件,你可以试着拖一幅FLASH文件(SWF)到M
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:129.28kb
    • 提供者:张辉
  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
    • 文件大小:1.82kb
    • 提供者:webb
  1. REGEXPP3.ZIP

    0下载:
  2. 正则表达式源代码,用于对字符串的处理,如电话号码的识别等-regular expression source code for the string processing, such as telephone numbers and other identification
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.4mb
    • 提供者:Rex Yan
  1. file_scaner

    0下载:
  2. 扫描器类的设计1. 构造算术表达式的四元式翻译文法 2. 设计算术表达式的递归下降子程序分析算法 3. 设计算术表达的四元式生成算法 4. 实现代码并调试运行 -scanner category of a design. Construction arithmetic expressions four yuan grammar-translation 2. Design arithmetic expression analysis subroutine decline recur
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6.26kb
    • 提供者:送水的
  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
    • 文件大小:68.08kb
    • 提供者: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
    • 文件大小:3.33mb
    • 提供者:hnycmx
  1. csdqq

    0下载:
  2. 使用qq表情可以发送很多表情。漂亮美丽尽在这里-qq use this expression can be a lot of facial expression. Do pretty beautiful here
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2.88mb
    • 提供者:邓小天
  1. 4840-1

    0下载:
  2. 这是我和同学合作做的一个小表达式求解器!-This my classmates and cooperation in a small expression solver!
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:39.87kb
    • 提供者:杜晓东
  1. 表达式解析器源代码(可以计算各种函数)

    0下载:
  2. 表达式解析器源代码(可以计算各种函数)。可以解析用户输入的表达公式。对MIS开发有用-expression parser source code (which can be calculated various functions). Users can input the analytical expression formula. Right useful MIS
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:20.26kb
    • 提供者:张三水
  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
    • 文件大小:1.42kb
    • 提供者:刘一
  1. plotyy.rar

    0下载:
  2. 在写SSI算法的时候,因为要画稳定图,所以牵涉到了双坐标轴的使用问题。查看Matlab的Help文件,对双坐标轴函数(plotyy)的表述不是很详细,或者是我没有读太懂吧。 下面对plotyy函数的使用做一个详细的学习,SSI algorithm in the time to write because of the need to draw a stable map, so involved the use of dual-axis problem. See Matlab s Help
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-04-08
    • 文件大小:340.08kb
    • 提供者:vfory
  1. regex.c.gz

    0下载:
  2. A sample program to demonstrate the usage of regex() regular expression function of the C language in linux., A sample program to demonstrate the usage of regex() regular expression function of the C language in linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:540byte
    • 提供者:jeff
  1. regex

    0下载:
  2. 实现了正则表达式转NFA,NFA转DFA,DFA最简化的过程。并可输出DFA到图像。-It can translate Regular Expression into NFA, NFA into DFA, and minimize the DFA. The result can be printed as a graph.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:182.97kb
    • 提供者:sunli
  1. OReilly.Mastering.Regular.Expr_53571

    0下载:
  2. Mastering Regular Expression that is very good for string manipulation in Unix and Windows
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.44mb
    • 提供者:nqbinh
  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
    • 文件大小:3.58kb
    • 提供者:Kyle Wang
  1. A-regular-expression-module

    0下载:
  2. This the program which implements a regular expression of UNIX command.-This is the program which implements a regular expression of UNIX command.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:3.03kb
    • 提供者:Hui
  1. cal-expression

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

    • 发布日期:2017-04-06
    • 文件大小:3.16kb
    • 提供者:polya
  1. Expression-evaluation

    0下载:
  2. 数据结构课程实验之一,表达式求值,可用于实现加减乘除及括号的浮点数运算。-Expression, floating-point arithmetic, such as addition, subtraction brackets
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1.99kb
    • 提供者:胡明昊
  1. Stack-and-prefix-expression

    0下载:
  2. Stack and prefix expression. Define all member functions outside the class body and declare them inline.-Stack and prefix expression. Define all member functions outside the class body and declare them inline.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:1.81kb
    • 提供者:daniel yang
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com