代码搜索:汉字识别
找到约 8,007 项符合「汉字识别」的源代码
代码结果 8,007
www.eeworm.com/read/369212/9659219
mdb 汉字码表.mdb
www.eeworm.com/read/269419/11098652
c 汉字字模.c
//#include "graphics.h"
#include "fcntl.h"
#include "stdio.h"
#define N 30
int hzk_p;
void open_hzk(void);
void get_mat(char hz_code[ ],unsigned char buff[ ]);
void creatclib(char
www.eeworm.com/read/269419/11098659
txt 编程汉字问题.txt
#include
#include
int main(int argc, char* argv[])
{
if (argc != 2)
{
cout
www.eeworm.com/read/237993/13914300
txt 计算汉字笔划.txt
function GetBiHua(chnstr:string):integer;
const
BiHuaTable=
#10#7#10#10#8#10#9#11#17#14#13#5#13#10#12#15+
#10#6#10#9#12#8#10#10#8#8#10#5#10#14#16#9+
#12#12#15#15#7#10#5#5#7#10#2#9#4#
www.eeworm.com/read/203282/15362959
gif 汉字输入.gif
vti_encoding:SR|utf8-nl
vti_author:SR|xiayu
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_lastwidth:IX|451
vti_timecreated:TR|01 Jun 2000 07:20:06 +0800
vti_lastheight:IX|357
vti
www.eeworm.com/read/109640/15553319
doc 汉字编码.doc
www.eeworm.com/read/107030/15614479
c 汉字字模.c
//#include "graphics.h"
#include "fcntl.h"
#include "stdio.h"
#define N 30
int hzk_p;
void open_hzk(void);
void get_mat(char hz_code[ ],unsigned char buff[ ]);
void creatclib(char
www.eeworm.com/read/107030/15614483
txt 编程汉字问题.txt
/* 本程序为Windows下的控制台程序,需MFC的支持(否则不能通过编译)
* 执行时带一个参数,指定要打开的文件;以每行10个字符(每个中文字符算一个字符),
* 最后一行可能不足10个。另外如'\n','\t'等字符可能改变打印格式。
*/
#include
#include
int main(int argc, c