码迷,mamicode.com
首页 >  
搜索关键字:perspective    ( 361个结果
C#操作Word (1)Word对象模型
Word对象模型 (.Net Perspective) 本文主要针对在Visual Studio中使用C# 开发关于Word的应用程序 五大对象 Application :代表Microsoft Word应用程序本身 Document :代表一个Word文档 Selection :代表当前选中的区域
分类:Windows程序   时间:2016-03-17 16:25:03    阅读次数:340
css3d总结
3d容器-舞台 必须同时设置 transform-style: preserve-3d; perspective: length;不可设置 overflow: hidden(其如同transform-style:flat;) 隐藏后背元素 backface-visibility: hidden; t
分类:Web程序   时间:2016-03-16 16:46:46    阅读次数:127
What is the bottleneck and weakness of AlphaGo?
Is self-play a bottleneck in theory for AlphaGo to improve? My perspective is not! The real problem with AlphaGo (and any other AI and human) is the s
分类:其他好文   时间:2016-03-14 07:07:35    阅读次数:172
图像几何变换之透视变换
1. 基本原理 透视变换(Perspective Transformation)的本质是将图像投影到一个新的视平面,其通用变换公式为: (u,v)为原始图像像素坐标,(x=x’/w’,y=y’/w’)为变换之后的图像像素坐标。透视变换矩阵图解如下: 仿射变换(Affine Transformatio
分类:其他好文   时间:2016-03-10 18:44:45    阅读次数:444
CSS之perspective
<!DOCTYPE html> <html> <head> <style> #div1 { position: relative; height: 150px; width: 150px; margin: 50px; padding:10px; border: 1px solid black; pe
分类:Web程序   时间:2016-03-08 00:30:18    阅读次数:158
eclipse
-----debug debug function can not run,"Launch failed. Binary not found." --eclipse should in c/c++ perspective. when start a new c exceutable project,
分类:系统相关   时间:2016-02-28 21:13:59    阅读次数:165
Transform-style和Perspective属性
transform-style属性 transform-style属性是3D空间一个重要属性,指定嵌套元素如何在3D空间中呈现。他主要有两个属性值:flat和preserve-3d。 transform-style属性的使用语法非常简单: transform-style: flat | preser
分类:其他好文   时间:2016-02-15 19:59:39    阅读次数:341
Transform-style和Perspective属性
在《CSS3 Transform——transform-origin》一文中主要介绍了CSS3 Transform属性中的transform-origin属性的使用,其实在transform属性中,transform-origin属性仅是其中之一,要彻底理解transform属性,这是不够的,必须的
分类:其他好文   时间:2016-02-15 12:11:11    阅读次数:186
eclipse初始设置
1.界面显示设置 2.快捷创建的设置 window->Customize Perspective->Shortcuts 3.修改编码为utf-8 Preferences->General->Workspace 此方法不彻底,彻底修改应该修改eclipse安装包下的eclipse.init文件,在末尾
分类:系统相关   时间:2016-02-12 12:55:48    阅读次数:305
初识hibernate
//针对myEclipse2014版本 怎样新建一个工程实现这些东西的导入。 打开myeclipse。 2、点击右上角的open perspective 找到这个 MyEclipse Database Explorer。点击ok。 3、右键新建数据库驱动器 4、新建这样一个用以链接的数据库: 5、然
分类:Web程序   时间:2016-02-10 12:02:57    阅读次数:276
361条   上一页 1 ... 21 22 23 24 25 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!