代码搜索:汉字识别

找到约 8,007 项符合「汉字识别」的源代码

代码结果 8,007
www.eeworm.com/read/303634/13810863

txt 汉字统计程序.txt

// hzDlg.cpp : implementation file // #include "stdafx.h" #include "hz.h" #include "hzDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endi
www.eeworm.com/read/301164/13865104

sql 自动获取汉字笔画.sql

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[fun_getbh]') and xtype in (N'FN', N'IF', N'TF')) drop function [dbo].[fun_getbh] GO /*--得到汉字笔画 得到指定汉字的笔画数 引自:http://exp
www.eeworm.com/read/301164/13865105

sql 生成gbk汉字表.sql

--GBK/2: GB2312 汉字,0xB0A1 - 0xF7FE (不包含 0xD7FA - 0xD7FE) SELECT TOP 72 id=identity(int,176,1) INTO #a1 FROM SYSCOLUMNS SELECT TOP 94 id=identity(int,161,1) INTO #a2 FROM SYSCOLUMNS SELECT Code=CAST
www.eeworm.com/read/489346/6470335

c 复件 复件 动态汉字.c

#include #include #define uint unsigned int #define uchar unsigned char //const unsigned char char_7[16]={0x10,0x38,0x7C,0xFE,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x3
www.eeworm.com/read/477877/6725139

txt lcd汉字显示程序.txt

这是汉字显示程序: #include #include #define uchar unsigned char #define datawr 0x1200 //写数据通道 #define comwr 0x1000 //写控制命令通道 #define datare 0x1300 //读数据通道 #define c
www.eeworm.com/read/476916/6742881

lst 1602lcd汉字.lst

C51 COMPILER V8.15 1602LCD汉譥 04/27/2009 22:45:45 PAGE 1 C51 COMPILER V8.15, COMPILATION OF MODULE 1602LCD汉譥 OBJECT MODULE PLACED IN
www.eeworm.com/read/476916/6742888

uv2 1602汉字.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2, 0x0 File 1,1,
www.eeworm.com/read/476916/6742889

bak 1602汉字_opt.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/476916/6742890

c 1602lcd汉字.c

#include #include #include main() { unsigned char code aa[]={ //我 0x00,0x07,0x01,0x01,0x01,0x1F,0x01,0x01, 0x19,0x01,0x01,0x01,0x01,0x1F,0x01,0x01, 0x0
www.eeworm.com/read/476916/6742891

obj 1602lcd汉字.obj