代码搜索:汉字识别
找到约 8,007 项符合「汉字识别」的源代码
代码结果 8,007
www.eeworm.com/read/361262/10062426
h zk.h
#ifndef __ZK_H__
#define __ZK_H__
typedef struct // 汉字字模数据结构
{
char Index[2];
char Msk[32];
}
typFNT_GB16;
unsigned char code asc[]=
{
0x00,0x00,0x00,0x00,0x00,0x00,0x
www.eeworm.com/read/358745/10180581
c lcdio.c
#include
#include
#include "bb.h" //汉字
#include "bb1.h"
#include "asc_168.h"
#define wcadd1 XBYTE[0xc001] /* 写指令代码地址 */
#define wdadd1 XBYTE[0xc000] /* 写参数及显示数据地址 */
#d
www.eeworm.com/read/355622/10253581
h py_mb.h
#ifndef __PY_MB_h__
#define __PY_MB_h__
//"拼音输入法汉字排列表"
const unsigned char PY_mb_space []={""};
const unsigned char PY_mb_a []={"@啊阿"};
const unsigned char PY_mb_ai []={"@爱挨碍哎埃矮艾唉哀癌皑
www.eeworm.com/read/424004/10508756
cpp ex7_1.cpp
//【例7.1】动态数组的建立与撤销。
#include
#include
using namespace std;
int main(){
int n;
char *pc;
cout
www.eeworm.com/read/159587/10638029
c main.c
#include
#include//包含128X64驱动程序
#include //包含图片和汉字库
void delay(int x) //延时程序
{
int i,j;
for(i=0;i
www.eeworm.com/read/273268/10921518
cpp ex7_1.cpp
//【例7.1】动态数组的建立与撤销。
#include
#include
using namespace std;
int main(){
int n;
char *pc;
cout
www.eeworm.com/read/271634/10985907
cpp judge_name_concern.cpp
#include"stdio.h"
#include"string.h"
#include"iostream.h"
void limit_name_concern(char a[])//作者名、出版社的限制输入,只能包括汉字、空格和字母。用法:limit_name(yonghu->true_name);limit_name(yonghu->user_name);
{
int i;
c
www.eeworm.com/read/467344/7010533
h lm4229.h
//========================================
//--------- 小波电子工作室 -----------
// LM4229 液晶显示驱动程序
// 作者:聂金波 完成日期:2008/0/05
// 四川师范大学 电子工程学院 2005级5级
// 改进:2008/08/08增加显示5个32*32汉字程序
//