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

搜索资源列表

  1. bugs

    0下载:
  2. bugs的c++算法,其中附有老师上课时给与的讲解和源码的文本格式,经典的算法-bugs of c++ algorithm, which was annexed to give the teacher in class and explain the source of the text format, the classic algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:33663
    • 提供者:葛秘蕾
  1. firstGTK

    0下载:
  2. 一个基于GTK+的单词数值计算器,1、 按照规则计算单词的值,如果 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 26个字母(全部用大写)的值分别为 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26,如: WINJACK这个单词的值就为:W+I+N+J+A+C+K=23+9+14+1+3+11=71% HARDWORK=H+A+R+D+W+O+
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1804
    • 提供者:
  1. C_or_C++(original)

    0下载:
  2. 3个vxworks 程序,用来学期消息队列,中断,看门狗 1个动态内存调度的Tomasulo算法MFC实现 1个从文本文件中读取字符的程序-3 VxWorks procedures used to semester message queue, interruption, a dynamic memory watchdog scheduling Tomasulo Algorithm MFC to achieve a text file from the procedure to read
  3. 所属分类:VxWorks

    • 发布日期:2017-04-06
    • 文件大小:19697
    • 提供者:张珂
  1. ws

    0下载:
  2. 此文本中包括了图论中的经典的广度搜索算法,算法运算效率还可以。-err
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1211
    • 提供者:nor
  1. maxent-2.5.1

    0下载:
  2. 最大熵分类器,实现对文本的分类,很好的机器学习算法。-Maximum Entropy classifier, the realization of the text classification, a good machine learning algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1267585
    • 提供者:candy
  1. c

    0下载:
  2. 要求: 1。实现三种算法: 1。先来先服务 2。最短寻道优先(老师会给当前磁头的位置) 3。电梯算法 2。磁道服务顺序从指定的文本文件(TXT文件)中取出 3。输出: 第一行:磁道的服务顺序 第二行:显示移动总道数-Requirements: 1. The realization of the three algorithms: 1. First Come First
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1748
    • 提供者:
  1. minimal_spanning_tree(Prims)

    0下载:
  2. 最小生成树问题 问题描述:若要在n个城市之间架设通讯网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通讯网,是一个网的最小生成树问题。 设计要求:利用Prims算法求网的最小生成树;以文本形式输出生成树中各条边以及它们的权值。 -The issue of minimum spanning tree problem Descr iption: n To set up a communication network between cities, only need to
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:17172
    • 提供者:利莉
  1. Dijkstra

    0下载:
  2. Dijkstra算法,解决最短路径问题,由文本文件输入路的长短-Dijkstra algorithm, the shortest path to solve the problem, from a text file input the length of the road
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:319949
    • 提供者:g
  1. Huffman

    0下载:
  2. 提供文本的无损压缩功能,利用霍夫曼算法实现,基于VS2005对话框。-Provide the text of the lossless compression function, the use of Huffman algorithm, based on the VS2005 dialog box.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-25
    • 文件大小:3811025
    • 提供者:Jim
  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. VC-CodeDialog

    0下载:
  2. 对文本内的字符进行加密(重编码)。(由于是早期编写的,所以代码风格不是很好,但算法是不错的)-Characters of the text is encrypted (re-encoding). (Because of early preparation, and so the code is not very good style, but the algorithm is good)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:189334
    • 提供者:zun
  1. 15883849svm

    0下载:
  2. 文本分类算法很多,神经网络算法遗传算法可以用,本算法采用支持向量机SVM来实现-Text Classification Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:2791368
    • 提供者:yang li rong
  1. LZSS

    0下载:
  2. 采用C++编写的lzss压缩算法,尤其对于文本文件的压缩效果比较好-The use of C++ written lzss compression algorithms, especially for the compression effect of the text file is better
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:3558
    • 提供者:leajian
  1. TestFind

    0下载:
  2. 实现文本格式文件中的括号匹配. 匹配算法采用堆栈来实现. 文件读取异常还需完善的人性化一些-Text format documents matching brackets. Matching algorithm uses the stack to achieve. Paper anomaly needs to be well-read human nature of some `` ``
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2177
    • 提供者:lee
  1. biaodashiqiuzhisuanfa

    0下载:
  2. 扩充课堂上讨论的表达式求值算法的功能,使得算法除了能进行加(+)、减(–)、乘(*)、整除(/) 运算之外,还能进行乘方(^)运算。 乘方运算符的优先级高于加、减、乘、整除运算符,低于括号;多个乘方运算符连续出现时,从右往左计算。 输入数据从文本文件“实习3数据.txt”中读取。该文件只有一行:一个用分号(;)结尾的表达式。 输出结果显示在屏幕上。 例如,若从文本文件中读取的数据是: 4+(2^2^3*4-120)*2 屏幕显示计算结果: 1812
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:9031
    • 提供者:文龙
  1. grep

    0下载:
  2. 在统计新的视频编码算法性能提升时,用于将文本中需要的数据提取出来,方便统计以及批处理的软件-New statistical performance video encoding algorithm, the text used to extract the data needed to facilitate the statistics, as well as batch processing software
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-14
    • 文件大小:4764
    • 提供者:祝志怡
  1. sample2

    1下载:
  2. 双色球彩票游戏软件 1横向滚动显示文字 2优良的随机数产生算法 3动态显示随机数 4彩色静态文本的实现 5使用VC操作EXCEL 6高效的排列组合算法 7文件操作-1 horizontal Scrolling text 2 good random number generator algorithm for random number 3 dynamic display 4 static text color to achieve 5 of EXCEL 6 the u
  3. 所属分类:Other Games

    • 发布日期:2016-03-15
    • 文件大小:7704515
    • 提供者:lishiming
  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. RSA_file_encryption

    0下载:
  2. 将公钥加密算法RSA应用于小型文件加密。将任意文件加密成文本的解决方案,使其使用更加灵活。-RSA public key encryption algorithm will be applied to small-scale file encryption. Arbitrary file encryption solution into the text to make it more flexible to use.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:23270
    • 提供者:shenhw
  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 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 43 »
搜珍网 www.dssz.com