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

搜索资源列表

  1. 表达式和运算符

    0下载:
  2. 关于表达式和运算符的c#代码-on Operators and expression of c # code
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8319
    • 提供者:李想
  1. Csharp字符串和正则表达式参考手册

    0下载:
  2. 此书讲了C#的字符串和正则表达式的详细内容,范围小而精,适合较高级编程人员使用和参考.-book stresses the C# and the string expression is the detailed content and scope of a small but efficient, suitable for the more senior programmers to use and reference.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5472045
    • 提供者:
  1. 正则表达式验证器

    0下载:
  2. C#开发的用来验证正则表达式! 程序不大,但有时蛮有用的 -C# development is used to verify the expression! Procedures not, but sometimes is full of
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10186
    • 提供者:sean
  1. 语法分析c实现

    2下载:
  2. 该程序实现了词法,语法分析的功能,可以在记事本中编辑代数表达式-realized by the morphology, syntax analysis capabilities in the notebook edited algebraic expressions
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:11076
    • 提供者:沈石林
  1. 算术表达式解析器

    0下载:
  2. 此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc 例如设定a1和a2的大小,就可计算下列表达式: exp(sin(a1)*cos(a2))操作系统: Visual C++语言 -this arithmetic expression in accordance with the p
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:49554
    • 提供者:曲贵增
  1. vc++版本的表达式求值

    0下载:
  2. dlg界面的c++表达式求值程序。-DLG interface c + + expression evaluation procedures.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:45215
    • 提供者:chengjr
  1. 解读C#中的正则表达式

    0下载:
  2. 解读C#中的正则表达式-interpret C# in the regular expression
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5649
    • 提供者:文渲
  1. C++_debug

    0下载:
  2. 介绍了四种VC中常用的debug方法。分别为调试标记、运行期间调试标记、把变量和表达式转换成字符串及assert()。-introduced four VC common debug methods. Commissioning of marking, labeling operation during debugging, variables and expressions into strings and assert ().
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3344
    • 提供者:李力
  1. c++02--

    0下载:
  2. 关于C++的一个PPT教程C++语言概述,包括介绍 2.2 基本数据类型和表达式 2.3 数据的输入与输出 2.4 算法的基本控制结构 2.5 自定义数据类型 -on a PPT C C language tutorial overview Introduction 2.2 include basic data types and expressions 2.3 data input and output 2.4 algorithm basic control structu
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:57748
    • 提供者:张的陪
  1. c

    0下载:
  2. 表达式求值
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45726
    • 提供者:小凡
  1. Compute.c

    0下载:
  2. 这个程序是我在学习数据结构时写的C程序,功能是输入一个字符串的表达式,输出结果为表达式的值.例如输入3+5*4,输出结果为23
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1586
    • 提供者:yxf
  1. 表达式转换求值 C++

    0下载:
  2. 表达式的转换求值 利用栈 中缀表达式转后缀 直接将扩展名转为CPP即可调试运行
  3. 所属分类:Windows编程

  1. The-C-programming-Language-

    2下载:
  2. 《C程序设计语言》是由C语言的设计者Dennis M. Ritchie和著名计算机科学家Brian W. Kernighan编写的一部介绍标准C语言及其程序设计方法的权威性经典著作。全面、系统地讲述了C语言的各个特性及程序设计的基本方法,包括基本概念、类型和表达式、控制流、函数与程序结构、指针与数组、结构、输入与输出、UNIX系统接口、标准库等内容。 -"C Programming Language"by the C language, and the famous designer Denn
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6396548
    • 提供者:cl
  1. C++ 表达式(3)

    0下载:
  2. c++程序,程序主要包括各种表达式的用法与编程(C++ program, the program mainly includes the use of various expressions and programming)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:9233408
    • 提供者:kaw
  1. 中缀表达式求值

    0下载:
  2. 中缀值表达式算法,比较实用,学VC 的同学可以看看。。。(Infix expression algorithm, more practical value, to learn VC students can see.)
  3. 所属分类:.net编程

    • 发布日期:2017-12-27
    • 文件大小:56320
    • 提供者:death2049
  1. C#基类库大全2017

    0下载:
  2. C#基类库大全2017 文件读写 文件夹读写 各种加密解密 XML操作 弹出消息类 压缩解压缩 正则表达式 文件操作类 配置文件操作类(DEncrypt Backup DLL ResourceManager)
  3. 所属分类:C#编程

  1. 在C#中使用正则表达式

    0下载:
  2. 列举正则表达式的使用例程 1. 从Url地址中提取协议和端口号 2. }更改日期格式 3. 使用正则表达式获取指定字符 4. 使用正则表达式去掉无用字符 5. 通过CaptureCollection获取每个匹配对象信息 6. 通过GroupCollection获取匹配集合 7. 验证输入字符串是否是合法的电子邮件格式(Listing routines for regular expressions)
  3. 所属分类:C#编程

    • 发布日期:2018-01-02
    • 文件大小:9216
    • 提供者:skboshi
  1. 表达式求值

    0下载:
  2. 实现输入表达式 求出未知数的值的功能,主要用于复杂方程的求解,也可验证所求结果,以确保正确性。(The function of implementing the input expression to find out the value of the unknown)
  3. 所属分类:其他小程序

  1. 02--数据类型运算符与表达式

    0下载:
  2. C语言的数据类型运算符与表达式的种类和使用方法,以及实例等。(The type and use of the data type operators and expressions in the C language, as well as examples.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:271360
    • 提供者:苹果超
  1. 微软官方整理--C#正则表达式完整教程

    0下载:
  2. 微软官方整理--C#正则表达式完整教程 网络搜集整理 希望对大家有所帮助(Microsoft's official complete --C# regular expression tutorial Network collation hopes to help people)
  3. 所属分类:.net编程

« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com