CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 文本 算法

搜索资源列表

  1. CompanyEmployeesProject

    0下载:
  2. 程序通过LabVIEW完成了对公司员工基本信息创建添加、员工信息查询、删除以及员工信息修改的功能。通过对文本文件的操作完成以上功能,查找过程中采用递归算法对员工及其上级信息一并列出。-Procedures through LabVIEW employees completed the basic information to create added employee information query, delete and modify the functions of employee i
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:307731
    • 提供者:奇诺
  1. dict

    0下载:
  2. 给定一本字典dict和一段文本text,现在要统计文本text中不在字典dict中的单词,且希望找到text 中出现次数最多的不在字典dict 中的单词。 设计并实现解字典问题的O(nlog n)时间算法,对于给定的字典dict和文本text,找出text中出现次 数最多的不在字典dict中的单词。-Given a dictionary and a dict text text, text text now in the statistics is not the word in th
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:988
    • 提供者:林建
  1. binsearch

    0下载:
  2. 附件里的程序是二进制搜索算法的演示程序,比较土,是没有界面的 通过config.h里的三个配置项来达到文本框输入的目的,不过这个只能重新编译后运行 CONFIG_MAX_FRAMES /* 配置标签id的位数 */ CONFIG_MAX_TAGS /* 配置标签数 */ CONFIG_MAN_INVERSE /* 配置曼彻斯特编码的特征,决定是01代表0还是10代表0 */ CONFIG_MAN_DIRECT /* 与CONFIG_MAN_INVERSE相同,同一时刻只能有一
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:294055
    • 提供者:杨雪
  1. DES

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。此程序可以对文本进行DES算法加密和解密。-DES (Data Encryption Standard) algorithm,with the U.S. government s official permission, is a 56 with 64-bit key to encrypt data. This procedure can be carr
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:2025224
    • 提供者:wini
  1. Four-kinds-of-classical-algorithms

    0下载:
  2. 四种经典的算法,包括猴子选大王,约瑟夫环,迷宫求解,文本编辑-Four kinds of classical algorithms, including the monkey king of the election, Joseph Wan, maze solving, text editor
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:133427
    • 提供者:liu jian
  1. Markov

    0下载:
  2. 利用Markov算法根据原始文本的统计规律生成随机文本,利用容器vector, map实现。包含详细的注释和测试数据-The use of Markov algorithm based on the statistical laws of the original text to generate a random text, and the use of container vector, map to achieve. Contains detailed notes and test dat
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:94242
    • 提供者:Tim
  1. bm_algorithm

    0下载:
  2. 字符串匹配boyer_moore算法—— 首先输入查找模式,然后输入文本,如果匹配,输出文本匹配,如果不匹配输出文本不匹配。-Boyer_moore string matching algorithm- the first input search mode, and then enter the text, if the match, the output text-matching, if you do not match the output of the text do not ma
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:5681
    • 提供者:张英霞
  1. editor_zw

    1下载:
  2. 软件学院数据结构与算法分析课程设计 一个文本编辑器的课程设计报告-School of Software Data Structures and Algorithm Analysis course design a text editor, curriculum design report
  3. 所属分类:Other windows programs

    • 发布日期:2016-12-15
    • 文件大小:35033
    • 提供者:崔蓉
  1. 1212

    0下载:
  2. 求闰年的算法,具体请详细阅读文本中算法,绝对没有错。课直接复制上VC运行-Seeking a leap year algorithm, please read the text of a specific algorithm, is absolutely not wrong. VC running on a direct course to copy
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:546
    • 提供者:jian
  1. KMP

    1下载:
  2. 求解KMP算法,用的是c++语言进行编写,KMP是一种迅速的字符串匹配算法,输入文本和要匹配的字符串即可-a solution of KMP alogorithms
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-24
    • 文件大小:1041057
    • 提供者:comeon0r
  1. LZWContract

    0下载:
  2. 自己编写的LZW压缩的实现,可处理文本,图片,音频等,压缩效果受LZW算法限制-Own realization of the LZW compression, can handle text, images, audio and so on, efficiency is limited by the LZW compression algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:5218
    • 提供者:david
  1. astro

    0下载:
  2. 以下球面天文学(岁差、章动)和天体力学(行星星历表)的原始计算公式、算法和程序主要选自:http://www.moshier.net/并改写为以.m为扩展名的Matlab的源程序,可以使用任何文本浏览器查看和编辑,并在Matlab 5.3.0下调试通过。-(minus, chapter of celestial mechanics (dynamic) and watch the stars do traverse the original formula,) algorithm and proc
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:97990
    • 提供者:杨丽
  1. student

    0下载:
  2. 学生考勤管理系统 考勤信息记录了学生的缺课情况,它包括:缺课日期、第几节课、课程名称、学生姓名、缺课类型(迟到、早退、请假及旷课)。试设计一考勤管理系统,使之能提供以下功能: 1.录入学生的缺课记录; 2.修改某个学生的缺课记录; 3.查询某个学生的缺课情况; 4.统计某段时间内,旷课学生姓名及旷课次数,按旷课次数由多到少排序; 5.统计某段时间内,有学生旷课的课程及旷课人次,按旷课人次由多到少排序; 6.系统以菜单方式工作。 具体要求如下:
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:5661
    • 提供者:万涛
  1. aes

    0下载:
  2. aes高级加密标准算法的实现,从文本in.dat读入明文,从文本word.dat读入密钥,输出密文至文本out.dat-aes Advanced Encryption Standard algorithm, read from the text in.dat clear, read from the text word.dat key, the output cipher text to text out.dat
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2367
    • 提供者:Mengxianyu
  1. invaes

    0下载:
  2. aes高级加密标准算法解密的实现,从文本in.dat读入密文,从文本word.dat读入密钥,输出明文至文本out.dat-Advanced Encryption Standard algorithm aes decryption implementation, read from the text in.dat ciphertext, the key read from the text word.dat output explicitly to the text out.dat
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2536
    • 提供者:Mengxianyu
  1. calendar

    0下载:
  2. 万年历程序要求实现一个简单、实用的日历打印程序。主要功能为在屏幕上显示任意年月的月历、自动读取系统当前日期、输入一个日期范围并将该范围内的所有月历保存到一个文本文件中且要按指定的格式输出。通过此课题,熟练掌握数组、格式输出、文件的各种操作,以及基本的日期算法思想的应用。-a perpetual calendar
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:2564
    • 提供者:huifeng07
  1. TextClassify

    0下载:
  2. 利用SVM算法来进行中文文本的分类,如一句话里有各种词性的词语则可以进行分类处理-Using SVM algorithm for Chinese text categorization, such as a word in a variety of terms can be part of speech classification
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:378741
    • 提供者:王寅
  1. 11258

    0下载:
  2. 文本特正筛选算法 包括源代码的实现 算法有3种-wenbtezhengshaixuan
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2959
    • 提供者:林林
  1. huangr

    0下载:
  2. jh算法的vc实现。本软件用C++语言基于VC++6.0进行开发;主要实现基于JH算法对文本、多种格式文件求杂凑值。经测试与分析证明该软件运行稳定,具有一定的实际应用价值。-The Implementation of JH algorithm Based on VC.The software is developed in C++ language and based on VC++ 6.0 the mainly implement is seeking hash value of text o
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4532953
    • 提供者:hrong
  1. Ktongfa

    0下载:
  2. 著名的大数量的排序算法--K桶排序法~在数据文本式的大数据排序时,K桶法会是一个不错的选择! k桶法:k桶法有两个主要步骤:分桶,整合。 分桶:把n个数依次放入k个桶中,除了第k个桶外,放入前k 1个桶中的数都要求后一个大于 前一个。分桶的具体规则如下: 第1个数放入第一个桶内,第2个数若大于第一个桶中的数(即第一个数)则放入第一个桶内, 否则放入第二桶内,以此类推。设现要将第j个数放入某桶中,先从第一个桶试起,若第j个 数大于当前第一个桶中最
  3. 所属分类:其他小程序

    • 发布日期:2013-05-19
    • 文件大小:7019
    • 提供者:肖煜东
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com