搜索资源列表
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# 基类
- 整理的C#基类,包含ASP.NET类库,C#读取AD域里用户名或组,Common类库,DotNet基础类大全,SqlHelper基类,字符串加密
FileOperateForCsharp
- FileOperate For C# 在日常的工作中经常要从外部读入文件,这些代码能帮我们快速的完成此类工作。 1、C#读取分隔符文件 2、C#实现GB2312和UTF8字符编码方式的转换 3、c#写文本文件类以及方法 4、C#中常用的文件操作方法 5、文本文件读操作 6、字符串操作类 7、运用C#读取文本文件,并可选择具体范围进行平均值的计算-err
change
- C# 进制转换(2 8 10 16)进制间任意转换,并输出字符串结果-Change
Csharp_Lv
- C#调用LV做成的DLL 主要为Boolean、数值、字符串、路径、数组、VISA设置名称 Boolean可以用数值代替,false:0 ture:1 路径及VISA设备名称可以改为字符串型。 注意:可以将Lv的输出字符串定义为32位。 在定义Labview的函数时,都使用Standard Calling Conventions。值型的Bass by都设置为Value,字符串型设置为C String Pointer。 在定义函数参数时,注意Labview与C#的数据类型必
CsharpformatString
- C#格式化字符串说明和demo,非常全面,大家分享-Csharp format string demo
C
- 个字符串常见算法系统总共包括12个模块。每个模块都是并列的,分别对应相应的字符串算法。只要输入相应的数字就能进入此模块然后进行相应的操作。而输入可以随意输入一个字符串(可以包含空格).我的第一个模块是求字符串的复制;第二个模块是字符串的比较;第三个模块是求字符串的长度 ;第四个模块是连接两个字符串;第五个模块将ch字符转换为小写母 ;是第六个模块是;将ch字符转换为大写字母 ;第七个模块是检查ch是否是字母;-Common algorithm string system includes 12
Design.C.code.examples.comparing.strings
- C编程实例比较字符串设计代码Design of C programming code examples comparing strings -Design of C programming code examples comparing strings
Evaluator
- C#表达式动态编译和计算,直接调用Evaulate的静态方法计算一个字符串(表达式)的值。 -C# expression dynamically compiled and calculated, directly call the static method Evaulate a string (expression) value.
TcpSocketDemo
- c# socket之tcp的简易demo 分割字符串-c# socket tcp simple demo split string
UseNameSpace
- C#使用命名空间NameSpace的一个基础实例,以命令提示符控制台的形式显示出演示结果,挺基础的C#例子,使用using指令引入命名空间NameSpace,实例化NameSpace中的类,调用类中的Myls方法,建立命名空间,自定义NameSpace中的类,输出字符串-C# of use named space NameSpace a-the basis of instance of, in order to the in the form of of the command prompt C
CSharpHelloWord
- C#的入门程序,描述了如何在命令提示窗口输出一行字符串-C# entry procedures, described how his string in the command prompt window output
Base64Generation
- C#中对字符串进行MD5加密的接口,直接调用类中对应函数即可返回加密后的串,调用形式如下:MD5_Generation.MD5Generation(string str),返回str加密后的字符串-C#, the string MD5 encryption interfaces directly call the corresponding function string class to return the encrypted call the following form: MD5_Gen
writeread
- C#通过ADS和倍福控制器通信!包括位和字节双字字符串-C# by ADS and Beckhoff controllers communicate! Including bit and byte double word
myshipip3
- 用C++实现在文本查找特定的字符串将其修改成另一个字符串-C++ implementation find specific string in the text, change it to another string
ObjectToJson_dll
- 把对象转换为JSON字符串,c#的D-Objext to json
C-sharp-design-sourcecode
- C sharp程序设计项目教程-宋桂岭全部源代码。 通过某超市进销存信息管理系,讲解软件开发过程中的程序框架设计、数据库设计、界面设计的流程,并演示基础资料设置模块、采购入库模块、询统计模块、用户管理与权限管理模块和商品销售模块的实现过程。在系统实现过程中,本书通过实际问题带出知识点的形式,讲解异常处理、事件、ADO.NET编程、报表设计、WinForms控件、Excel操作、字符串处理、泛型编等多项.NET知识。 本书的特点是充分考虑初学者的学习情况,强调“必需、够用”原则,在强调动手能力
CSharp-socket-
- C# 通过socket监听6005端口,获取服务器的数据,给服务器发送数据,通过十六进制发送,接收采采集箱传感器返回的数据,接收也是十六进制的数据, 将采集的数据进行存储,都是配置在app.confing文件中,里面有发送的指令,监听的端口,写入数据库的连接字符串-C# through the socket listening port 6005, access to the server s data to the server to send data through the hexadec
在C#中使用正则表达式
- 列举正则表达式的使用例程 1. 从Url地址中提取协议和端口号 2. }更改日期格式 3. 使用正则表达式获取指定字符 4. 使用正则表达式去掉无用字符 5. 通过CaptureCollection获取每个匹配对象信息 6. 通过GroupCollection获取匹配集合 7. 验证输入字符串是否是合法的电子邮件格式(Listing routines for regular expressions)