Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
Microsoft Visual FoxPro extensions
no vote
This file is part of the MyFll.fll file, contains MyFll libraries all descriptions and examples. MyFll is designed specifically for Microsoft Visual FoxPro extensions, some functions from Ren Minghan (RMH myF1) predecessor myDll code provided by translation into as many function using VFP bother locking, or not possible, using this library can be an effective solution of VFP weaknesses. Part with Win32Api function with the same name, is the Win32API package. Part function from the online open source algorithms, are indicated in the related functions.
f-11-28@163.com
2016-08-23
1
1
Chinese characters in pinyin dynamic libraries
no vote
Characters change Pinyin dynamic libraries,  * Return kanji alphabet (spelling)  * Syntax: GetPY ('string', 'leading characters')  * Example:? GetPY ('all Chinese people', '') && return value: dou shi zhong guo ren  * Returns the first letter of alphabet characters (Jianpin)  * Syntax: GetPYL ('string')  * Example:? GetPYL ('all Chinese people', '') && return value: dszgr  ? GetPY ('my thunder to Hao', '')  ? GetPYL ('all Chinese people')  Function GetPY && return of Chinese characters spelling (spelling)    Parameters mtext, ms    Declare Long GetPinYin In "pinyin3.dll" String, String, String    ss = Space (200)    GetPinYin (@ ss, mtext, ms)    Return ss  Endfunc  Function GetPYL && returns the first l
f-11-28@163.com
2016-08-23
0
1
Statement of Hanyu Pinyin
no vote
Chinese pinyin table, xls files, pinyin, tones of Chinese characters, can be converted to the database for data queries. Unihan.txt-correction Pinyin CRT reference file, the original schedule from the Internet to collect and then after correction, but without changing the original schedule, based on users change their own circumstances. Unicode Chinese characters are the Chinese characters, reference documents Unihan.txt
f-11-28@163.com
2016-08-23
1
1
No more~