linux 安装Tesseract-OCR准备工作:一.编译环境: 1. gcc gcc-c++ make(这个环境一般机器都具备,可以忽略)yum install gcc gcc-c++ make2. 依赖的包: autoconf automake libtool libjpeg-devel li...
分类:
系统相关 时间:
2014-06-25 14:01:56
阅读次数:
359
无标题文档sprite js var Sprite = function (name,painter,behaviors){ if(name!== undefined){this.name = name } if(painter!== undefined){this.painter = ...
分类:
其他好文 时间:
2014-06-25 14:01:15
阅读次数:
252
决策树算法,属于classification中的一种算法思想:在数据中按照一定规则选取feature,然后根据该feature的值进行分类, 递归进行分类直到一个子类完全属于一个类别或者feature用尽。算法输入数据样式:其中XT和XU就是feature, Class就是该条数据所属的类别。算法过...
分类:
其他好文 时间:
2014-06-25 13:59:14
阅读次数:
244
http://blog.csdn.net/a3070173/archive/2008/11/29/3408573.aspxHDR-全称Highdynamicrang,是目前流行的3D特效技术.其基本原理是:虽然在计算机图形中可以使用完全的浮点型来表示颜色,但之前由于一直受到硬件的限制,从外部载入的纹...
分类:
其他好文 时间:
2014-06-25 13:58:38
阅读次数:
240
今天在MySQL中用hibernate测试update语句发现以下问题: update语句竟然不去作用;表机构如下:create table student(sid int primary key , sname varchar(45) not null, ssex char(2) not nul....
分类:
系统相关 时间:
2014-06-25 13:58:02
阅读次数:
352
// -*-c++-*-/** OpenSceneGraph - Copyright (C) 1998-2003 Robert Osfield** This library is open source and may be redistributed and/or modified under* ...
分类:
其他好文 时间:
2014-06-25 13:57:17
阅读次数:
187
定义 //闭包测试 function bbTest() { var local = "这里是本地变量"; //闭包会扩大局部变量的作用域,具备变量一致会存活到函数之外,在函数之外可以访问 this.show = fu...
分类:
编程语言 时间:
2014-06-25 13:56:36
阅读次数:
174
ruby comes with a set of predefined variables$: = default search path (array of paths)其他Ruby特殊变量:$! 最近一次的错误信息$@ 错误产生的位置$_ gets最近读的字符串$. 解释器最近读的行数(line...
分类:
其他好文 时间:
2014-06-25 13:55:51
阅读次数:
179
readonly、disabled、autocomplete readonly表示此域的值不可修改,仅可与 type="text" 配合使用,可复制,可选择,可以接收焦点,后台会接收到传值. 代码如下: disabled表示禁用input元素,不可编辑,不可复制,不可选择,不能接收焦点,后台也不会接...
分类:
其他好文 时间:
2014-06-25 13:55:07
阅读次数:
282
BuGLe 结合图形化的OpenGL调试与选择的过滤器上的OpenGL命令流。调试器可以查看状态、纹理、framebuffers ,着色器,而过滤器允许日志,错误检查,自由相机控制,视频捕捉等。主页:http://www.opengl.org/sdk/tools/BuGLe/文档:http://ww...
分类:
其他好文 时间:
2014-06-25 13:53:52
阅读次数:
217