搜索资源列表
GUI_DTW
- 在matlab平台上实现DTW孤立字识别,通过调用GUI界面实现-DTW in matlab platform to achieve isolated word recognition, by calling the GUI interface to achieve
5
- 编写一个自己的函数,能够将一个字符串中最长的单词查找出来。 编写一个程序,功能是能够由键盘输入一行字符,并能调用自己编写的最长单词查找函数,输出这个单词。 -To write a function, can be the longest word in a string to find. Write a program that functions from the keyboard to input a line of characters, and can call the long
IKTEST3.2
- 调用开源接口IKSegmentation、Lexeme实现的,分词功能。-Call open source interface, word.
tongyicicilin
- 同义词词林是一个非常有用的类似于词典的一个工具,可以编写代码进行调用,在自然语言处理方面具有很高的价值-The synonym word forest is a very useful tools like a dictionary, you can write code to be called, has high value in natural language processing
DDS
- 通过调用DSP builder中的设计模块设计的DDS,已经验证通过,可调节频率字来调节输出频率-Through the design module called DSP in the builder DDS, which has been verified by word frequency, can be adjusted to adjust the output frequency
matrix-factorial
- 要求完成课堂上讲的关于矩阵分解的LU、QR(Gram-Schmidt)、Orthogonal Reduction (Householder reduction 和Givens reduction)程序实现,要求如下: 1、一个综合程序,根据选择参数的不同,实现不同的矩阵分解; 2、可以用matlab等编写程序,需附上简单的程序说明,比如参数代表什么意思,输入什么,输出什么等等; 3、一定是可执行文件,不能是word或者txt文档。附上源代码,不能为直接调用matlab等函数库