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

搜索资源列表

  1. Huffman

    0下载:
  2. 一个完整的系统应具有以下功能: (1)初始化 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件; (2)编码 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中; (3)解码 利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码; -A complete system should have the following functions: (1) initialize a read from the t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:616584
    • 提供者:木易
  1. IDcard

    0下载:
  2. 主要参数:输入15位旧身份证号码,输出18位新身份证号码。完成以下功能:根据给定的转换规则将15位身份证号转化为18位身份证号码,要考虑程序命令行参数; 要应用以下知识点:字符数组基本输入、输出;循环控制结构;命令行参数。 -The main parameters: the old ID number input 15, output 18 new ID number. Complete the following functions: the transformation rules
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:626
    • 提供者:王伟
  1. CountKeyword

    0下载:
  2. 输入C语言保留字文本文件、C语言源程序文件,输出记录对应C语言源文件中各关键词出现次数的文本文件。 完成以下功能:读取C语言保留字文本文件,建立C语言保留字链表;建立逐行读取给定C语言源文件,分解出每个单词并与C语言关键词进行比较,记录各关键词出现的次数,将所有关键词出现的次数保存到给定文本文件;要考虑用命令行参数实现该任务。 要应用以下知识点:文件的读写;字符数组的操作;命令行参数的使用。 -Enter the C language reserved word text file,
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1664
    • 提供者:王伟
  1. ocr2

    0下载:
  2. ocr optical character recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1477650
    • 提供者:yrnunez
  1. huffman

    0下载:
  2. 从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树并将它存于文件hfmTree中。将已在内存中的哈夫曼树以直观的方式(比如树)显示在终端上; -Read from the terminal character set size n, and n-n-weight character and to build the Huffman tree and store it in the file hfmTree. Will have the Huffman tree in memory
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1295174
    • 提供者:张莹
  1. function3

    0下载:
  2. The DocPolynom to Character Converter The char method produces a character string that represents the polynomial displayed as powers of an independent variable, x. Therefore, after you have specified a value for x, the string returned is a syntac
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:757
    • 提供者:sabah_altaie
  1. function3

    0下载:
  2. The DocPolynom to Character Converter The char method produces a character string that represents the polynomial displayed as powers of an independent variable, x. Therefore, after you have specified a value for x, the string returned is a syntac
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1002
    • 提供者:sabah_altaie
  1. HopField-OCR

    0下载:
  2. Source code for Hopfield character Recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7824
    • 提供者:SUPERIOR
  1. data-structure-sort

    0下载:
  2. 对各种排序算法进行时间对比,c语言实现,有字符界面-Time for comparison of various sorting algorithms, c language, there are character-
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:219320
    • 提供者:王涛
  1. 201092916509894

    0下载:
  2. 汉字和字符转换ASCII及ASCII转换成和汉字及字符 -Chinese characters and ASCII and ASCII character conversion and converted into Chinese characters and character
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:185549
    • 提供者:Bebelove
  1. ENN-type-3

    0下载:
  2. Extension Neural Networks by Wang for character recognition using the given features of any particular attribute of a genetic entity
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:211457
    • 提供者:Surbhi
  1. projects

    0下载:
  2. 每个汉字代表1个数字(1~9)。相同的汉字代表相同的数字,不同的汉字代表不同的数字。 -Each character is representative of a number (1 to 9). The same Chinese characters represent the same number, different characters represent different numbers.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6818
    • 提供者:小庄
  1. mobanpipei

    0下载:
  2. 很好用的模板匹配程序,可用来识别字符 matlab实现的-a template matching procedure can be used to identify character
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:71409
    • 提供者:shishu
  1. Huffman_encode-and-decode

    0下载:
  2. 能对TXT文档中的字符进行哈弗曼编码,txt文档可以自己编写(比如一篇英语短文)并输出编码后的文件,输出文件可以自己命名。之后还能再次输入编码后的文件,选择解码来进行解码,在输出会txt文档,检查后输出的txt文档与先前压缩前的txt文档的内容是一样的。-TXT document can be Hafu Man character encoding, txt documents can write your own (such as an English essay), and the outp
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:3025
    • 提供者:
  1. TEXT3

    0下载:
  2. c++数字图像处理 打包程序 包涵 字符识别 神经网络-c++ wrapper bear with digital image processing neural network character recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4550489
    • 提供者:黄未
  1. Expression-and-derivation

    0下载:
  2. 以字符序列的方式从终端输入语法正确的,不含变量的整数表达式。利用中缀表达式变为后缀表达式的求值算法实现对算术四则混合运算表达式求值,并演示出在求值中运算符栈,操作数栈,输入字符和主要操作的变化过程。-The way to sequence of characters from the terminal input grammar correctly, do not contain variables integer expression. Use midfix expression of the
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:2638
    • 提供者:江洋
  1. 8

    0下载:
  2. 设计一个理想通信系统,实现信息字符流的传输。 发射器: <1>将消息(字符串形式)编码成一个符号序列; <2>用脉冲成形将串符号序列转变成模拟脉冲信号; <3>将模拟脉冲信号调制到载波信号上。 接收器: <1>对接收的信号进行采样; <2>解调信号成基带信号; <3>将信号恢复成字符串。-Design an ideal communication system, the realiz
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4756
    • 提供者:王荣
  1. ex2

    0下载:
  2. Matlab在图像处理方面的例子 汽车牌照定位与字符识别-Matlab examples in image processing license plate location and character recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:63711
    • 提供者:liangzi
  1. ziku

    0下载:
  2. 字库提取 适用于各种hzk字库文件 可直接通过本程序提取-Extracted for various hzk character font file
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:108586
    • 提供者:李天放
  1. gg

    0下载:
  2. 利用bp神经网络——一个隐层被用来创建一个自适应字符识别系统- A back-propagation neural network with one hidden layer was used to create an adaptive character recognition system.
  3. 所属分类:AI-NN-PR

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