CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - character

搜索资源列表

  1. ASCII-Unicode-UTF-8-GB2312

    2下载:
  2. 字符编码简介:ASCII,Unicode,UTF-8,GB2312 -About character encoding: ASCII, Unicode, UTF-8, GB2312
  3. 所属分类:其他小程序

    • 发布日期:2013-07-03
    • 文件大小:5718
    • 提供者:houbay
  1. CodeConv

    0下载:
  2. 批量转换字符集用,用了firefox侦测字符集的库-Batch conversion character set used by the firefox library character set detection
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:172291
    • 提供者:xu
  1. dianzhen

    0下载:
  2. 汉字点阵提取,包括24x24,16x16,12x12-Chinese character dot-matrix extraction, including 24x24, 16x16, 12x12
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2571
    • 提供者:zzz
  1. code

    0下载:
  2. CRC循环冗余检测 车牌定位与识别系统 基于神经网络的文字识别系统 小波算法的VC++实现 网络流量监控系统 实时曲线显示 远程监控系统-CRC cyclic redundancy detection license plate location and recognition system based on neural network character recognition system wavelet algorithm VC++ Network traffic
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-28
    • 文件大小:987110
    • 提供者:jack
  1. StringIndex

    1下载:
  2. 设有两个字符串s和t,首先将s1与t1进行比较,直到s的某一个字符si和ti相同, 再将它们之后的字符进行比较,若也相同,则如此继续往下比较,当s的某一个字符si与t的字符tj不同时,则s返回到本趟开始字符的下一个字符,即si-j+2,t返回到t1,继续开始下一趟的比较,重复上述过程。若t中的字符全部比较完,则说明本趟匹配成功,本趟的起始位置是i-j+1,否则,匹配失败。 -There are two strings s and t, first s1 and t1 compare s
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:7059
    • 提供者:丁子
  1. asc

    0下载:
  2. ASC字符转换的程序。输入ASC字符,能够自动转换出十进制、十六进制的asc码来。-ASC character conversion process. ASC input characters that can automatically convert a decimal, hexadecimal code asc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:16192
    • 提供者:呓语
  1. com_tools

    0下载:
  2. 一个串口调试工具,带有简单的数据包格式,也带有字符输入窗口,将字符自动转换成十六进制数,以便串口发送-A serial port debugging tool, with a simple packet format, but also with character input window will be automatically converted to character hexadecimal number, in order to send the serial
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:62857
    • 提供者:侯文波
  1. GB2312Display

    1下载:
  2. 查找字库编码, 一定要选择这个目录下的GB2312.dat 文件。LCD.-Find a character encoding, we must select the directory GB2312.dat document. LCD.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:321316
    • 提供者:吴勇谋
  1. a

    0下载:
  2. 编写一个有主程序和子程序结构的程序模块。实现以下功能: 主程序要求从键盘接收一个字符串并建立字节数组TABLE,任一输入一个字符,输出该字符在字符串中出现的次数,输入空格,终止程序退出。-The preparation of a main program and subprogram structure of program modules. To achieve the following functions: the main program requirements to receiv
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1067
    • 提供者:孙孝娟
  1. hanzishibiexitong

    0下载:
  2. 这是一个汉字识别的综述论文,可以给大家一个关于汉字识别的总的轮廓-This is a synthesis of Chinese character recognition papers, can tell you the total Chinese character recognition on the outline of
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3632644
    • 提供者:林浪
  1. 3

    0下载:
  2. 本程序实现计算任意长整数的加法运算,大致过程为显示提示信息-->用户输入—>显示结果。 程序中字符集限定为’1’ ’2’ ‘3’ ‘4’ ‘5’ ‘6’ ‘7’ ‘8’ ’9’ ‘0’ ’,’ ‘ ’ ,长整数的长度不予限制。 利用双向循环链表实现长整数的存储,每个结点含一个整型变量。任何整型变量的范围是-(215—1)~(215—1)。输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-This procedure to achieve t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:351020
    • 提供者:斜阳
  1. 4

    1下载:
  2. 哈夫曼编/译码器 需求分析 根据程序目录建立函数,分别为CREATE-建立哈夫曼树,TABLE-输出编码,CODING-编码,DECODING-译码。 CREATE 函数实现从键盘输入字符集中的所有字符及其对应的频率值,建立哈夫曼编码树。 TABLE函数实现利用已建好的哈夫曼树,列出字符集中的所有字符及其对应的哈夫曼编码。 CODING函数实现利用建好哈夫曼树,对从键盘输入的正文串进行编码,并在屏幕上显示结果。 DECODING函数实现利用已建好
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7326
    • 提供者:斜阳
  1. q.doc

    0下载:
  2. )创建任意字符型有序(递增排序)单循环链表(即链表的字符元素随机在键盘上输入),长度限定在15之内; 2)打印(遍历)该链表(依次打印出表中元素值); 3)在链表中查找第i个元素,i合法返回元素值,否则,返回FALSE; 4)在链表中查找与一已知字符相同的第一个结点,有则返回TRUE,否则,返回FALSE; 5)在链表中按照有序方式插入一已知字符元素; 6)在线性表中删除第i个结点; 7)计算链表的长度。 -) To create any character and
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:6722
    • 提供者:sad
  1. Aron

    0下载:
  2. 实现九九乘法表和字符ASCII转换,有主菜单可供选择-To achieve multiplication table and the ASCII character conversion, there is the main menu options
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1570
    • 提供者:arondew
  1. starcrossriver

    0下载:
  2. 类似青蛙过河的小游戏,这个是明星过河,可以将主人公替换为任意图片,背景音乐可以播放任意歌曲,有播放列表。-Frogger similar small game, this is a star across the river, the main character can be replaced with any picture, background music can play any song, there are playlists.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:212117
    • 提供者:Jewelin Hanks
  1. tt

    0下载:
  2. 本演示程序中,集合的元素为字符,集合大小为n<20,以字符串的形式输入,以“回车”为结束标志。程序读入一个字符串,统计该字符串中出现的字符及其次数,然后输出结果。运用一个二叉树来保存处理结果,字符串中的每个不同的字符用树描述,每个结点包含4 个域,格式为: 字符 该字符的出现次数 指向ASCII码小于该字符的左子树指针 指向ASCII码大于该字符的右子树指针 因此,程序的功能是依次从输入字符串中取出一个字符,把它们插入到树中 -The demonstra
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:93968
    • 提供者:蔡诚霄
  1. xiaoxiegaidaxie

    0下载:
  2. 程序实现,将一个字符串每个英文单词最后一个字符改成大写。如“This is a test string”改成”ThiS iS a test strinG”.-Program will be a string of each English word the last character changed to uppercase. Such as " This is a test string" into " ThiS iS a test strinG" .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6134
    • 提供者:huaying
  1. p18LCD_201

    0下载:
  2. C语言的p18LCD_201字符型液晶显示-C language p18LCD_201 Character LCD
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2247
    • 提供者:
  1. 16x2-lcd-clock

    0下载:
  2. 16×2点阵字符型LCD模块间接控制电路程序-16 × 2 dot matrix character LCD module control circuit indirect procedures
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:15682
    • 提供者:王小名
  1. horspool

    0下载:
  2. 本程序以horspool算法为基础,能以较快的速度匹配字符串-this program can find the character string quickly
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1005
    • 提供者:王飞
« 1 2 3 45 6 7 8 9 10 ... 45 »
搜珍网 www.dssz.com