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

搜索资源列表

  1. AC

    0下载:
  2. 多模式匹配算法——AC算法 参考文献:AC算法:Aho A V,Corasick M J.Efficient string matching:an aid to bibliographic search.Communications of ACM,1975,18(6):333~340
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-18
    • 文件大小:6578
    • 提供者:shandibin
  1. template

    0下载:
  2. ACM及各类基本算法模板,包括数据结构,计算几何,字符串,图论,数学,高精度等许多常用模板-ACM basic algorithm and various templates, including data structures, computational geometry, string, graph theory, mathematics, high-precision, and many other commonly used templates
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2230459
    • 提供者:陈澄
  1. StringEqu

    0下载:
  2. 判断两个由大小写字母和空格组成的字符串在忽略大小写和压缩掉空格后是否相等。ACM程序设计题目之一-Determine the two upper and lower case letters and spaces from the string composition and compression in the Ignore case whether the same after the swap space. One of the topics ACM Programming
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:3669
    • 提供者:zhlohi
  1. Palindrome_strings

    0下载:
  2. 回文串的c++实现,是ACM里面的一个题目,上传给大家共享。-Palindrome string c++ implementation, ACM are inside a topic, upload to the U.S. share.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:512273
    • 提供者:王福道
  1. 5009_Arrangement(AC)

    0下载:
  2. ACM的一道题(关于全排列的) 题目是: 5009 ArrangementTimeLimit : 1 Second Memorylimit : 32 Megabyte Totalsubmit : 414 Accepted : 176 Given a string of letters(A-Z),your task is to arrange them in alphabetic order. Following is an example: A string
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:10048
    • 提供者:wind
  1. ACM

    0下载:
  2. 常用的算法代码(排序,字符串操作,数学问题,数论,计算几何等等)-Algorithm commonly used code (sorting, string operations, mathematical problem, number theory, computational geometry, etc.)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:23772
    • 提供者:陈帅
  1. acm

    0下载:
  2. 字符串处理,动态规划,高精度个人小结,对初学算法竞赛有用-String handling, dynamic programming, high-precision individual summaries, helpful for beginners algorithm competition
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:9632
    • 提供者:小一
  1. Accepted

    0下载:
  2. 浙大acm题: Beautiful Meadow.cpp Big String Outspread.cpp Image Transformation.cpp palindromes.cpp Sum Up.c-Zhejiang University acm title: Beautiful Meadow.cpp Big String Outspread.cpp Image Transformation.cpp palindromes.cpp Sum Up.cpp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:2962
    • 提供者:tancm
  1. POJ1007

    0下载:
  2. 北京大学ACM POJ1007题 实现了对字符串按逆序排列-Peking ACM POJ1007 title achieved by reverse order of string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:576
    • 提供者:liu
  1. string-in-acm

    0下载:
  2. 总结了ACM中出现的关于字符串的题目,并提供了实现源码,是word文档格式,大家放心下载-ACM summarized on the string appears in the title, and provides implementation source code for a word document format, download we be assured
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:29910
    • 提供者:
  1. hdu1297

    0下载:
  2. 杭电acm1297 #include<stdio.h> #include<string.h> #define m 1002 int f[m][70]={{1,1},{1,1},{1,2},{1,4}} void add(int p[],int q[],int sum[]) { int i,len if(p[0]<q[0])len=q[0] else len=p[0] for(i=1 i<=len i++)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-21
    • 文件大小:227837
    • 提供者:韩飞
  1. string-problem(POJ)

    0下载:
  2. 在进行ACM编程训练时做字符串专题的一些题目(POJ1782,POJ1790,POJ1951,POJ2003,POJ2121)-Some solutions about string problem on PKU Online Judge for individual learning.
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:2931
    • 提供者:Scott
  1. ACM.algorithm

    1下载:
  2. 各种算法模板(二分图最大匹配匈牙利算法、最小生成树prime和kruskal算法、Dijkstra算法、两点最短路径负权值边SPFA算法、图任意两点最短路径Floy算法、网络最大流SAP算法、网络最大流最小费用算法、乘法逆元gcd扩展求解算法、线段树区间划分统计算法、矩阵n次方分治法求解、gcd算法、整数划分问题、函数最小点问题、十进制转ACM算法、素数筛选法和欧拉函数求解、快模算法、字符串匹配KMP算法、字典全排列算法、快排、三维度排序、)-Various algorithms templat
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-12
    • 文件大小:18165
    • 提供者:林云
  1. KMP

    0下载:
  2. 字符串处理之KMP算法,适用于参加ACM程序设计竞赛的同学-The KMP string processing algorithm applied to participate in ACM Programming Contest for students
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-01
    • 文件大小:1230670
    • 提供者:HBR
  1. ACM

    0下载:
  2. acm超级经典的算法。内容包括河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI 等等。-acm super classic algorithms. Including Hanoi Tower Fei-style Liebasika tri
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:444267
    • 提供者:cyj
  1. acm

    0下载:
  2. ACM国际大学生编程大赛字符串处理的题目 程序名称:ZUJ1014 题目:Operand-Topics program name string ACM International Collegiate Programming Contest deal: ZUJ1014 topics: Operand
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:928
    • 提供者:乔乔
  1. ACM

    0下载:
  2. 编写程序,把一串字符以倒序的方式输出。 编写一个加密程序,将一个英文句子加密后输出。 以字符串形式输入仅有整数和加减号构成的表达式,输出该表达式的值。-Write a program, a bunch of characters in reverse order output. Write an encryption program, the output of an English sentence encryption. The input expression has on
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1908
    • 提供者:李好
  1. acm_stirng

    0下载:
  2. acm/icpc比赛中有关字符串问题的模板-the model about string in acm/icpc
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:25493
    • 提供者:last_one
  1. 回文串

    0下载:
  2. 本文主要提供了回文串的算法,适合于初学者的学习。(This article mainly provides the palindrome string algorithm, suitable for beginners to learn.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:168960
    • 提供者:抹油先生
  1. strfind

    0下载:
  2. use assembly language to find the same place in the string
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:Mollosama
« 12 »
搜珍网 www.dssz.com