文件名称:happy-tree-friends
介绍说明--下载内容均来自于网络,请自行研究使用
earch for word in the list wf
iter = seqSearch<wordFreq> (wf.begin(), wf.end(), obj)
// did we locate the word?
if (iter != wf.end())
// yes. increment the word frequency
(*iter).increment()
else
// word is new. insert obj into the list
wf.push_back(obj)
}
// list member function sort() orders the list
wf.sort()
-earch for word in the list wf
iter = seqSearch<wordFreq> (wf.begin(), wf.end(), obj)
// did we locate the word?
if (iter != wf.end())
// yes. increment the word frequency
(*iter).increment()
else
// word is new. insert obj into the list
wf.push_back(obj)
}
// list member function sort() orders the list
wf.sort()
iter = seqSearch<wordFreq> (wf.begin(), wf.end(), obj)
// did we locate the word?
if (iter != wf.end())
// yes. increment the word frequency
(*iter).increment()
else
// word is new. insert obj into the list
wf.push_back(obj)
}
// list member function sort() orders the list
wf.sort()
-earch for word in the list wf
iter = seqSearch<wordFreq> (wf.begin(), wf.end(), obj)
// did we locate the word?
if (iter != wf.end())
// yes. increment the word frequency
(*iter).increment()
else
// word is new. insert obj into the list
wf.push_back(obj)
}
// list member function sort() orders the list
wf.sort()
(系统自动生成,下载前可以参看下载内容)
下载文件列表
[5]SummaryInformation
WordDocument
1Table
[1]CompObj
[5]DocumentSummaryInformation
WordDocument
1Table
[1]CompObj
[5]DocumentSummaryInformation