搜索资源列表
2005112914141886886
- 现今市面上流行的一些英语学习软件,在广告词上经常说自己使用了国际顶尖的全程语音TTS技术,能进行整段英文的流利朗 读,并能自由调节朗读的速度与频率等。那么,这个神奇的TTS究竟是什么东西呢? 其实,TTS是微软出品的一套文字朗读引擎(Text-To-Speech Engine),这些英语软件就是调用它来进行英文朗读的。我们在英语 学习软件的编程开发中也可使用TTS技术,下面笔者将利用Visual Basic 5.0来揭开TTS神秘的面纱。 -current fashion f
WBDC
- 能进行文本文件的读写操作,所有单词均放入文本文件中,进行检索和计数操作。单词的检索(返回为该单词在文本文件中的位置,可能多个,需返回多个位置)和计数(计数包括单词检索时的个数和全部单词的个数计数)。-Can read and write text files to operate, all the words are Add text file for retrieval and counting operation. Word search (back to the words in the
vf0060
- --- -摘要--- -- 酒店管理 系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。 经过分析,我们使用 MICROSOFT公司的 VISUAL Foxpro 开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后对初始原型系统进行需求迭代,不
HuffmanCode
- 哈夫曼编码是可变字长编码(VLC)的一种。 Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码。-Huffman coding is a variable length coding (VLC) a. Huffman in 1952, a coding method that occur solely on the basis of characters to construct the di
bag_words_demo
- bag of words 图像识别算法,斯坦福大学李飞飞实验室做的demo-bag of words
bag-of-words
- bag-of-words by R. Fergus, L. Fei-Fei and A. Torralba
huoxingwen
- 可以截获输入法,在输入法输入的时候直接实时转换。 1、火星文转换器 支持实时转换、签名美化、全面转换、快速转换、用户自定义转换。 2、输入法外挂模式 支持打字简体自动转火星文、简体转繁体、简体转异体、繁体转简体。 3、火星文翻译器 支持词汇优先、单字优先、仅词汇翻译。 4、签名美化工具 支持随机和固定两种方式设计个性签名,支持自定义特殊符号密度。 5、拼音与笔画数 支持计算汉字笔画数,汉字转换为拼音。采用了超大汉语拼音数据库,包含了所有常用字和许多生僻字的
Bag-of-visual-words
- 基于bag of visual words 模型的人脸二分类代码,使用plsa等两种模式进行分类-Bag of visual words ,face recognition ,plsa
caltech-image-search-1.0
- 大规模图像检索的代码,matlab与c++混合编程。总结了目前图像检索领域目前主要存在的方法。通过阅读该代码,可以对于经典的“词袋”模型(bow模型)有个具体的了解,但是该代码没有提供前序的特征提取,是直接从对提取好的特征向量聚类开始的,包括了k-means,分层k-means(HKM)聚类,倒排文件的建立和索引等,该代码还提供了局部敏感哈希(LSH)方法。最后,这份代码是下面这篇论文的作者提供的, Indexing in Large Scale Image Collections: Sc
Use-MS-Words-Spell-Checker-in-Visual-Basic
- Use MS Word s Spell Checker in Visual Basic.php
Bag-of-visual-words
- SIFT等局部特征的词袋模型实现。包括K-means聚类,直方图特征的形成,以及KNN分类。-SIFT local features such as word bag model implementation. Including K-means clustering to form histogram features, and KNN classification.
computeBoV
- Computing Bag of visual words
rough-set
- 图像场景分类中视觉词包分类的应用与操作代码-Review of the bag-of-visual-words models in image scene classification
lab-bow
- bag of words representation. Visual words.
PHOW
- pyramids of histogram of visual words
project
- This program gives a program which follows the naive bayes classifier to classify the processed reviews.This used in sentiment classification.n document classification, a bag of words is a sparse vector of occurrence counts of words that is, a sparse
Bag-of-visual-words
- 将每一张图的特征点采样聚类成图片的视觉单词 即视觉单词,就是对应图片的代表 创建数据库,将每张图片的视觉单词入库,并建立索引-Will feature a map of each sampling point clustered into visual images of words that is visual words, is to represent the corresponding picture of the is created, the visual image of eac
EyesClassifier
- It is a eye state classifier. You need to have 2 directories, one containing closed eyes and another one containig opened eyes. If you read and image, it will be classified as open or closed eyes using the method Bag of Visual Words
BoV
- 一种场景分类的介绍,利用的是bag of visual words思想。-Introduction of a classification, using bag of visual words.
image_bliss
- Image Category Recognition using Bag of Visual Words Representation