代码搜索:GetHZPY

找到约 14 项符合「GetHZPY」的源代码

代码结果 14
www.eeworm.com/read/157535/11692715

pas gethzpy.pas

unit GetHzPy; interface function HzPy(sr:String): String; implementation const ChinaCode: array[0..25,0..1] of Integer = ((1601,1636), (1637,1832), (1833,2077), (2078,2273),(2274,23
www.eeworm.com/read/129461/14241150

pas gethzpy.pas

unit GetHzPy; interface function HzPy(sr:String): String; implementation const ChinaCode: array[0..25,0..1] of Integer = ((1601,1636), (1637,1832), (1833,2077), (2078,2273),(2274,23
www.eeworm.com/read/129461/14241487

dcu gethzpy.dcu

www.eeworm.com/read/121141/14768551

pas gethzpy.pas

unit GetHzPy; interface function HzPy(sr:String): String; implementation const ChinaCode: array[0..25,0..1] of Integer = ((1601,1636), (1637,1832), (1833,2077), (2078,2273),(2274,23
www.eeworm.com/read/395066/8197218

pas gethzpy.pas

unit GetHzPy; interface function HzPy(sr:String): String; implementation const ChinaCode: array[0..25,0..1] of Integer = ((1601,1636), (1637,1832), (1833,2077), (2078,2273),(2274,23
www.eeworm.com/read/269114/11108730

sql gethzpy.sql

--获取汉字拼音和拼音首字母的功能函数 --作者:david.liu --email/msn: david2068@gmail.com --日期:2006-10-06 19:00--23:59 --select GetHzFullPY('中华人民共和国') from dual; --select GetHzPYCAP('中华人民共和国') from dual; --函数GetHzF
www.eeworm.com/read/465444/7055036

pck pkg_gethzpy.pck

create or replace package pkg_gethzpy is --获取汉字拼音和拼音首字母的功能函数 --作者:david.liu --email/msn: david2068@gmail.com --日期:2006-10-06 19:00--23:59 --select GetHzFullPY('中华人民共和国') from dual; --select
www.eeworm.com/read/269114/11108735

sql gethzpy_package.sql

create or replace package GetHZPY is --获取汉字拼音和拼音首字母的功能函数 --作者:david.liu --email/msn: david2068@gmail.com --日期:2006-10-06 19:00--23:59 --select GetHzFullPY('中华人民共和国') from dual; --select Get
www.eeworm.com/read/462965/7191138

txt 函数说明.txt

unit pinyinfunction; //汉字拼音相关的函数定义单元 Function GetHZPY(HZstr: String):String; //将任意字符串中的汉字换成拼音首字母(大写) function GetPYIndexChar(hzchar: string):char; //将一个汉字转化成拼音首字母(大写)
www.eeworm.com/read/295044/8188975

txt xchinese.txt

unit xChinese; //将货币值转换为人民币大写 function ToRMB(v:Currency):String; //精度在1万亿之内。 //取的汉字的拼音的首字母 function GetHzPy(const AHzStr: string): string;