CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 字符串 提取

搜索资源列表

  1. 字符串的查找和提取

    0下载:
  2. 本例讲述在MFC中类Cstring的一些基本用法,希望能给初学者帮助-the cases described in MFC category Cstring some basic usage, in hopes of giving help beginners
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:27.54kb
    • 提供者:
  1. GetVBString

    1下载:
  2. 一个能把VB所有窗体及模块的字符串提取出来并保存为资源文件(*.RC)的程序.可以减轻开发人员工作量.-a VB can all forms and modules string extracted and preserved as a resource document (*. RC) procedures. developers can reduce the workload.
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:54.65kb
    • 提供者:陈潭
  1. GcodeAnylys

    1下载:
  2. G代码分析 这个文件主要进行语法分析,主要包括以下几个方面 [1]判断字符地址(同种类型)时候有重复定义 [2]字符串提取数据,并把数据储存在语法分析变量数组里 [3]完整G代码匹配语句具体格式,其中格式合法性定义参照
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4.34kb
    • 提供者:newuseruser
  1. FIND_CH

    0下载:
  2. 汉字字符串提取程序,通过此程序可以提取汉字的字符串!!!!!!!
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:陈世林
  1. 提取字符串中的字符和数字

    0下载:
  2. 可以从字串中提取字符和数字
  3. 所属分类:源码下载

    • 发布日期:2010-12-03
    • 文件大小:165.61kb
    • 提供者:mahusoft
  1. MFC按行读取文件然后提取空格分隔的字符串

    0下载:
  2. 使用CStudioFile按行读取文件,然后每一行提取空格分隔的字符串
  3. 所属分类:源码下载

  1. SHA12dll

    0下载:
  2. 通过SHA1,将输入的字符串提取摘要或输入的十六进制提取摘要并输出-Through SHA1, will enter a summary or extract the string of hexadecimal input and output extracted Abstract
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3.63mb
    • 提供者:吴成刚
  1. AbstractChinese

    0下载:
  2. 从VC源代码文件中搜索并提取中文字符串,将这些字符串定义为宏,并在源代码文件中用宏替换原字符串。这样可以在宏定义文件中修改字符串,编译生成不同的软件版本。-Abstract chinese characters from source c files.
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:30.74kb
    • 提供者:垅上行
  1. StringTest

    0下载:
  2. 如何使用MFC环境中的函数AfxExtractSubString()实现分隔符提取字符串组。-How to use the MFC environment function AfxExtractSubString () to achieve extraction of the string group separator.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:24.94kb
    • 提供者:yehuazhou
  1. Uniform_Extraction

    0下载:
  2. 该程序实现了字符串提取算法,算法中使用了Boost库来处理字符串。-The program implements string extraction algorithm, the algorithm uses the Boost library to handle strings.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-20
    • 文件大小:2.58kb
    • 提供者:许森
  1. na4csv

    0下载:
  2. 用来吧指定的文件中特定的字符串提取并放到csv文件中。实时打印结果到屏幕-Used to it a specific string in the specified file extracted and placed into a csv file. Real-time print the results to the screen
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:1.19kb
    • 提供者:kevin
  1. CreatFile

    1下载:
  2. Visual C++ MFC 做的txt文本指定字符串提取。-Visual C++ MFC to do the specified string txt text extraction.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-18
    • 文件大小:26.52mb
    • 提供者:谢明
  1. 日期打印

    0下载:
  2. 建一个大型关于日期的字符串,把字符串中关于日期的信息提取出来。
  3. 所属分类:Windows编程

  1. 在字符串中提取部分字符

    0下载:
  2. 在字符串中提取部分字符 在字符串中提取部分字符
  3. 所属分类:数据结构常用算法

  1. 20150622

    0下载:
  2. 路径字符串提取文件名方法 简单实用 做的不好不要见怪啊-Path string extraction method is simple and practical in the file name Do bad don t normal
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:164.3kb
    • 提供者:王仁平
  1. libs

    0下载:
  2. 多年积累开发的Perl日常脚本操作库,主要用于字符串提取,文本操作,数据实验自动化。lib中各文件皆有注释。-Perl based text and data operation facility functions. Documentations are done in lib files.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-05
    • 文件大小:45.92kb
    • 提供者:老王
  1. Main

    0下载:
  2. 将json字符串中,每个[]里面逗号隔开的每条数据进行识别,提取出需要的数据,存到单独的TXT中(The JSON string, each separated by commas inside each data [] to identify and extract the data needed to separate TXT)
  3. 所属分类:Applet

    • 发布日期:2017-12-27
    • 文件大小:1kb
    • 提供者:w20ss11
  1. AnalyzeString

    0下载:
  2. 文件操作中,使用指针快速分解指定列,指定位置的字符串(The specified column partition file, specify the location of the string)
  3. 所属分类:文件操作

    • 发布日期:2017-12-25
    • 文件大小:2kb
    • 提供者:巴巴罗萨
  1. matlab读取txt文件

    0下载:
  2. 提取出光谱仪所采集的光谱数据,将文本文档的数据导入matlab(The spectral data collected by the spectrometer are extracted, and the data of the text documents are imported into Matlab)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:3kb
    • 提供者:kathy19940121
  1. 字符串DNA与模糊识别

    0下载:
  2. 通过提取字符串DNA,对海量信息进行模糊识别与匹配,在大数据应用中有一定参考价值,附件含源码与示例(By extracting the string DNA, the fuzzy recognition and matching of the mass information has a certain reference value in the large data application. The appendix contains source code and example)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:153kb
    • 提供者:cdg
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com