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

搜索资源列表

  1. cifa

    0下载:
  2. 实现对输入表达式的词法分析,要求结果显示其类号和字符本身。-Implementation of lexical analysis on the input expression, required number showed their class and character itself.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1187
    • 提供者:崔莲娜
  1. 1

    0下载:
  2. 输入一行字符,分别统计出其中英文字母、空格、数字和其它字符的个数。-Inputs line of characters,counts separately English letter,blank space,digital and other character integer.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:155444
    • 提供者:jinyujie
  1. 4

    0下载:
  2. 电文译码:即第1个变成第26个,第i个变成第(26-i+1)个,非字母字符不变,变成将密码以成原文-Telegram text decoding:Namely 1st turns 26th,ith turns(26-i+1),the non-alphabet character is invariable,turns becomes the password the original test
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:163592
    • 提供者:jinyujie
  1. zzbds

    0下载:
  2. 正则表达式的运用 字符串或字符匹配 字符串查找 字符串替换-The use of regular expression matching the string search string or character string replacement
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:5088
    • 提供者:小强
  1. 47651501

    0下载:
  2. 多功能点阵汉字生成器,最低16*16可以任意调节。-Multi-function dot-matrix character generator, a minimum of 16* 16 can be adjusted.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:262721
    • 提供者:刘义冬
  1. job801

    0下载:
  2. 这是用C#写的 解决一下4个问题 创建Windows窗体应用程序,将文本框内输入的英文短篇中所有的单词首字符设置为大写。(项目名称为job801) 2.创建Windows窗体应用程序,在文本框内输入的英文短篇中找出最长的单词,结果显示在文本框下方的label控件中。 3.创建Windows窗体应用程序,在文本框内输入的英文短篇中找出出现次数最多的字符,结果显示在文本框下方的label控件中。 4.创建Windows窗体应用程序,分别统计文本框内输入的英文短篇中各
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:39480
    • 提供者:dahai
  1. hanzipanduan

    0下载:
  2. 判断字符串中是否存在汉字 1、判断是否是GB2312 2、判断是否是GBK编码 3、对于Big5 4、如果判断一个字符是西文字符还是中文字符-Determine whether there is character string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:942
    • 提供者:zaq1597
  1. numtostr

    0下载:
  2. 利用IDL编写的把双精度类型的数据转化为字符型;将数值型转化为字符串-Prepared by the use of IDL double type data into character the numeric into a string
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:1015
    • 提供者:tuqianguang
  1. valid_num

    0下载:
  2. 利用IDL编写的统计无效字符个数的统计的函数,比NUM_CHK函数更有效-Statistics prepared by using IDL invalid character number of statistical functions, function more effectively than NUM_CHK
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1902
    • 提供者:tuqianguang
  1. LED

    0下载:
  2. 实现16*32LED点阵电子显示屏显示汉字和数字,以及可通过上位机软件对显示的内容进行修改。-To achieve 16* 32LED character dot matrix display and digital electronic display, and PC software can display the content be modified.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:119484
    • 提供者:yzx
  1. read_txt

    0下载:
  2. 本程序实现的功能是: 从一个txt为文本文档中,读入一个数字矩阵,例如, 在txt文档中写下如下的数据: 12 23 45 65 78 89 56 74 12 54 63 31 74 25 10 79 可以通过此程序读入到一个矩阵中(在程序中表现为存储在一个开辟好的存储空间中)。 在编程时要注意的一个问题在于: txt文本文档在结束的时候有四个字符 space 空格符 CR LF EOF 所以在编程的时候要特别注意,否则极容易出现死循环
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1032
    • 提供者:浪飞人海
  1. 16x32

    0下载:
  2. 基于51单片机实现16*32点阵屏汉字的显示-16* 32 single chip based on 51 character dot matrix display screen
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:55610
    • 提供者:田伟
  1. Lexical

    0下载:
  2. 词法分析:将该语言的源程序,也就是相应的字符流转换成内码,并根据需要是否对于标识号填写相应的符号表供编译程序的以后各阶段使用- Lexical Analysis:The language of the source, that is, the character stream into corresponding internal codes, and if necessary, fill in the corresponding identification number for the sy
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1982
    • 提供者:yinshengquan
  1. calendar

    0下载:
  2. 用c语言编写的万年历软件,字符界面, 上下左右键可以改年月,空格是跳转年份。-The calendar with the c language software, character interfaces, the arrow keys to change years, space is jump the year.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1410
    • 提供者:赵宁
  1. ls1

    0下载:
  2. 从标准输入输出读取字符,从标准输入输出输出字符-Read characters from standard input and output, the output from the standard input and output character
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1428
    • 提供者:david smith
  1. ASCII

    0下载:
  2. 实现字符与其ASCII值之间的相互切换!-ASCII character values to achieve between their switch!
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:49099
    • 提供者:xuchen
  1. ProjectForZL

    0下载:
  2. 控制台程序:实现对人物信息的输入输出,以及人物关系之间最短路径的寻找和显示-Console application: to realize the character information input and output, and figures to find the shortest path between relationship and display
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:208884
    • 提供者:chenxinyue
  1. MathExpress

    0下载:
  2.  数学表达式词法分析及实现 要求能将用户输入的任意数学表达式语句正确理解,并编程实现表达式运算结果的正确输出,用户界面可以是基于字符型的Dos界面或图形界面- lexical analysis and realization of the mathematical expression required the user can enter any mathematical expression statements correct understanding
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:2073
    • 提供者:skuldurd
  1. chequeNumberReader

    0下载:
  2. this application is based on optical character recognition
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1029344
    • 提供者:Naresh
  1. moban

    1下载:
  2. 网上找的汽车牌照的车牌字符模板,挺实用的-Find online car license plate character templates, very useful
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:45321
    • 提供者:yanqing
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 45 »
搜珍网 www.dssz.com