CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - string find

搜索资源列表

  1. downcode66666

    1下载:
  2. 今天有点郁闷,不想干活。整理代码的时候,看到了这个好久之前写的代码,于是想整理出来供大家拍砖。XML的解析对于.Net平台那真是太简单不过了,感谢微软。但对于C++语言的XML解析就没那么容易了。有一个开源的XML4C是IBM的,功能强大,但代码大的有几M,而且对于GB2312的支持有问题,据说能解决,但可能是我天生愚钝,当初我花了2周时间也没搞定,最后放弃,自己写了一个。咦?还能跑起来,也能跨平台:)。 写这个XML解析类,以功能最简单,最实用,最常用的功能为原则,因为只能解析,查找,没有XM
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:31364
    • 提供者:李冰
  1. chazhao

    0下载:
  2. 查找匹配字符串汇编语言程序设计子程序设计-find matching string assembly language subroutine Design Program Design
  3. 所属分类:汇编语言

    • 发布日期:2014-01-15
    • 文件大小:1140
    • 提供者:haidenver
  1. StdString

    0下载:
  2. CStdString - This is a string class derived from the Standard C++ Library basic_string<TCHAR>. To this it adds the entire CString set of functions (with three exceptions). It is as close to being a drop-in replacement for CString as you are lik
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:34441
    • 提供者:Paul Lai
  1. dict_search

    0下载:
  2. 从给定的字母矩阵中查找给定的字典所包含的字符串,并把结果按字典序输出到指定文件中-from letters to the Matrix to find the dictionary contained the string, and the results by lexicographic output to a designated document
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8476
    • 提供者:Rachel
  1. www-igm_univ-mlv_~lecroq_string

    0下载:
  2. 重磅送出,一个网站的字符串匹配算法讲解,以及算法实现的演示。希望在字符串匹配算法这方面有研究的。看了这里面的东西,保证你不再去找别的东西去看了。经典中的经典。这是把一个网站的一个链接目录完全下载,是收藏的精品-hit send, a website to explain the string matching algorithm, the algorithm of the demonstration. In this string matching algorithms are studied.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:942529
    • 提供者:全宏坡
  1. dpa

    0下载:
  2. 动态规划算法求字符串的相似性(编辑距离)-dynamic programming algorithms to find the similarity of the string (edit distance)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4491
    • 提供者:Richard
  1. testStrucKey

    0下载:
  2. 结构体作为map 的key的问题: 1.首先需要重载操作符operator <,否则,元素排序是凌乱的,用find查找会有问题 2.测试发现,用结构体作key比用拼凑组合的string作key查找效率要高些
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:40578
    • 提供者:曾华
  1. 带通配符的字符串匹配算法源代码

    0下载:
  2. 带通配符的字符串匹配算法源代码。程序中的查找算法比较先进,提高模糊查询的功能,可以查询字母和汉字,很有用吆。-with wildcard string matching algorithm source code. Procedures for the more advanced search algorithm to improve fuzzy query function can find letters and Chinese characters, useful shout.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4356
    • 提供者:张三水
  1. 非常好用的CD播放器

    0下载:
  2. 一个好的cd播放器这篇文章是我第一次在VC在线发表,我应该是只VC的菜鸟。为了找个能循环播放mp3的VC源程序,我搜遍了网上的资源(差点气得要砸电脑),好不容易找到一个,却只有程序中的调用,关键的类的生成文件却没有,有什么用?(主要是自己没有MCI函数的具体的参数资料,不知道怎么调用,如果你有,请发一份给我,字符串的我已经有了,命令方式的没有。) 后来找到一个,非常感谢他,作者叫:黄利龙。但他没有单独把类分离出来,且没有保存列表到文件。 我把他的程序打印出来,仔细分析了程序语句,然后进行了修改和
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:260315
    • 提供者:陈垃圾
  1. BRACES(C语言宏检查的C语言源程序)

    0下载:
  2. This macro examines the character at the cursor. If it is any of the 4 characters (){} it tries to find the matching character. For C programs it correctly handles comments, and string and character constants.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2735
    • 提供者:朱卓吾
  1. longest common substring

    0下载:
  2. 该程序完成在两个字符串中寻找最长公共子串,如果这样的字符串有多个,则将它们全部找出来,它在最坏情况下的复杂度为O(m*n).-the procedure is completed in two for the longest string of public substrings, if such a number of strings, will they all find out in the worst of the complexity of O (n * m).
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2850
    • 提供者:唐海浪
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. VC++6实现字符查找,定位

    0下载:
  2. VC++6实现字符查找,定位,插入字符串的操作,演示了对话框的操作-VC++6 to achieve character to find, locate, insert the string operations, demonstrate the operation of the dialog box
  3. 所属分类:文件操作

    • 发布日期:2017-04-09
    • 文件大小:1870364
    • 提供者:Hu Liangsai
  1. suanfa.rar

    0下载:
  2. 包括字符串反转, 链表反转, 判断两个数组中是否存在相同的数字, 判断链表是否存在环, 找出单向链表的中间结点, 如何判断一棵二叉树是否是平衡二叉树, strstr()的简单实现,,Including the string reversal, list reversal, to determine the existence of two different array of figures to determine the existence of ring list, find the mi
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-01
    • 文件大小:2913
    • 提供者:张文
  1. 查找向量容器中的两个字符串

    0下载:
  2. 编程实现如下功能:在主函数中,使用find()函数查找向量容器中的两个字符串,然后使用排序算法sort对查找到的两个字符串之间的所有字符串进行排序操作,最后输出排序后的向量容器中的字符串。其中函数push用于生成一个包含12个字符串的向量,函数disp用于输出向量容器中的字符串。,Programming to achieve the following functions: the main function, use the find () function to find Vector co
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:4212
    • 提供者:weiht
  1. zifuchuan.rar

    0下载:
  2. 一个简易的mfc的字符串处理程序,实现查找,替换,输入,清除等功能,A simple mfc string handling procedures, to achieve to find, replace, import, clearance and other functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-31
    • 文件大小:13361931
    • 提供者:liufan
  1. 对一串数字各不相同的数字串进行排序

    0下载:
  2. 对一串数字各不相同的数字串进行排序,大的在前,小的在后,把一串数字中最大的那 个数字找出来,然后与第一个数字交换,这样的话我就能够确定排序后数字串中的第 一个数字;接着,我从数字串中的第二个数字开始往后找,找到最大的一个,然后与 第二个数字交换-Different for a string of numbers to sort the string of numbers, large front, small in the post, the largest of a stri
  3. 所属分类:其他小程序

    • 发布日期:2017-03-28
    • 文件大小:567
    • 提供者:adrian
  1. findstring

    0下载:
  2. 用于查找一个字符串中给定子串出现的次数,并输出删除给定子串后的原串-Find a string in the string appears to the stator frequency and the output will be deleted after the substring of the original string
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:5065
    • 提供者:珍惜
  1. antPproguard

    0下载:
  2. android自动打包方法(ant+proguard+签名) 现在优化减少体积和防止别人反编译,需要把编译后.class进行混淆,开始在网上看了一些关于ProGuard的介绍,基本上都是使用ADT自带的打包方式,那个打包方式太慢了,还要手工输密码,一个字烦。 于是开始寻找ant+proguard+签名的打包方式,遗憾的是资料不是缺手就是断脚。 好吧,看来得食自己了,!@#¥@#!@#!@##¥@#¥!@#@ 转眼一周,我++,终于把东西搞出来 ps:我们项目还有一个特殊需求
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:8672
    • 提供者:lyang
  1. stringsplit

    0下载:
  2. 求一个以空格为间隔符的字符串中子字符串的最大长度以及该子字符串-Find a space for the interval of neutron character string and the string of maximum length substring
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:143030
    • 提供者:王柳才
« 1 2 3 4 56 7 8 9 10 ... 26 »
搜珍网 www.dssz.com