CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 文件格式 搜索资源 - 表达式

搜索资源列表

  1. yufa

    0下载:
  2. c语言语法分析器,输入表达式 输出表达式语法是否正确 -c language parser, input output expression expression syntax is correct
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:54254
    • 提供者:李涛
  1. MixedCandshellprograming

    0下载:
  2. esult,conf,pResult,user,system,include,char,male,close,print,size,count,return,center,intf,脚本语言,catuser,一条记录,maleus,max在linux上写程序、做网管的人,或多或少都会几种脚本。脚本语言灵活的变量类型、强大的正则表达式处理能力,再加上linux系统本身的管道、重定向以及丰富的命令行工具,让你编程起来游刃有余。 -esult, conf, pResult, user, syst
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:5259
    • 提供者:邹氏
  1. Javaregularexpressionbeginnersguide

    0下载:
  2. 正则表达式就是一个字符串,但和普通的字符串不同的是,正则表达式是对一组相似字符串的抽象 -Javaregularexpressionbeginnersguide
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:5501
    • 提供者:邹氏
  1. daimashengcheng

    0下载:
  2. c语言中间代码生成,输入算术表达式,输出四元式 -c language intermediate code generation, input arithmetic expression, the output quaternion type
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:174565
    • 提供者:李涛
  1. regex

    0下载:
  2. 正则表达式教程 正则表达式教程 -regex regex regex regex regex regex regex
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:14567
    • 提供者:muyi
  1. java_regular_expression

    0下载:
  2. java正则表达式入门文档,java正则表达式入门文档-java regular expression documents
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:20115
    • 提供者:yangmei
  1. biaodashiqiuzhi

    0下载:
  2. 现在要求以字符序列的形式从终端输入语法正确的、不含变量的表达式,利用给定的算符优先关系,实现对算术四则混合运算表达式的求值,并演示在求值过程中运算栈、操作数栈、输入字符和主要操作的变化过程-Now in the form required character sequences from input terminal of the correct grammar, do not contain variables by the operator is given priority to, the
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:8084
    • 提供者:wanjingyuan
  1. stack

    0下载:
  2. 本程序实现判断一个表达式中的圆括号、方括号、大括号是否匹配。-Determine the procedure to achieve an expression in parentheses, brackets, braces match.
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:27130
    • 提供者:songyanna
  1. embeded

    0下载:
  2. 预处理器(Preprocessor) 1. 用预处理指令#define 声明一个常数,用以表明1年中有多少秒(忽略闰年问题) #define SECONDS_PER_YEAR (60 * 60 * 24 * 365)UL 我在这想看到几件事情: 1). #define 语法的基本知识(例如:不能以分号结束,括号的使用,等等) 2). 懂得预处理器将为你计算常数表达式的值,因此,直接写出你是如何计算一年中有多少秒而不是计算出实际的值,是更清晰而没有代价的。 3).
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:24322
    • 提供者:gui
  1. zzbdsjc

    1下载:
  2. 正则表达式系统教程,对一个程序员来说正则表达式有时候能起到事半功倍的功能,本教程为chm格式,从基础教你如何使用正则表达式。 目录1._引子 2._正则表达式的历史 3._正则表达式定义 3.1_普通字符 3.2_非打印字符 3.3_特殊字符 3.4_限定符 3.5_定位符 3.6_选择 3.7_后向引用 4._各种操作符的运算优先级 5._全部符号解释 6._部分例子 7._正则表达式匹配规则 7.1_基本模式匹配
  3. 所属分类:File Formats

    • 发布日期:2016-06-25
    • 文件大小:5848064
    • 提供者:eewcee
  1. yufafenxi

    0下载:
  2.  语法分析是编译过程的一个逻辑阶段。语法分析的任务是在词法分析的基础上将单词序列组合成各类语法短语,如“程序”,“语句”,“表达式”等等.语法分析程序判断源程序在结构上是否正确.源程序的结构由上下文无关文法描述.语法分析程序可以用YACC等工具自动生成。-Grammar analysis is a logical compile process stage. The task of grammatical analysis is in a separate lexical analysis on
  3. 所属分类:文件格式

    • 发布日期:2017-04-16
    • 文件大小:249229
    • 提供者:懒人
  1. cPPjiaocheng

    0下载:
  2. 本章介绍 C++ 的大部分基本要素:内置类型、库类型、类类型、变量、表达式、语句和 函数。在这一过程中还会简要说明如何编译和运行程序。 读者读完本章内容并做完练习,就应该可以编写、编译和执行简单的程序。后面的章节 会进一步阐明本章所介绍的主题。 -This chapter describes the most basic elements of the C++: built-in type, database type, cl
  3. 所属分类:File Formats

    • 发布日期:2017-12-02
    • 文件大小:70890
    • 提供者:刘军
  1. zhengzebiaodashi

    0下载:
  2. 介绍egrep(1)所使用的正则表达式,它大致上符合POSIX正则表达式规范-Introduction egrep (1) the use of regular expressions, it is generally in line with POSIX regular expression specification
  3. 所属分类:File Formats

    • 发布日期:2017-03-25
    • 文件大小:10563
    • 提供者:YOUNAME
  1. utility-based-power-control-with

    0下载:
  2. 利用博弈论的方法研究功率控制问题,文章中我不理解之处是没有得到功率的表达式 怎么有的仿真结果-A game theoretic model with pricing for power control considering square, triangular and hexagonal deployment schemes for VMIMO WSN have been analysed in this paper
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:821998
    • 提供者:libin
  1. matlab

    0下载:
  2. MATLAB是一套功能十分强大的工程计算及数据分析软件,具有友好的可视化编程界面及接近数学表达式的自然化语言。针对信号与系统中傅里叶变换具有抽象度高、难于理解的特点,利用MATLAB强大的信号处理功能、阶跃响应,微分方程,卷积定理的内容,通过MATLAB 程序实现。本文介绍了MATLAB在信号与系统仿真中的应用,该软件在通信电子类课程中应用越来越广泛,通过几个典型实例来重点研究。 关键词:MATLAB;阶跃响应;微分方程;卷积;信号与系统;仿真 -MATLAB is a very power
  3. 所属分类:File Formats

    • 发布日期:2017-04-05
    • 文件大小:18291
    • 提供者: 王娟
  1. game

    0下载:
  2. 现在有一个简单游戏:给你一行n个整数,要求你在两两之间放入“+”、“-”、“*”、“/”等符号共n-1个,使得表达式计算结果最大且不包含数字k-Now there is a simple game: give you a line of n integers, ask you to add+-*/etc between the two symbols, a total of n- 1, makes the expression calculation results and does not i
  3. 所属分类:File Formats

    • 发布日期:2017-04-15
    • 文件大小:6448
    • 提供者:周高诶
  1. VcPP--zip.

    0下载:
  2. 关于C语言中运算符和关系表达式的内容,及各式例题-Content on the C language operators and relational expressions, and various examples
  3. 所属分类:File Formats

    • 发布日期:2017-05-02
    • 文件大小:587521
    • 提供者:汤汤
  1. Study-Nonl-inear-

    1下载:
  2. :研究了一维Bragg 微腔中的光学增强效应, 并对F-P 腔中Kerr 介质的双稳态特性进行了 理论分析, 并得到相应的数学表达式.-:The o ptical enhancement ef fect of 1D Bragg microcavity w as studied , the bistability of Kerr medium in a F-P cavity w as theo retical ly analyzed , and the cor respo nding ma
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:201931
    • 提供者:nuaa
  1. cSharpZhengZeBiaoDaShi

    0下载:
  2. 正则表达式文档,自己整理的,比较全面,用的住时可以直接查找,比较方便,谢谢大家能下载。-Regular expressions documents, organize themselves, and more comprehensive, can be directly used to find the time to live, more convenient, thank you can download.
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:3554
    • 提供者:lee
  1. SHUJUJIEGOU

    0下载:
  2. 表达式求值、多项式相乘的详细代码、运行结果截图及详细说明-Expression, detailed code polynomial multiplication, the results screenshots and a detailed descr iption
  3. 所属分类:File Formats

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