• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






young525

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2014年3月1日

MFC网络编程TCP/IP的服务器与客户端代码
摘要: 一.1 TCP/IP服务器代码: #pragma comment(lib, "ws2_32.lib")//使用WinSock库中的函数需要加载这个动态链接库。#include //因为要使用WinSock库中的函数#include //输入输出流#includeusing namespace s... 阅读全文
posted @ 2014-03-01 21:15 young525 阅读(1040) 评论(0) 推荐(0)
 
Tesseract3的常用API
摘要: 初始化函数 (1) int Init(const char* datapath, const char* language, char **configs, int configs_size, bool configs_global_only);(2) int Init(const cha... 阅读全文
posted @ 2014-03-01 20:23 young525 阅读(953) 评论(0) 推荐(1)
 
OCR之Tesseract在VS2010中的使用
摘要: 一,下载lib和dll 可以从这里 http://code.google.com/p/tesseract-ocr/downloads/list 下载 tesseract-ocr-setup-3.02.02.exe Windows installer of tesseract-... 阅读全文
posted @ 2014-03-01 20:02 young525 阅读(474) 评论(0) 推荐(0)