码迷,mamicode.com
首页 >  
搜索关键字:imaging science    ( 1084个结果
STEAM
STEAM代表科学(Science),技术(Technology),工程(Engineering),艺术(Arts),数学(Mathematics)。STEAM教育就是集科学,技术,工程,艺术,数学多学科融合的综合教育。 STEAM是一种教育理念,有别于传统的单学科、重书本知识的教育方式。STEAM ...
分类:其他好文   时间:2020-01-31 21:03:44    阅读次数:73
c#生成验证码
using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;using System.IO; 需要特别引用:System.Drawing /// <summary> /// 生成随机数 /// </ ...
分类:Windows程序   时间:2020-01-30 19:10:40    阅读次数:115
【算法学习记录-排序题】【PAT A1025】PAT Ranking
Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zhejiang University. Each test is supposed to run sim ...
分类:编程语言   时间:2020-01-26 15:55:53    阅读次数:73
故事的开始
我是李晓芳,我就是我自己。 半年前,我因缘巧合地跨入CS(Computer Science)专业学习。那时的我,仅仅能够熟练运用火绒安全软件,对电脑进行深度清理:)。幸运的是,我后来有大把时光,去享受“一入编程深似海,从此头发是路人”的feeling。 此时回想,对CS的憧憬或许早已萌芽。犹记得,在 ...
分类:其他好文   时间:2020-01-25 21:58:48    阅读次数:84
ubuntu 安装 pytesseract 模块进行图片内容识别
主要是实现图片内容的离线识别,python 提供了一个库完成此功能。 一. 安装 tesseract-ocr 包 sudo apt-get install tesseract-ocr 二. 安装 PIL PIL(python imaging library)是python中的图像处理库 sudo a ...
分类:系统相关   时间:2020-01-23 11:05:44    阅读次数:125
Imaging Techniques in Document Analysis Processes(文档分析过程中的图像技术)
4. Imaging Techniques in Document Analysis Processes(文档分析过程中的图像技术) ContentsIntroduction. ............................................................. ...
分类:其他好文   时间:2020-01-20 09:18:59    阅读次数:62
优雅的创建一个JavaScript库
这篇文章的目的是通过演示一个简单的例子来介绍在JS中实例化和定义一个库的正确方法,以优化他人编写或维护自己的JS库。 在我们深入之前,我做了两点假设: 你知道简单的JavaScript或C语言。 你不打算使用jQuery。通常情况下,一个JavaScript库不需要任何依赖。 首先,我遇到了第一个麻 ...
分类:编程语言   时间:2020-01-20 00:19:33    阅读次数:130
PAT Advanced 1155 Heap Paths (30分)
In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:其他好文   时间:2020-01-17 21:13:06    阅读次数:93
PAT Advanced 1147 Heaps (30分)
In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:其他好文   时间:2020-01-17 20:50:35    阅读次数:68
HDU-4812 D Tree
题面 Description There is a skyscraping tree standing on the playground of Nanjing University of Science and Technology. On each branch of the tree is a ...
分类:其他好文   时间:2020-01-17 19:17:57    阅读次数:70
1084条   上一页 1 ... 8 9 10 11 12 ... 109 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!