unit pinyinfunction //汉字拼音相关的函数定义单元
Function GetHZPY(HZstr: String):String //将任意字符串中的汉字换成拼音首字母(大写)
function GetPYIndexChar(hzchar: string):char //将一个汉字转化成拼音首字母(大写)
function [r_path, r_cost] = dijkstra(pathS, pathE, transmat)
The Dijkstra s algorithm, Implemented by Yi Wang, 2005
This version support detecting _cyclic-paths_
This source code in Delphi 7.0.
Have function to decoding and encoding PDU format to ASCII and from ASCII to PDU.
You can modify it or change it for meet your requirement.
Run following Matlab commands to make sure the installation worked correctly.
Unlike query function, filterdb does not load all waveforms to memory but returns filtered database object. This is useful when the resulting set of the query is too big to fit in memory. Consequent calls to read function ...