搜索资源列表
表达式和运算符
- 关于表达式和运算符的c#代码-on Operators and expression of c # code
Csharp字符串和正则表达式参考手册
- 此书讲了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.
正则表达式验证器
- C#开发的用来验证正则表达式! 程序不大,但有时蛮有用的 -C# development is used to verify the expression! Procedures not, but sometimes is full of
C与脚本的混合编程
- 在linux上写程序、做网管的人,或多或少都会几种脚本。脚本语言灵活的变量类型、强大的正则表达式处理能力,再加上linux系统本身的管道、重定向以及丰富的命令行工具,让你编程起来游刃有余-the write procedure, so the network management, will be more or less several scr ipts. Flexible scr ipting language variable types, is a powerful regular ex
C#用正则表达式提取内容
- C#用正则表达式提取内容
StackCalculate.rar
- 使用C#实现的表达式计算器,直接解析算术表达式并计算,不使用逆波兰式算法。附带二分法解方程功能。,Use C# to achieve expression calculator, direct analysis and calculate arithmetic expression, do not use Reverse Polish algorithm. Solution of equation incidental function dichotomy.
iuputtestCsharp
- C#输入检查,包括数字字符串检查,中文检查,邮箱地址检查等等。 还包括用于输入检查的一般正则表达式。-C# Input checks, including checking the number of strings, the Chinese inspection, checking e-mail address and so on. Also includes a general check for the importation of regular expressions.
PBS_monitor
- C# 实现的一个完整的web页面定时监测程序,支持APSX编写的登入页面,先登入后读出想要监测页面面,然后调用正则表达式实现特殊信息的提取,并从XLS中读出相关的信息,然后发送信息(Windows MSMQ),可以实现在线短信等的功能。 所有要监控的信息和条件都在config文件中设置。-C# to achieve a complete web page from time to time to monitor the process and support the preparation
Interpreter
- C# 表达式解析应用 主要对象: 1.Parser 处理数学公式文件2.Interpreter 管理符号 3.BizMgr 业务层面封装和管理Parser和Interpreter 详见代码 -C# expression analysis applications
Form2
- C# 最简单的正则表达式验证文本输入的例子-C# The simplest example of a regular expression validation
C-Sharp_Programming_Language
- 全书以通俗易懂的语言,精辟丰富的实例,从对C#的简介开始,全面讲解了C#编程语言规范以及各个层面的特性,内容包括C#的词法结构、类型、变量、表达式、类、结构、表达式、不安全代码、泛型,等等。-The C# Programming Language
Cquanjie
- 《C# 语法全解》,都是分好的文档,适合大家交流学习。 文档列表: C# 命名空间9.doc C# 委托15.doc C#变量5.doc C#表达式7.doc C#不安全代码18.doc C#程序结构和数据类型1.doc C#词法结构2.doc C#基本概念3.doc C#接口13.doc C#结构11.doc C#类10.doc C#类型4.doc C#枚举14.doc C#属性17.doc C#数组12.doc C#文档注释
CSharpRegularExpression
- 本书介绍C#编程中的字符串和正则表达式,可以作为学习资料和参考书使用。-This book introduces C# programming in the string and regular expressions can be used as learning materials and reference books.
Evaluator
- C#表达式动态编译和计算,直接调用Evaulate的静态方法计算一个字符串(表达式)的值。 -C# expression dynamically compiled and calculated, directly call the static method Evaulate a string (expression) value.
C-based-tutorials-and-100-examples
- C语言基础教程及100个例子 第一章: C语言概论 第二章: 数据类型、运算符、表达式 第三章: C语言程序设计初步-C-based tutorials and examples of Chapter 100: C Language Introduction to Chapter II: data types, operators, expressions, Chapter III: C Language Programming preliminary
C
- 实现如下简单计算功能 a) 后缀表达式求值功能,按后缀表达式键之后开始接受后缀表达式输入,接受的操作数均为个位数,按#键表示后缀表达式输入结束,并输出结果。 b) 基本数据运算功能+,-,×,/,%,1/X,sqrt c) 简单数据累加功能MR、MC、MS、M+ -Accept operands are in the single digits, press the# key to the end of the postfix expression input, and output
RegTest
- C#做的正则表达式匹配工具,可以实时显示匹配结果,带分组输出。(C# do regular expression matching tool, you can display the matching results in real-time, with packet output.)
C#基类库大全2017
- C#基类库大全2017 文件读写 文件夹读写 各种加密解密 XML操作 弹出消息类 压缩解压缩 正则表达式 文件操作类 配置文件操作类(DEncrypt Backup DLL ResourceManager)
在C#中使用正则表达式
- 列举正则表达式的使用例程 1. 从Url地址中提取协议和端口号 2. }更改日期格式 3. 使用正则表达式获取指定字符 4. 使用正则表达式去掉无用字符 5. 通过CaptureCollection获取每个匹配对象信息 6. 通过GroupCollection获取匹配集合 7. 验证输入字符串是否是合法的电子邮件格式(Listing routines for regular expressions)
C#读取指定excel格式文件
- 可以使用C#读取C#读取指定excel格式文件,涉及到excel操作、正则表达式,可以下载学习