码迷,mamicode.com
首页 >  
搜索关键字:speech science    ( 1122个结果
A Brief Introduction About A-star Pathfinding Algorithm For Beginners
英文题目,汉语内容,有点挂羊头卖狗肉的嫌疑,不过请不要打击我这颗想学好英语的心。当了班主任我才发现大一18本书,11本是英语的,能多用两句英语就多用,个人认为这样也是积累的一种方法。 Thanks open source pioneers dedicated to computer science ...
分类:其他好文   时间:2014-09-26 19:15:58    阅读次数:334
welcome
what is this school about?1.it is about applications of computer science,tools and technologies and staticstics to scientific analysis.2.it is not abo...
分类:其他好文   时间:2014-09-24 01:37:27    阅读次数:348
优先队列(堆) Priority Queue
Priority Queue Definition & Description:                    In computer science/data structures, a priority queue is an abstract data type which is like a regular queue or stack data str...
分类:其他好文   时间:2014-09-19 03:25:45    阅读次数:301
POJ 1325 二分图匹配/匈牙利算法
Machine Schedule Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 11922 Accepted: 5077 Description As we all know, machine scheduling is a very classical problem in computer science an...
分类:其他好文   时间:2014-09-17 10:22:26    阅读次数:188
uva----(100)The 3n + 1 problem
The 3n + 1 problemBackgroundProblems in Computer Science are often classified as belonging to a certain class of problems (e.g., NP, Unsolvable, Recur...
分类:其他好文   时间:2014-09-14 11:18:37    阅读次数:178
简单C#文字转语音
跟着微软走妥妥的,C#文字转语音有很多参数我就不说了,毕竟我也是初学者。跟大家分享最简单的方法,要好的效果得自己琢磨喽;先添加引用System.Speech程序集;using System;using System.Speech.Synthesis;namespace ConsoleApplicat...
分类:其他好文   时间:2014-09-13 17:03:25    阅读次数:145
机器学习算法库scikit-learn的安装
scikit-learn 是一个python实现的免费开源的机器学习算法包,从字面意思可知,science 代表科学,kit代表工具箱,直接翻译过来就是用于机器学习的科学计算包。 安装scikit-learn有两种方式: (1)安装官方发布的包。 (2)安装第三方开发工具,里边已经包含了s...
分类:其他好文   时间:2014-09-12 11:53:13    阅读次数:207
Functional programming
In computer science, functional programming is a programming paradigm, a style of building the structure and elements of computer programs, that treat...
分类:其他好文   时间:2014-09-09 11:07:08    阅读次数:225
[语音识别]System.Speech
一个有趣的东西,今后可能用得上。C#语音识别:在命名空间 System.Speech下SpeechSynthesizer可以将文字转换成语音贴出代码:public partial class Form1 : Form { private SpeechSynthesizer ss;...
分类:其他好文   时间:2014-09-05 17:37:11    阅读次数:265
Objective-C 之优雅的命名(转)
There are only two hard things in Computer Science: cache invalidation and naming things.在计算机科学中只有两件难事:缓存失效和命名。— Phil Karlton计算机语言是人和计算机之间通讯的媒介。好的代码应该...
分类:其他好文   时间:2014-09-05 00:52:00    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!