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

搜索资源列表

  1. contour_demo.zip

    1下载:
  2. 这是一个用于生成等值线的源代码,程序根据输入的高程文本文件,自动跟踪等值点,并生成相应的等值线。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:286.28kb
    • 提供者:
  1. DSP中含有gauss白噪声的双频正弦输入

    0下载:
  2. DSP中输入信号的生成过程。 conio.cpp实现X(n)信号,其中有两个频率分量的正弦信号(正弦计算由sinwn.cpp实现),频率可变,这里取140Hz和70Hz。 考虑了高斯白噪声,由gauss.cpp实现。 最后该信号共产生2000个点,最后的信号点存储于 “x.txt”文本中。-DSP input signal generation process. Conio.cpp achieve X (n) signal, in which there are two components o
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.62kb
    • 提供者:feide
  1. Huffcoding

    1下载:
  2. 代码实现哈弗曼编码问题 文本输入 文本输出 运行环境为vc++6.0 运行没有错误-huffman coding
  3. 所属分类:Algorithm

    • 发布日期:2014-05-05
    • 文件大小:1.32mb
    • 提供者:li
  1. 文本加密编码技术

    1下载:
  2. 加密(10) 功能:(1)输入任意一段明文M,以及密钥K (2)根据以下公式将其转换为密文C。 Ci = mi + K ,其中i = 0,1,……n-1 , K 为密钥; (3)具有输入输出界面。 ,Encryption (10) functions: (1) the importation of any section of an express M, and the key K (2) in accordance with the following for
  3. 所属分类:密码/编码算法

    • 发布日期:2017-03-25
    • 文件大小:225.65kb
    • 提供者:dingpei
  1. contour_demo

    0下载:
  2. 这是一个用于生成等值线的源代码,程序根据输入的高程文本文件,自动跟踪等值点,并生成相应的等值线。- This is uses in to produce the equivalent line the source code, the elevation text documents which the procedure basis inputs, automatic tracking equivalent spot, and production corresponding equiv
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-02-19
    • 文件大小:286.58kb
    • 提供者:m_zjun
  1. TxT_to_pices

    1下载:
  2. MATLAB文本分割器,运行程序,输入文件名和分割大小,就可以分割了。 本人比较爱看小说,经常会用到文本分割器,于是用m语言编了一个,分割效率还是挺高的,希望各位会喜欢。-MATLAB version of partition, and run the program, enter the file name and the partition size, you can split it. I am more love stories, often used for text segmen
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.09kb
    • 提供者:huxuec
  1. Project

    0下载:
  2. 通过输入文本文件(待压缩文件)的文件名(.txt)向指定目标文件夹输出压缩文件(文本文件),同时计算出文件压缩率。附加解压功能。-By entering text file (to be compressed file) of the file name (. Txt) to the designated destination folder output compressed file (text file), at the same time to calculate the rate of
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2.16mb
    • 提供者:liumang
  1. 0201

    0下载:
  2. 在上文本框中输入字符串,在下文本框中显示经过转换的文字-In the last text box, type the string in the next text box shows the text after conversion
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.55kb
    • 提供者:苏洁
  1. cutePSWheel

    0下载:
  2. cutePSWheel控制输入文本框为可使用滚轮控制的js库-cutePSWheel
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:3.17kb
    • 提供者:ithanshui
  1. search

    0下载:
  2. 无优先级算法小程序,能够将输入文本中的+、-、*、\进行优先级分类,并在屏幕上输出。输入文本名为“arit0.in”,原创小程序。-No priority algorithm small program that can input text+,-,*, \ for priority classification, and the screen output. Enter the text entitled " arit0.in" , original applet.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:1.18kb
    • 提供者:陈晓杰
  1. work

    0下载:
  2. 本文的处理手段是对输入的汽车图像进行预处理,运用车牌定位,字符分割,字符识别的方法提取车牌上的数字字符串,并以文本的形式输出。-This treatment method is to enter the vehicle image preprocessing, the use of license plate location, character segmentation, character recognition to extract license plate numbers on th
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:478.03kb
    • 提供者:金振涛
  1. Huffman

    0下载:
  2. 实现Huffman编码、解码功能。 主函数的流程:定义Huffman树T并初始化T。提示手动输入文本文件或者加载 已存在的文本文件,然后程序进入主菜单Main Menue(),根据输 入的选择项调用相应的函数、实现相应的逻辑功能。-Achieve Huffman encoding, decoding functions. The main function of the process: Define Huffman tree T and initialize T. P
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:73.13kb
    • 提供者:eve
  1. matlab--qq

    0下载:
  2. 对qq的聊天记录进行处理,得出对话双方各说了多少句话,各用了多 少个表情,各输入了多少字符(空格除外)。 使用说明: 将qq聊天记录导出为*.txt文本格式,然后再新建一个*.txt文本,使用字母或者数字重命名,再将导出的聊天记录复制、粘贴到新建的*.txt文本中。运行matlab,在命令窗口中输入文本名称,回车运行程序。 -Qq chats on the deal, the two sides come to the dialogue, said the number of
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.02kb
    • 提供者:
  1. C-experimentation

    0下载:
  2. (C)1.是能找出一串数中的最值,及其序号。(是选择排序法的基础) 2.对输入文本中的多个字符串排序(涉及字符串指针,指针数组,二维数组,三者综合应用) 3.选择排序法。-The C experimentation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.58kb
    • 提供者:王阿万
  1. docProcess

    0下载:
  2. 获取文档集合的向量空间,输入文本文件集合,程序按照tfidf权重计算每个文档中每个词的权重。最后输出所有文档的特征向量。-acquire the vector space of documents
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-11
    • 文件大小:17.29mb
    • 提供者:柴芳
  1. 2

    0下载:
  2. 设计一个哈夫曼编码、译码系统。对一个ASCII编码的文本文件中的字符进行哈夫曼编码,生成编码文件;反过来,可将编码文件译码还原为一个文本文件。 (1) 从文件中读入任意一篇英文短文(文件为ASCII编码,扩展名为txt); (2) 统计并输出不同字符在文章中出现的频率(空格、换行、标点等也按字符处理); (3) 根据字符频率构造哈夫曼树,并给出每个字符的哈夫曼编码; (4) 图形化输出哈夫曼树、哈夫曼编码; (5) 将文本文件利用哈夫曼树进行编码,存储成压缩文件(编码文件后缀
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2.71mb
    • 提供者:eric
  1. Word-frequency-analyzer

    0下载:
  2. 词频分析器。包含了文件读入功能。输入文本记录单词出现频率-Word frequency analyzer. Contains the file is read into function.
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:2.02kb
    • 提供者:薛晓旭
  1. Text-Classification_libSVM

    0下载:
  2. 用seg进行分词 输入参数一:输入文本语料所在的文件夹路径。 如 文本文件语料都放在 train//text 文件夹下,则参数为:train//text//* 。 注意:必须每篇文章在一个txt文本中。 输入参数二:输入存储分词后的结果文件所在的文件夹路径:如:result//text。注意:不需要加* 本工具采用了中科院的中文分词工具,ICTCLAS,请自行到ICTCLAS官网下载该工具。并把Data文件夹,Configure.xml,ICTCLAS30.h,ICTCLAS3
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:4.03mb
    • 提供者:李勇军
  1. LSB

    0下载:
  2. MATLAB实现的空域LSB算法,可输入密钥加密文本信息,有较好的交互界面(MATLAB implementation of the airspace LSB algorithm, you can enter key encryption, text information, there is a better interactive interface)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:80kb
    • 提供者:widiot
  1. 魔王语言文本

    0下载:
  2. C语言 魔王语言解释 用栈和队列解决 注意看问题输入和输出 问题输入 多组数据,每组数据为一个字符串,每行表示一个待翻译的字符串,字符串为”***”时表示输入结束。 问题输出 将每一行字符串按规则翻译后输出 输入样例 BAB B(ehnxgz)B B(eABh)B *** 输出样例 tsaedsaesaetsaedsae tsaedsaeezegexenehetsaedsae tsaedsaeehetsaedsaeesaeets
  3. 所属分类:数据结构

« 12 3 4 5 6 7 »
搜珍网 www.dssz.com