CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - huiwen

搜索资源列表

  1. huiwen

    1下载:
  2. 所谓回文就是从左向右读和从右向左读是一样的字符串。现在我们对任一字符串进行插入操作,使得新的字符串为回文格式。要求对给定字符串进行插入操作最少的次数。如Ab3bd,至少通过两次插入操作可以得到回文 ("dAb3bAd" or "Adb3bdA"). 输入含有多个例子。每个例子两行,第一行为N,字符串长度,第二行为字符串。N<=1000。而字符串值含有26个大写字母和26个小写字母。输入以N=0为结束。 -The so-called palindrome is read fro
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1kb
    • 提供者:Li
  1. huiwen

    0下载:
  2. vb回文很好的东西,希望大家喜欢,请多多支持,以后会有更多的东西-vb palindrome good things, I hope you like it, please support, there will be more
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1.37kb
    • 提供者:蓝诺
  1. huiwen

    0下载:
  2. 利用顺序队列验证输入的一段字符并判断是否为回文-Order to verify the use of input queue and for some characters to determine whether the palindrome
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:944byte
    • 提供者:jack cheng
  1. huiwen

    0下载:
  2. 回文问题,这是很有意思的一个问题,通过数据结构中的顺序队列可以解决。-Palindrome, which is a very interesting problem, through the data structure in the order in the queue can be resolved.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1.07kb
    • 提供者:熊龙龙
  1. huiwen

    0下载:
  2. 这是在VC环境下编写的一个数据结构的经典问题回文问题-This is written in VC environment, a data structure of the classic problems palindrome problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:643.76kb
    • 提供者:sunkang
  1. huiwen

    0下载:
  2. 数据结构的回文判断,队列和栈实现,大家参考一下-Data structure to determine palindrome, queue and stack implementation, we refer to
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:9.42kb
    • 提供者:杨少华
  1. huiwen

    0下载:
  2. 输入一个字符串,判断是否为回文串或回文数-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:330.18kb
    • 提供者:xlj
  1. huiwen

    0下载:
  2. 《数据结构》实验三:“回文”判断---本程序,主要利用队列、字符数组来进行判断-" Data structure" Experiment 3: " palindrome" judge--- the program, the main advantage of the queue, to judge the character array
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:190.8kb
    • 提供者:doyourem
  1. huiwen

    0下载:
  2. 用栈和队列判断你输入的一句话是不是回文,c语言写的。-Determine palindrome using stack and queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1005byte
    • 提供者:吴仕
  1. huiwen

    0下载:
  2. 回文序列 编写一个程序 来判断所输入的数字是否为回文数 回文数是指如:98789, 这个数字正读是98789,倒读也是98789,正读倒读一样,所以这个数字就是回文数。-hui wen shu xu lie
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:658byte
    • 提供者:陈婧
  1. huiwen

    0下载:
  2. 回文程序利用堆栈实现输入一段文字,顺逆都相同-hui wen
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5.64mb
    • 提供者:jim
  1. huiwen

    0下载:
  2. 回文,输入字符串,强烈利用了堆栈使顺读逆读都相同-You can use this programe to realize the huiwen
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:2.03kb
    • 提供者:jim
  1. huiwen

    0下载:
  2. 利用栈和队列的原理设计一个程序,对输入的字符串进行检测,以判断该字符串是否是回文数据,并输出判断结果。如:“abcxcba”或“abccba”都是回文数据。-Stack and queue principle to design a program to detect the input string to determine whether the string is a palindrome data, and outputs the judgment result. Such as: "a
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:10.21kb
    • 提供者:6218346
  1. huiwen

    0下载:
  2. 数据结构中回文判断问题,回文是数据结构中经典的问题之一,此程序可以判断输入字符串是否为回文-Palindrome determine whether the problem data structure, data structure palindrome is one of the classic, this procedure can determine whether the input string is a palindrome
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.18kb
    • 提供者:传秋
  1. huiwen

    0下载:
  2. 回文数,对于判断字符串可以有效地进行控制盒输出-Palindrome can effectively control box output string for judging
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-22
    • 文件大小:68.65kb
    • 提供者:李雷
  1. huiwen

    0下载:
  2. 该程序利用栈以及队列的基本知识,如:入栈,出栈等判断输入的字符串是否为回文。-The program utilizes the basic knowledge of the stack and queue, such as: the stack, the stack judgments input string is palindrome.
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:1.07kb
    • 提供者:南海
  1. huiwen

    0下载:
  2. 数据结构中,用C++语言,用栈和队列实现回文-Data structure, stack and queue C++ language palindrome
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-09
    • 文件大小:224.05kb
    • 提供者:刘洪强
  1. PanDuan-HuiWen

    0下载:
  2. 利用栈的基本操作对某一字符串作出判断其是否为回文-Basic operations using the stack to make judgments on whether a string is a palindrome
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1.05kb
    • 提供者:minjianhe
  1. PLS-regression

    0下载:
  2. 王惠文-(book)偏最小二乘回归方法及应用1 -Wang Huiwen- (book) and application of partial least squares regression method 1
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:3.57mb
    • 提供者:雷雨
  1. huiwen

    0下载:
  2. vc++代码,判断一个链表中是否是回文链表,比如元素为abcba,1234321的链表是回文链表。-Vc++ code, determine whether the palindrome list is a list, such as the elements of abcba, 1234321 of the list is a palindrome list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:874byte
    • 提供者:沈猴子
搜珍网 www.dssz.com