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

搜索资源列表

  1. huiwen

    0下载:
  2. 回文判断 和八皇后完整文挡-Palindrome judgment and eight Queen's complete text block
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:22162
    • 提供者:zyh
  1. huiwen

    0下载:
  2. 这个程序主要是约瑟夫环,实现环境采用的是Turbo C 2.0
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1135
    • 提供者:webxiaojie
  1. huiwen

    0下载:
  2. 回文是指从前往后读取的字符与从后往前读取的字符相同,该程序即实现此功能
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6802
    • 提供者:张红
  1. HuiWen

    0下载:
  2. visual c++6.0实现的判断回文,可任意动态设置2维数组
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:46915
    • 提供者:yeyanbin
  1. huiwen

    0下载:
  2. 在vc++平台上用堆栈及指针来实现回文问题,该函数可以对一组输入的字符串判定其是否为回文
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8519
    • 提供者:李心妍
  1. huiwen 写一个算法判断读入的一个以‘@’为结束符的字符序列是否为回文

    1下载:
  2. .假设称正读和反读都相同的字符序列为“回文”,例如,“abcddcba”、 “qwerewq”是回文,“ashgash”不是回文。是写一个算法判断读入的一个以‘@’为结束符的字符序列是否为回文。 2. 要求用栈和队列共同实现。 3. 验证各操作的正确性。 -Palindrome made several
  3. 所属分类:其它

    • 发布日期:2015-03-24
    • 文件大小:1024
    • 提供者:孙志雄
  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
    • 文件大小:1028
    • 提供者:Li
  1. huiwen

    0下载:
  2. 回文判断,编写一个算法,判断依次读入的一个以@为结束符的字母序列,是否形如‘序列1&系列2 ’的字母序列。-Palindrome judge, write an algorithm to determine an order read to the letters @ the end of the symbol sequence, is shaped like a ' series 1 & series 2' of the letter sequence.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:820
    • 提供者:崔传磊
  1. huiwen

    0下载:
  2. 实现了回文数的查询,显示1到1000的回文数,自己查询数,程序可以做出判断!-Achieved a palindrome number of inquiries, show the palindrome 1-1000 number of their queries, procedures can be made to judge!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:824
    • 提供者:郭宏光
  1. huiwen

    0下载:
  2. 检测输入字符串是否为回文,即首尾对应位置的字符相同-Detection of input string is a palindrome, that is, both the characters corresponding to the same location
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:100122
    • 提供者:多丽君
  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
    • 文件大小:1405
    • 提供者:蓝诺
  1. huiwen(2)

    0下载:
  2. 该段程序中的代码精简实用实现一段文章中的单词技术-It can count the numbers of words
  3. 所属分类:Ajax

    • 发布日期:2017-04-26
    • 文件大小:9148
    • 提供者:wang yang
  1. huiwen

    0下载:
  2. 判断字符串中是否存在回文 如abcbe中bcb就构成了回文-String to determine whether there is such as abcbe in palindrome form the palindrome bcb
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:864356
    • 提供者:王王
  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
    • 文件大小:944
    • 提供者: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
    • 文件大小:1094
    • 提供者:熊龙龙
  1. huiwen

    0下载:
  2. 这是一个回文验证程序,自己写的.希望可以对你们有一定帮助喽!-This is a huiwen program
  3. 所属分类:Other windows programs

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

    0下载:
  2. 实现了一段字符是否为回文的判断《数据结构》-huiwen
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:919
    • 提供者:Fangming
  1. huiwen

    0下载:
  2. 验证回文串,例如bob是回文,前读和后读一样-huiwen
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:2639
    • 提供者:jack
  1. huiwen

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

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

    0下载:
  2. 实现回文的查找功能,本代码十分简洁,效率较高-it is a function to fullfil huiwen,hign efficiently and easy to grasp
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:206916
    • 提供者:徐成名
« 12 3 4 5 »
搜珍网 www.dssz.com