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

搜索资源列表

  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. javalab

    0下载:
  2. java实验答案。其中包括:金额的中文大写方式 ,约瑟夫环问题,设计银行账户类及存取款操作方法,字符串练习与面向对象技术,设计学生成绩表,计算器,利用线程比较插入冒泡排序算法的好坏,使用多种方式读取文本文件。以及最后的 java中必懂的内容简介。-java experimental answer. These include: the amount of the way the Chinese capital, Joseph Central issues, the design of bank
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:38616
    • 提供者:tangtang
  1. DBscan

    0下载:
  2. 用java写的DBscan算法,支持文本读入,并且结果可以用图像显示的-With DBscan algorithm written in java, read text, and the results can be graphically
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1972
    • 提供者:Calvin Chen
  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. kMeans

    0下载:
  2. k-mean image clustering source code developed using java
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:2214
    • 提供者:deepak
  1. automatic-classification-cluster

    0下载:
  2. 一、问题描述若要在n个城市之间建役通信网络,只福要架设n-1条级路即可.如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。二、基本要求 (1)利用克鲁斯卡尔算法求图的最小生成树。 (2)能实现教科书6.5节中定义的抽象数据类型MFSet.以此表示构造生成树过程中的连通分量。 (3 ) 以文本形式输出生成树中各条边以及他们的权值.三、需求分析 1、构造图结构。 2、利用克鲁斯卡尔算法求图的最小生成树。 3、完成生成树的输出。 -I. Descr iption of the proble
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:684190
    • 提供者:赵婧
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 48 »
搜珍网 www.dssz.com