搜索资源列表
随机过程 时间序列的分析
- 是随机过程中时间序列分析作业,基于Matlab编程实现模型判别,参数求取,模型预测等,另附有本人作业全文,供大家参考。-random process is time-series analysis of operations, based on the Matlab programming model checker, parameters strike, model projections, followed by my work, for your reference.
google-perftools-0.93
- These tools are for use by developers so that they can create more robust applications. Especially of use to those developing multi-threaded applications in C++ with templates. Includes TCMalloc, heap-checker, heap-profiler and cpu-profiler. http://w
FFTfilterbank
- 一個音樂分頻程式,以c++寫成。內含一個將音樂轉成純數字的源碼,一個分頻源碼(用FFT的overlap-and-add技術寫成),一個把不同頻率加起來的源碼(確認分頻正確)。-A filter bank using FFT overlap-and-add with a transformer that transfer the wav file into txt file and a checker that ensure the filter is correct.
Hashset
- 一个拼写检查程序,用来检查你的输入的文件中的单词是否拼写错误,并给你给出可能的拼写建议。(用Hashset实现)(卡耐基梅隆大学ssd5数据结构Option Exercise4答案) 程序参数设置(第一个为要输入的词库文件,本例中是wordlist.txt, 第二个为要检查的文件,必须为txt格式,本例中用test.txt来检查)-A spelling checker to check your input file is misspelled words, and give you a p
testspelling
- 拼写检查器,用于输入文字时可以检查出所输入的单词个数以及根据字母顺序来排序-Spelling checker for text input can check out the number and the words entered in alphabetical order according to sort
MemoryHeapManagement
- CRC32 Checker for Data
10CS30013_3
- Realization of a Spell Checker Using AVL Trees
Hamming-code-for-error-detection-and-correction.r
- This set of files describe how error detection and correction can be done using hamming code/parity-bit checker
fsumfrontend-1.5.5.1-src
- Fsum Frontend is a files integrity checker. It can calculate 96 hash and checksum algorithms(CRC32, MD5, SHA1, SHA2, ADLER, DHA256, FORK256, ...). You can verify your files using a .sfv/.md5/.sha1/.sha2 file or create your own checksum file.
oc_up
- PRBS7/PRBS23 产生和校验代码,环回测试顶层代码-PRBS Generator and Checker
SpellChecker
- 用哈希表实现一个拼写检查器spellchecker,给定一个字典, 输入一个文本后,输出拼写有误的单词,并给出用户可能想要表达的正确的单词- In this project, you ll build a hash table and see an example of hashing in action. Many applications, including word processors, text editors, and email clients, include a sp
NRecipes
- Int and float checker and getter
Naive-bayes
- 本文以拼写检查作为例子,讲解Naive Bayes分类器是如何实现的。对于用户输入的一个单词(words),拼写检查试图推断出最有可能的那个正确单词(correct)。当然,输入的单词有可能本身就是正确的。比如,输入的单词thew,用户有可能是想输入the,也有可能是想输入thaw。为了解决这个问题,Naive Bayes分类器采用了后验概率P(c|w)来解决这个问题。P(c|w)表示在发生了w的情况下推断出c的概率。为了找出最有可能c,应找出有最大值的P(c|w),即求解问题-In this