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

搜索资源列表

  1. 51zhuYin

    0下载:
  2. 这是一个我亲自开发的拼音和台湾注音输入法,运行很好,效率高.有声调,加入main函数调用py_ime函数即可-This is a development I personally and Taiwan phonetic Pinyin input method, running good, high efficiency. A song. joined the main function call can function py_ime
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:18538
    • 提供者:李彤惠
  1. hash

    2下载:
  2. 为班级30个人的姓名设计一个哈希表,假设姓名用汉语拼音表示。要求用除留余数法构造哈希函数,用线性探测再散列法处理冲突,平均查找长度上限为2.-The names of 30 people for the class to design a hash table, assuming that the name in pinyin. Required to remain with the addition of more than a few method to construct hash fun
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:13881
    • 提供者:sammie
  1. SA

    0下载:
  2. 模拟退火基本模块,其中在尺度变换部分应用到了类似模拟退火算法部分,所有变量均使用汉语拼音很好懂-Simulated Annealing basic module, in which part of the scale transformation is applied to a similar part of simulated annealing algorithm, all variables are very good to understand the use of Hanyu Piny
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:4894
    • 提供者:desun
  1. Hash

    0下载:
  2. 1. 本程序是针对“人名”设计的哈希表。 2. 程序中人名为汉语拼音形式,共30个人名,取平均查找长度的上限为2.哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 3. 本程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入程序中规定的运算命令;相应的输入数据(滤去输入中的非法字符)和运算结果显示在其后。4.本程序是清华严蔚敏配套哈希表程序-1. This program is for " names" design of the
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:7277
    • 提供者:lt
  1. gfhfh

    0下载:
  2. 汉字拼音声调的文本水印算法Pinyin Tone Text watermarking algorithm-Pinyin Tone Text watermarking algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:939168
    • 提供者:hiu2008
  1. ConvertPY

    0下载:
  2. 将汉字转换为拼音,可以用来排序汉字字符。-Chinese characters into pinyin
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:9415
    • 提供者:lanqiao
  1. Hash-table

    1下载:
  2. 哈希表 数据结构课程设计 1.1问题描述 针对自己的班集体中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 1.2基本要求 假设人名为中国姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。构造哈希函数,用链表法处理冲突。 1.3测试数据 读取熟悉的30个人的姓名作测试。-Hash table Data Structure Course Design 1.1 Descr iption of the p
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:127412
    • 提供者:lynne
  1. guanliandu

    0下载:
  2. 自己编制的Fortran程序,通过调试与验证,很好用的,功能就是文件名的汉语拼音。-Preparation of their own Fortran program, through debugging and verification, well used function is the file name of the pinyin system.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:435028
    • 提供者:这是
  1. tongjingfenxi

    0下载:
  2. 自己编制的Fortran程序,通过调试与验证,很好用的,功能就是文件名的汉语拼音。-Preparation of their own Fortran program, through debugging and verification, well used function is the file name of the pinyin system.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3671
    • 提供者:这是
  1. lishuhanshu

    0下载:
  2. 自己编制的Fortran程序,通过调试与验证,很好用的,功能就是文件名的汉语拼音。-Preparation of their own Fortran program, through debugging and verification, well used function is the file name of the pinyin system.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:201345
    • 提供者:这是
  1. Hash

    0下载:
  2. 散列表实现电话号码查找系统。 (1) 设每个记录有下列数据项:用户名、电话号码、地址; (2) 从键盘输入各记录,以用户名(汉语拼音形式)为关键字建立散列表; (3) 采用一定的方法解决冲突; (4) 查找并显示给定电话号码的记录; -The hash table phone number lookup system. (1) Let each record the following data: user name, phone number, address in
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1535694
    • 提供者:卧龙
  1. hash11

    1下载:
  2. 基本要求 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 测试数据 取周围较熟悉的30个人的姓名。-Assuming the basic requirements of people who named the name of the Chinese Pinyin form. Hash table to be filled a total of 30 names, taking the
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:9728
    • 提供者:lting
  1. Hash_contact

    0下载:
  2. 这是一个使用哈希实现的班级通讯率程序,将人名转化为拼音后,映射到一数组上,使用拉链法避免冲突。并附有一报告。-This is a communication rate programs use hash implementation class, after the name into pinyin, mapped to an array, using a zipper method to avoid conflict.
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:971056
    • 提供者:eminem
  1. HanLP-1.2.7

    0下载:
  2. HanLP是一个致力于向生产环境普及NLP技术的开源Java工具包,支持中文分词(N-最短路分词、CRF分词、索引分词、用户自定义词典、词性标注),命名实体识别(中国人名、音译人名、日本人名、地名、实体机构名识别),关键词提取,自动摘要,短语提取,拼音转换,简繁转换,文本推荐,依存句法分析(MaxEnt依存句法分析、神经网络依存句法分析)。-HanLP is a dedicated to popularize NLP technology to production environment of
  3. 所属分类:Algorithm

    • 发布日期:2017-06-14
    • 文件大小:22308798
    • 提供者:黄灿奕
  1. 710256

    0下载:
  2. 可以高速把文本文件里的汉字转化为相应的拼音 相对其他同类程序-Can speed the characters in the text file into the corresponding pinyin Relative to other similar applications
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-22
    • 文件大小:92160
    • 提供者:kimmxg
搜珍网 www.dssz.com