DL : 1
将汉字转换为拼音串的PHP源代码,只需把pinyin_table.php包含进你的程序代码里,然后调用函数 get_pinyin($str) 就可以将$str的汉字转换为拼音了。这个可以用于SEO里,把你的文章Title转换为英文,并附加到地址URL里,增加SEO的效果。本站的地址栏就使用了该种方法。
使用方法:
<?php
require_once("pinyin_table.php');
echo "Output : " . get_pinyin('将汉字转换为拼音的PHP源代码');
?>
Output : jiang-han-zi-zhuan-huan-wei-pin-yin-diPHPyuan-dai-ma
Update : 2008-06-16
Size : 86.36kb
Publisher : dssz.net
DL : 0
c++, 关于重载2-c, on heavy 2
Update : 2008-10-13
Size : 9.83kb
Publisher : 卧室
DL : 0
条码打印控件 SetBarCodeName(Str As String) 设置条码标题 GetBarCodeName 获得条码标题 SetBarCodeValue(Str As String) 设置条码数据 GetBarCodeValue 获得条码数据 SetVisible(V As Boolean) 标题是否显示-barcode printing controls SetBarCodeName (Str As String) to install the barcode was heading GetBarCodeName barcode heading SetBarCodeValue (Str As String) to install barcode data GetBarCodeValue was barcode data SetVisible (V As Boolean) whether the title indicates
Update : 2008-10-13
Size : 7.46kb
Publisher : 赵君
DL : 1
这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串-This a user-friendly MD5 C; This category can be added to the Console program is available in MFC, and provided a detailed error handling function, is a safety class. MD5 is a routine MFC procedures, and documentation to support a string of two input. LPCSTR TargetFile (char * filename = NULL) / / calculate MD5 value of the document void TargetStr (LPCSTR str) / / calculate MD5 string value LPCSTR GetDigestKey () / / Operational MD5 from the results LPCSTR GetErr () / / If there were mistakes from the wrong string
Update : 2008-10-13
Size : 4.43kb
Publisher : 俞训峰
DL : 0
MiniGUI-STR 1.6.2在uCLinux+S3C44B0上的移植
Update : 2008-10-13
Size : 533.51kb
Publisher : 许岭
DL : 0
应用于ucGUI的16*16点阵字库文件 只要将该文件加入ucGUI的工程中, 再在GUI.H中如下声明: extern const GUI_FONT GUI_Font6x8 ...... extern const GUI_FONT GUI_Font_HZ16x16 //汉字字体 即可使用. 使用实例: static void DemoHZ(void) { const char str[] = GUI_UC_START"中国人民万岁"GUI_UC_END /* Set ShiftJIS font */ GUI_SetFont(&GUI_Font_HZ16x16) GUI_DispString(str) }-used ucGUI 16* 16 character dot-matrix document as long as the document ucGUI to join the project, which GUI.H again in the following statement : extern const GUI_FONT GUI_Font6x8 ...... extern const GUI_FONT GUI_Font_HZ16x16// Chinese fonts can be used. examples of use : static void DemoHZ (void) (const char str [] = GUI_UC_START "Long live the Chinese people" GUI_UC_END/* Set ShiftJIS font*/GUI_SetFont (GUI_ Font_HZ16x16) GUI_DispString (str
Update : 2025-02-17
Size : 162kb
Publisher : 康康
DL : 0
minigui 开发软件附带实例源码,mg-samples-1.6.2.tar.gz。-MiniGUI software development with examples source, mg-samples- 1.6.2.tar.gz.
Update : 2025-02-17
Size : 157kb
Publisher : 王海滨
DL : 0
MiniGUI学习版v1.6str的资源源码。MiniGui是国内最著名的跨平台轻型gui系统。这个是它的资源源码,配合lib使用。-v1.6str version of MiniGUI learning resources source. MiniGui is the most famous domestic cross-platform light gui system. This is the source of resources to meet lib use.
Update : 2025-02-17
Size : 348kb
Publisher : 王汉文
DL : 0
Minigui 的嵌入式图形用户接口的库源码,linux 下 minigui 使用源码之一-Minigui embedded graphical user interface library source code, the use of Linux source code under one of MiniGUI
Update : 2025-02-17
Size : 934kb
Publisher : 张雨田
DL : 0
1) 复制libminigui-str-1.6.2.tar.gz至任意用户目录。
2) 解压此文件
tar zxvf libminigui-str-1.6.2.tar.gz
4) 将zlg7289.c zlg7289.h二文件拷贝入增值版的相应目录中
libminigui-1.6.2-linux/src/ial/
5) 修改相关宏定义使上述二文件加入库编译。
a. 修改libminigui-1.6.2-linux/src/ial/Makefile.am
在29行增加 ZLG7289_SRCS = zlg7289.c zlg7289.h
在37行增加 $(ZLG7289_SRCS)
b. 修改libminigui-1.6.2-linux/src/ial/ial.c
在166行加入 #include "zlg7289.h"
在282行的数组内加入 {"zlg7289", InitZLG7289Input, TermZLG7289Input},
c. 进入项目主目录, 重新配置编译依赖
cd libminigui-1.6.2-linux
去掉后aclocal和automake后的版本号后,运行此脚本,忽略警告项。
d. 同上配置方法配置MiniGUI
6) 修改运行时配置文件MiniGUI.cfg中的IAL
ial_engine=zlg7289-a) Copy libminigui- str- 1.6.2.tar.gz to arbitrary users Contents. 2) extract this document tar zxvf libminigui- str- 1.6.2.tar.g z 4) zlg7289.c zlg7289.h two paper copies into value-added version of the corresponding directory lib minigui-1.6.2-linux/src/ial/5) to amend the definition so that the above- two papers to the compiler. A. revise libminigui-1.6.2-linux/src/ial/Makef ile.am the 29 firms to increase ZLG7289_SRCS = zlg7289.c zlg728 9.h the 37 firms to increase $ (ZLG7289_SRCS) b. revise libminigui-1 .6.2-linux/src/ial/ial.c in 166 firms join# include " zlg7289.h "in the array 282 to add (" zlg7289 " InitZLG7289Input, TermZLG7289Input). c. entering the main project directory, re-allocation of compiler- dependent cd libminigui- 1.6.2- linux removed aft
Update : 2025-02-17
Size : 8kb
Publisher : 周波
DL : 0
This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized,
see especially strtok,strstr,str[c]spn. They should work, but are not
very easy to understand. Everything is done entirely within the register
set, making the functions fast and clean.
Update : 2025-02-17
Size : 11kb
Publisher : hehe
DL : 0
MiniGUI-STR 1.6.2在uCLinux+S3C44B0上的移植-MiniGUI-STR 1.6.2 in uCLinux+ S3C44B0 on transplantation
Update : 2025-02-17
Size : 533kb
Publisher : 许岭
DL : 0
硬盘维修软件,通过USB-COM 修ST硬盘-Hard disk repair software, through the USB-COM Xiu ST hard drive
Update : 2025-02-17
Size : 3.37mb
Publisher : 杨阳
DL : 0
字符串的查找和提取str.rar,很不错的vc源码,希望能对大家有所帮助-String find and extract str.rar, very good vc source, I hope you can help
Update : 2025-02-17
Size : 27kb
Publisher :
DL : 0
字符串的查找和提取str.rar,很不错的vc源码,希望能对大家有所帮助-String find and extract str.rar, very good vc source, I hope you can help
Update : 2025-02-17
Size : 27kb
Publisher : dropins
DL : 0
高可靠远距离无线收发模块STR-36B及应用-Highly reliable long-range wireless transceiver module STR-36B and Applications
Update : 2025-02-17
Size : 56kb
Publisher : 颜观谋
DL : 0
函数memset()用于给大量的存储空间设置初始值是方便快捷的。
数组around[]存储周围元素的相对下标,使得无序变有序,可以用循环来处理。
这个是程序是之前写的,直接拿过来用就AC了(The function memset () is convenient and quick for setting initial values to a large number of storage spaces.
The array around[] stores the relative index of the surrounding elements, so that the disorder becomes ordered and can be processed by loops.
This is the program is written before, take it directly to use AC)
Update : 2025-02-17
Size : 399kb
Publisher : Summer-LXN
« 12
3
4
5
6
7
8
9
10
...
20
»
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus All Rights Reserved.