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

搜索资源列表

  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. 编写一个函数单词逆序存放

    0下载:
  2. 编写一个函数InverseByWord(char *sentence), 实现一个英文句子按单词逆序存放的功能,并给出测试程序。(50分) 如:This is an interesting programme. 逆序后变为:.programme interesting an is This-Write a function InverseByWord (char* sentence), to achieve an English sentence by the word st
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:622byte
    • 提供者:qianfan
  1. HanZiFreq

    0下载:
  2. 汉字字频统计软件说明: 1. 这个小工具可以对一个文本文件中出现的汉字的字形数和字种数进行频次统计; 2. 字频统计结果按照降序输出; 3. 可同时选中多个文本文件进行字频统计; 4. 程序启动后点击主菜单中“统计字频”下“选取文件”就可以开始进行字频统计; 5. 统计结果保存在HanZiFreq_Result.txt文件中; 6. 这个工具不能处理非纯文本格式的文件(比如rtf,word .doc文件等),并且只能处理GB码的文件。 7. \test目录下有一
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:54.59kb
    • 提供者:郝祥根
  1. test

    0下载:
  2. 层次分析法的一致性检验:适用于一般层次分析法,能确定各分析指标,是一word文档,使用时可剪切、复制到matlab中!-AHP consistency test
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:2.74kb
    • 提供者:胡晓明
  1. learnEnglish

    0下载:
  2. 实现英语单词的录入、修改、删除等基本操作。 实现常用英语单词例句的录入、修改、删除等基本操作。 实现英语单词检索、翻译等。 常用英语单词例句检索。 根据难度随机生成一份单词测试题目。 能够检索出短文及其翻译对照表。 具有数据备份和数据恢复功能 -Achieve the input of English words, modify, delete and other basic operations. Images of English words commonly u
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-20
    • 文件大小:5.51mb
    • 提供者:吴丽娜
  1. shujujiegou

    0下载:
  2. 试设计一个将一组英文单词按字典序排列的基数排序算法。设单词均由小写字母或空格构成,最长的单词有MaxLen个字母-Design a test to a group of English words arranged according to the base of lexicographic sorting algorithm. Let the words are lower case letters or spaces constitutes the longest word has MaxL
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:52.69kb
    • 提供者:张龙涛
  1. MATLAB2011couse

    0下载:
  2. 本书使用简单易行的风格,一开始介绍了 MATLAB基础,你将学习到如何绘制图象,求解 代数方程及计算积分,也将学习到如何求解微分 方程,求 ODE 的数值解,使用特殊函数等。本书 含有几百个例子及其详细解答过程,章末带有习 题,书末还带最终测试题目,一句话,本书给予 你的是MATLAB精华。 本自学指导书提供了:  上手MATLAB的最快方法  几百个带有解答过程的工作实例  覆盖了MATLAB7 &
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:4.99mb
    • 提供者:wangshuangxi
  1. sort

    1下载:
  2. 设计一个测试程序比较几种内部排序算法的关键字比较次数和移动次数以取得直观感受。-Design a test program the comparison of several internal sort algorithm of the key word more times and mobile number in order to obtain intuitive feel.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:14.73kb
    • 提供者:zhucaiming
  1. xiaoxingyinghancidian

    0下载:
  2. 问题描述:设计一个英汉词典,支持Member的查找、插入、删除操作。 基本要求:实现字典的常用方法有:有序线性表(用二分检索实现)、AVL树(二叉搜索树)、Patricia Tree、散列表等,任选一种方法实现字典的操作,查找单词、插入单词(插入时,先查找,找不到插入,找到提示用户)、删除单词(删除时,先查找,找到删除,找不到提示用户)。字典是按字母顺序排列的,不能用顺序查找,插入或删除单词后,要保持字典的有序性。 测试数据:任一英文单词。 提高要求:选用两种以上的方法实现字典的操作
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:928byte
    • 提供者:姚伦帮
  1. the-secret-of-MATLAB

    0下载:
  2. 用简单易行的风格,一开始介绍了MATLAB 基础,你将学习到如何绘制图象,求解代数方程及计算积分,也将学习到如何求解微分方程,求ODE 的数值解,使用特殊函数工作。 本书含有几百个例子及其详细解说过程,章末带有习题,书末还带最终测试题目,一句话,本书给予你的是MATLAB 精华.-Simple style , a start MATLAB basis , You will learn how to draw images, solving algebraic equations and
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7.04mb
    • 提供者:wangnan
  1. parking-management

    0下载:
  2. 设停车场是一个可以停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。具体要求在相应的word文档中列出了。试为停车场编制按上述要求进行管理的模拟程序。-Parking is a narrow channel n cars parking and only one door for cars in and out. Specific requirements are listed in the word document. Test for the car park of the simulat
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:9.76kb
    • 提供者:family
  1. test

    0下载:
  2. 先生成这样的一幅500*500的RGB彩色图像:一个田字格,左上和右下是绿色,右上是红色,坐下是蓝色。并进行如下处理:(a)将该图像转换到HSI空间,用25*25的平均模板模糊H分量图像,再转换回RGB空间;(b)重复(a),只是这次处理的是S分量。最后简单分析结果。(内含实验报告) -Mr. into a 500* 500 RGB color image: a field word lattice, the upper left and lower right is green, the
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:33.84kb
    • 提供者:陈三穗
  1. ChineseSegment

    0下载:
  2. 一个完整的中文分词程序,有源码,词典,训练集。算法简洁高效,准确率高。包含了一种将标注语料和词典融合的新型分词方法。将语料分割为2:1为训练集和测试集,加上一个外部词典,准确率可以达到95 。适合入门者学习。也适合需要一个简单分词工具的应用。-A Chinese word segmentation procedures, source, dictionary, the training set. The algorithm is simple and efficient, high accura
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:13.91mb
    • 提供者:张忠辉
  1. window-digital-filter

    0下载:
  2. 窗函数法数字滤波器设计,包括基本的六种窗函数,内有一份word实验报告,适合信号分析初学者学习-Window function digital filter design, including the six basic window function, which has a word test report, suitable for beginners to learn signal analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:745.39kb
    • 提供者:Lee Ziyi
  1. docx_fft

    0下载:
  2. 包括word文档FFT算法说明以及对应代码文档以及仿真数据。-including FFT algorithm word document and source,also include input data for test
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1.33mb
    • 提供者:吴燕燕
  1. fft_ifft

    0下载:
  2. 深入解析如何在matlab中正确使用fft,ifft函数,包括组合应用和参数特性,让你能将信号在时频域之间轻松自由地快速正确变换,同时根据需要调整变换的结果。提供两篇word测试和说明文档,通用化处理过的fft,ifft程序,和一个信号设计的应用实例,可以根据需要自行修改使用。-Explaining thoroughly how to apply fft and ifft correctly in matlab,including the combination of application a
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:155.33kb
    • 提供者:wegewg
  1. 2to3

    0下载:
  2. 输入一个2进制的数,要求输出该2进制数的3进制表示。 在3进制的表示中,只有0,1,2三种符号输入第1行是测试数据的组数n,后面跟着n行输入。每组测试数据占1行,包括一个以0和1组成的字符串,字 符串长度至少是1,至多是64输出n行,每行输出对应一个输入。-Enter a binary number, the required output of the binary numbers 3 hexadecimal. 3 hexadecimal representation, only
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:545byte
    • 提供者:林子寒
  1. kmeans_maxminCluster

    0下载:
  2. 该代码包含了模式识别中的两个算法,kmeans和最大最小距离聚类,并且里面附有word版的算法结果,清晰明了,代码通过测试,可完美运行-The code contains the pattern recognition of two algorithms, kmeans and maximum and minimum distance clustering, and which with word version of the algorithm result, clarity, the cod
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:45.29kb
    • 提供者:张陈
  1. 1

    0下载:
  2. 检测中文文章的相似度,首先对中文文章分词处理,然后提取特征,计算特征向量夹角。检验是否相似-Similarity detection Chinese article, the first article of the Chinese word processing and feature extraction, feature vector angle calculation. Test whether similar
  3. 所属分类:Data Mining

    • 发布日期:2017-04-30
    • 文件大小:360.75kb
    • 提供者:ww
  1. HMM-isolated-word-speech-recognition

    2下载:
  2. 一种基于隐马尔科夫模型的孤立词的的语音识别实验,可以试验0到9的数字语音识别。-An isolated word speech recognition experiment based on the hidden Markov model, can test 0 to 9 digit speech recognition.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-12-12
    • 文件大小:592kb
    • 提供者:裴安山
« 12 »
搜珍网 www.dssz.com