登录
首页 » C# » C #考虑字符串分割方法的类型是不可能实现的了…

C #考虑字符串分割方法的类型是不可能实现的了…

于 2022-04-15 发布 文件大小:534.00 B
0 90
下载积分: 2 下载次数: 1

代码说明:

考虑到C#中的string类提供的Split方法无法实现针对串参数的分割,所以自己解决了。主要实现了对String类的扩展,使之支持string参数的Split。-C# taking into account the type of string Split method can not be realized against the division series parameters , and they therefore resolved. Major Implementation of the expansion of the String class that supports string parameters of Split.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 识别物体缺陷的代码
    视觉识别,识别电池片的 外观缺陷,或者内孔的算子, 里面使用了视觉软件的语言编程,重点是思路,完全可以适合变成C++ VB等语言等使用的.
    2022-07-16 05:53:44下载
    积分:1
  • Maze-code
    以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。首先用二维数组存储迷宫数据,迷宫数据由用户输入。一个以链表作存储结构的栈类型,然后编写一个求解迷宫的递归或非递归程序。求得的通路以三元组(i,j,d)形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向(东、南、西、北四个方向所用代表数字,自行定义) (With an m × n the long square maze, 0 and 1, respectively maze of pathways and obstacles. Design a program, for any set of the maze, find a path from the inlet to the outlet, or come to the conclusion there is no path. First of a two-dimensional array to store the data maze, maze data input by the user. A linked list storage structure for stack type, and then write a recursive or non-recursive solving the maze procedure. Obtained access to triples (i, j, d) in the form of output, of which: (i, j) indicates the maze of a coordinate, d represents the coordinates walked next direction (east, south, west, north four directions used on behalf of a digital, self-defined))
    2014-01-20 15:41:40下载
    积分:1
  • 实现按照姓名进行排序的算法
    该程序能够实现按照中文的姓名(字母顺序)进行排序
    2013-08-13下载
    积分:1
  • 泊肃叶流动模拟
    LBM进行泊肃叶流动模拟,资源采用C语言进行编写,运行时输入时间步,系统将完成计算并保存最终状态下的速度,密度及粘度信息
    2022-04-11 22:53:15下载
    积分:1
  • 430单片机贪吃蛇
    采用msp430f169单片机驱动LCD12864完成的贪吃蛇游戏,共有四个独立按键,分别控制四个不同的方向。应经调试成功。单片机型号为美国TI公司的MSP430f169型。程序各部分均有头文件形式构成,对于初学者便于理解。#include "msp430x16x.h" #include //包含随机数 //液晶引脚定义 #define E_1 P5OUT|=BIT7 #define E_0 P5OUT&=~BIT7 #define RW_1 P5OUT|=BIT6 #define RW_0 P5OUT&=~BIT6 #define RS_1 P5OUT|=BIT5 #define RS_0 P5OUT&=~BIT5 #define PSB_CLR P5OUT &= ~BIT0 //PSB置低,串口方式 #define PSB_SET P5OUT |= BIT0 //PSB置高,并口方式 #define RST_CLR P5OUT &= ~BIT1 //RST置低 #define RST_SET P5OUT |= BIT1 //RST置高 #define uchar unsigned char #define uint unsigned int //按键引脚定义 #define key_state_0 0 #define key_state_1 1 #define key_state_2 2 unsigned char key_state[4]={0,0}; uchar zi[]={0xd3,0xce,0xcf,0xb7,0xbd,0xe1,0xca,0xf8};//游戏结束 uchar fen[]={0xb5,0xc3,0xb7,0xd6};//得分
    2023-07-30 19:55:02下载
    积分:1
  • ADS1118
    通过stm32实现对ADS1118的模数转换(Achieve ADS1118 analog to digital converter using stm32)
    2020-10-01 11:07:43下载
    积分:1
  • FEC 源码
    FEC的原理实现,可参考学习和应用。前向纠错也叫前向纠错码(Forward Error Correction,简称FEC),是增加数据通讯可信度的方法。在单向通讯信道中,一旦错误被发现,其接收器将无权再请求传输。
    2022-02-18 13:47:21下载
    积分:1
  • 045-PWM
    这个是我写的单片机PWM脉冲调制程序,希望对初学者有点点帮助!(This is what I write microcontroller PWM pulse modulation program, hope for beginners who are little help)
    2012-04-10 22:56:37下载
    积分:1
  • CUnit-2.1-0-src
    CUNIT c 测试框架,类似大名鼎鼎的junit,很有用的,这里是原代码,可以编译生成lib文件(CUNIT c testing framework, similar to the famous junit, very useful, here is the original code. lib compiler can generate documents)
    2006-11-06 23:00:45下载
    积分:1
  • 65520790m5high
    此程序能在MATLAB上实现低通滤波器,功能很强大(That this procedure can in MATLAB to achieve low-pass filter, a very powerful feature)
    2009-01-07 21:37:54下载
    积分:1
  • 696518资源总数
  • 105908会员总数
  • 30今日下载