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

搜索资源列表

  1. Chs2Spell

    0下载:
  2. c#代码,自动生成简码,可以根据输入的商品名称等信息自动取其中文拼音首字母作为简码
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3297
    • 提供者:dys
  1. ycs_name

    0下载:
  2. 在屏幕上以多任务写出自己姓名的拼音首字母,以本字母为基本单元组成大字母的笔画,并同时动态画出(一个字母一个任务)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:197312
    • 提供者:ycs
  1. ChnToPinYin

    0下载:
  2. 能将汉字转换成拼音的程序源码,能转成全拼与首字母两种。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:98890
    • 提供者:林桂雄
  1. pydd

    0下载:
  2. 这是一个拼音转换系统的源程序,在打出每个字的首字母就可以有相应 的汉字出现-This is a phonetic conversion system of the source, making each word in the first letter on a corresponding Chinese character there
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:1939
    • 提供者:杨开
  1. 提取汉字首写字母

    0下载:
  2. 提取汉字首写字母提取汉 字首写字母.rar字首写字母.rar提取汉字首写字母.rar-from the first Chinese character writing letters from the Han Chinese from the first to write letters. Rar prefix to write letters. Rar from the first Chinese character writing letters. Rar
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:168166
    • 提供者:sdfg
  1. 5_Name

    0下载:
  2. 数组可以存放5个人的姓名,每个姓名包括first name,middle name和last name,输出姓名时,其中middle name只取大写的首字母,利用索引编写程序,使得用户输入last name后,输出姓名的全称。-array can store the names of five individuals, including the names of each first name, middle name and last name, the name of the outpu
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4049
    • 提供者:G
  1. 中文首字母

    0下载:
  2. 汉字拼音输出源代码(输入汉字该类可以输出相应的汉字拼音的第一个字符)-Pinyin output source (such can input Chinese characters corresponding to the output of the Chinese phonetic characters)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1324
    • 提供者:一问
  1. menuProj

    0下载:
  2. c语言实现,基于菜单的文本界面设计与实现。参考TC集成环境,设计实现一个菜单系统。各菜单项的第一个字母作为热键字符。其中,主菜单项用ALT键组合(例如,Directory主菜单项的热键为ALT+D)。下拉菜单项用CTRL键组合(例如,Load directory项的热键为CTRL+L)。而Plan主菜单下的Appointment,Birthday以及Window主菜单的Next window用功能键F2,F3和F8为热键,Quit system的热键为ALT+X和TC环境一致。对下拉菜单中不是用
  3. 所属分类:Menu control

    • 发布日期:2017-03-29
    • 文件大小:17504
    • 提供者:gezi
  1. GetHanziFromPinYin

    0下载:
  2. 输入汉字,获得其拼音;或者输入拼音首字母,获取汉字,就像12306网站输入始发站和终点站的下拉框一样-Input Chinese characters, access to its alphabet or enter the first letter of alphabet, access to Chinese characters, like the 12306 site enter the departure station and terminal drop-down box
  3. 所属分类:IME Develop

    • 发布日期:2017-04-06
    • 文件大小:181686
    • 提供者:juzf
  1. toCaps

    5下载:
  2. LabVIEW练习小程序。由10个英文单词组成一个字符串,单词之间由空格隔开,设计一个VI程序,将每个单词的首写字母改为大写的字母,并将该字符串存储为文本文件 -LabVIEW exercise applet. Consists of 10 English words to form a string, separated by spaces between words, to design a VI program, the first letter of each word to upp
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:15960
    • 提供者:
  1. Hash

    0下载:
  2. 利用Hash技术统计C源程序中关键字的频度:扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现的度。用线性探测法解决Hash冲突。设Hash函数为:Hash(Key)=[(Key的首字母序号)*100+(Key的尾字母序号)] Mod 41。关键字39个。-Hash statistics using C source code in the frequency of keywords: Scanning a C source program, using Hash
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:10568
    • 提供者:william_chwenyu
  1. BTREE

    0下载:
  2. 读写数据用直接地址而不用单元个数 全局变量的命名规则是所有首字母大写,其它命名规则是"驼峰命名法" 由于读取的数据的主码是账号都是正整数,所以如果索引中key为负值的话则表示该关键字为空 插入的方式是首先插入到数据文件中,如果索引启动了再维护索引文件. -Read and write data directly address the number of units rather than global variables naming the first letter of the rul
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:28642
    • 提供者:kaiyu
  1. words

    0下载:
  2. 单词连接程序 对N(2<=N<=100000)个由M(2<=M<=1000)个小写字母组成的英文单词排序, 使得相邻的两个单词中前一个单词的末字母等于后一个单词的首字母 -Word connection procedure N (2 <= N <= 100000) by M (2 <= M <= 1000) were composed of lowercase letters in English word order of two adj
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:834
    • 提供者:lexi
  1. PinYinUtil

    0下载:
  2. PinYinUtil 取汉字拼音首字母 支持一级汉字 二级汉字 支持全角半角的映射 支持多音字选择-Pinyin PinYinUtil take the first letter in support of two Chinese characters in support of a full-width half-angle mapping support polyphonic word choice
  3. 所属分类:IME Develop

    • 发布日期:2017-04-04
    • 文件大小:4650
    • 提供者:zhuiqiu111
  1. AddressBook

    0下载:
  2. 桌面电话本,简单实用。根据汉字拼音的首字母检索。-Desktop phone book, simple and practical. According to the first letter of Pinyin retrieval.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-29
    • 文件大小:493340
    • 提供者:
  1. keyboard

    0下载:
  2. VC++编程环境下你可以输入首字母查找你所需要的信息!-keyboard import
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:9142
    • 提供者:田景
  1. CsharpPYIndx

    0下载:
  2. C# 获取汉字拼音首字母 收集了几种方法,初学者很适合,源码在DOC文档里。-C# access Pinyin initials collected several methods are suitable for beginners, source documentation in the DOC.
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:9627
    • 提供者:lizhang
  1. hanzToPiny

    0下载:
  2. 输入汉字可以得到拼音或者拼音的首字母,一般标准的字都可以操作-Pinyin to input Chinese characters or Pinyin will be the first letter, the general standard of the word can be operated
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:33058
    • 提供者:高军
  1. hanziToshouzimu

    0下载:
  2. 本字库收集了上万的汉字,输入汉字可以输出他们的首字母。-This font has collected tens of thousands of Chinese characters to input Chinese characters can output their initials.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:145842
    • 提供者:高军
  1. codefans.net

    0下载:
  2. 又一个汉字批量转换成拼音的JS类文件,含使用实例,它不但可以批量转换为拼音,而且还可以取得转换后拼音的首字母,还允许你做些简单的设置,非常有趣!JS能完成这种工作吗?是什么原理哦?想知道的研究研究。-eff
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:4789
    • 提供者:木鱼
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com