资源列表
hwbil103e
- linux sosme assgiment
matching-Chinese-word-by-HMM-and-MM
- 该程序为在MFC下开发的正向和反向两种中文分词系统。-The program was developed in MFC under both positive and negative Chinese word segmentation system.
example
- simple c examples which can be compiled with a normal c compiler
c-program-for-calculate-compound-interest
- compound interest calculation in C
c-program-for-generate-first-n-prime-number
- prime number program
GTree
- 可利用的GTree源码,直接调用,对函数进行了包装,无须更改。-Available GTree source, a direct call on the packaging function, no need to change.
GB2312-Unicode-table
- Unicode-GB2312编码对应表,不需要复杂的程序处理,直接转,速度快.- Unicode-GB2312 encoding correspondence table, no complicated procedures, direct transfer speed.
IC-Layout-Basics---A-Practical-Guide
- ic layout basic. this is the document.
SIS-GPS-OK-(1)-(1)
- GPS SERVER with suport of xexum gps, send commands t-GPS SERVER with suport of xexum gps, send commands too
BAckpropagation
- backpropagation alogorithmnto implement the neural netwrk computation for variable features n hidden layers
Windows_32_C_Demo
- ICTCLAS 汉语分词系统 pku_test.txt 未经过分词的文档文件 调用ICTCLAS程序对其中的文档进行分词 -ICTCLAS Chinese word segmentation system pku_test.txt word document file without calling undue ICTCLAS program on which the document word
experiment3
- 基于语言模型的音字转换说明 给定拼音串:jinjitizhigaige 可能的汉字串:紧济体质改革 经 济体制改革 使用 2-gram计算: p(CString1) =p(紧)×p(济|紧)×p(体质|济)×p(改革|体质) p(CString2) =p(经济)×p(体质|经济)×p(改革|体质) p(CString3) =p(经济)×p(体制|经济)×p(改革|体制) 比较p(CString1),p(CString2),p(CString3)