拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 应用举例:
标签: input_py_val unsigned char py_ime
上传时间: 2015-09-07
上传用户:zhouli
display a char with the position and ascci data
标签: position display ascci char
上传时间: 2015-09-11
上传用户:水口鸿胜电器
VC7.1中如果将char*作为key的话需要重载关于char*的hash_compare函数 可是我怎么都没法搞定 只好将char*转为int,反正指针地址总是唯一的,然后重载关于 int的hash_compare函数,使用时将char*强制转为int即可我想除了用STLPort外,应该还有更好的方法吧
标签: char hash_compare 7.1 key
上传时间: 2015-10-26
上传用户:冇尾飞铊
使用mediastreamer2的g711common.h. unsigned char s16_to_alaw(int pcm_val). 将16bit的原始样本encode 成为8bit的a-law码.
标签: mediastreamer2 unsigned to_alaw pcm_val
上传时间: 2015-11-03
上传用户:qq521
4×4键盘 小键盘的输入函数 版本:1.0 Target:89S51 函数描述: char gotkey(void)
上传时间: 2015-11-10
上传用户:luke5347
关联规则并行算法Count Distribution的C与MPI实现
标签: Distribution Count MPI 关联规则
上传时间: 2015-12-02
上传用户:huannan88
tcp char 聊天程序,希望对大家有一个帮助
上传时间: 2014-01-08
上传用户:rocketrevenge
nsigned char lcddata,column,page,code_,k xdata unsigned char OUTBIT _at_ 0x2001 // 位控制口 xdata unsigned char IN _at_ 0x2002 // 键盘读入口 xdata unsigned char CONTROL _at_ 0x2003 //8255控制口
标签: xdata char unsigned nsigned
上传时间: 2013-11-25
上传用户:xuan‘nian
This document contains a specification for a new low pin count bus interface, dubbed LPC, that will be added to future Intel chip-sets. The target audience for this document are system and component designers.
标签: specification interface document contains
上传时间: 2013-12-22
上传用户:waizhang
用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节),用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)(基本要求)或 循环首次适应法(提高一步) addr = (char *)lmalloc(unsigned size) 和 lfree(unsigned size,char * addr) 模拟UNIX可变分区内存管理,实现对该内存区的分配和释放管理。
上传时间: 2013-12-19
上传用户:ynzfm