码迷,mamicode.com
首页 >  
搜索关键字:face++    ( 1029个结果
Computer Vision and Machine Learning Competitions
一、ImageNet Object Detection, Object Classification+Localization 二、COCO Image Captioning 三、LFW Face Recognition 四、CIFAR The CIFAR Image Classification Benchmark 五、MNIST The M...
分类:系统相关   时间:2015-06-04 21:09:40    阅读次数:169
网页笔记
2015.6.4HTML:超文本标记语言 CSS:样式表 JavaScript:脚本HTML标签---成对儿出现的是双标签元素,单个儿出现的是单标签元素一、通用标签1.格式控制标签 文字color 文字颜色 face 文字字体 size 文字大小 加粗 倾斜 下划线 换行 空格 居中2.内容标签— ...
分类:Web程序   时间:2015-06-04 15:40:28    阅读次数:118
我也不知道我到底在干什么之——girlfriend类
girlfriend.h class girlfriend { public: string name; int age; face look; string education_background; protected: void making_food(boyfriend &me); void go_shopping(boyfriend &m...
分类:其他好文   时间:2015-05-31 18:26:41    阅读次数:94
利用@font-face加载Web字体
1.简介 @font-face用于自定义字体样式,从服务器端取得字体样式,使浏览器可以显示客户端并不存在的样式效果,给用户带来更好的展示体验。 @font-face并不是CSS3的新特性,早在98年就被写入CSS2的规范当中,目前在IE6都可支持。2.语法 @font-face { fo...
分类:Web程序   时间:2015-05-31 18:23:01    阅读次数:168
css3 @font-face
很长时间,web设计师总是得用一些“web-safe”字体,现在@font-face能够加载服务器端的字体文件,让浏览器端可以显示用户电脑里没有安装的字体。原理是:字体文件放到web服务器,在需要的时候被自动下载到用户的计算机上。一、@font-face介绍语法:@font-face { ...
分类:Web程序   时间:2015-05-31 16:41:59    阅读次数:162
使用CSS画个大白(●—●)
这一次我们将使用CSS来画个超能陆战队里面大白的头像。我们的做法是在一个元素上,使用CSS动态改变背景图的位置,并且加上一些线性效果。See the Pen Baymax face - Hero Number 6 by Donovan Hutchinson (@donovanh) on CodePen.单个元素通过使用伪类,我们能够通过一个元素画出脸的部分<...
分类:Web程序   时间:2015-05-30 09:22:29    阅读次数:167
sublineText
https://github.com/thinkpixellab/flatland{"color_scheme":"Packages/Theme-Flatland/FlatlandDark.tmTheme","flatland_square_tabs":true,"font_face":"Sour....
分类:Web程序   时间:2015-05-28 19:46:02    阅读次数:204
django-xhtml2pdf的使用(加入图片,指定字体,设置样式)
新博客地址:http://muker.net/django-xhtml2pdf.html这里仅仅讨论直接利用html生成pdf这种最常见也最简单的情况。1、要利用html生成带中文的pdf要指定中文字体即在要用的html中的style标签下要添加如下代码:@font-face { font-f...
分类:Web程序   时间:2015-05-28 16:06:16    阅读次数:287
Supervised Descent Method Face Alignment 代码下载 和 算法研究 之一
1 主要内容: Supervised Descent Method and its Applications to Face Alignment算法研究。2代码彩蛋:我问了好久,xxiong好心人发给我的,希望能对你们学习有帮助: 低调下载: http://humansensing.cs.cmu.edu/xxiong/mexintrafac...
分类:编程语言   时间:2015-05-27 22:56:24    阅读次数:915
css3 @font-face
学了就忘,该记录一下了字体下载网址:http://www.dafont.com http:www.google.com/webfonts用法:@font-face { font-family: 'zwl'; src:url('fonts/zwllll.eot') format('eot'), u.....
分类:Web程序   时间:2015-05-26 23:05:19    阅读次数:143
1029条   上一页 1 ... 80 81 82 83 84 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!