码迷,mamicode.com
首页 >  
搜索关键字:material design    ( 6009个结果
Feature extraction using convolution
Fully Connected NetworksIn the sparse autoencoder, one design choice that we had made was to "fully connect" all the hidden units to all the input uni...
分类:其他好文   时间:2014-09-19 17:02:25    阅读次数:238
自适应网页设计(Responsive Web Design)
随着3G的普及,越来越多的人使用手机上网。 移动设备正超过桌面设备,成为访问互联网的最常见终端。于是,网页设计师不得不面对一个难题:如何才能在不同大小的设备上呈现同样的网页? 手机的屏幕比较小,宽度通常...
分类:Web程序   时间:2014-09-19 12:19:55    阅读次数:206
如何创建环型、树型双层布局
TWaver的Demo中有常用的环型布局和树型布局,但是当网元数量较多,又不想zoomOverView,聪明的我们自然会想到使用双层布局,整体效果既不会显得很拥挤,也能刚好充满整个窗口....
分类:其他好文   时间:2014-09-19 12:05:16    阅读次数:315
3D空间管理系统 Vantage.Plant.Design.Management.System.v12.1.SP2-ISO 1DVD
3D空间管理系统 Vantage.Plant.Design.Management.System.v12.1.SP2-ISO 1DVD完全以数据为中心的3D空间管理系统,VANTAGE Plant Design 以独立于下部CAD系统、多训练接口、整洁的管理、自动绘图为特征。■□■□■□■□■□■□■...
分类:其他好文   时间:2014-09-19 11:49:25    阅读次数:228
Creating Procedural Textures
【Creating Procedural Textures】 由程序主生贴图,然后设置给Material。首先定义需要的数据: 在Start方法中完成初始化,注意设置的是_MainTex。 实现GenerateParabola方法,算的是到中点的距离除以半径的百分比: 【How it...
分类:其他好文   时间:2014-09-18 21:59:54    阅读次数:257
Utility Classes Are Evil
A utility class is a class filled with static methods. It is usually used to isolate a "useful" algorithm. However, in an object-oriented world, utility classes are considered a very bad practice. The use of utility classes to be an antipattern. More speci...
分类:其他好文   时间:2014-09-18 18:55:54    阅读次数:237
Alitum Design 笔记
如原理图画好后需要画PCB图则第一步进行如下操作1 在菜单栏中选择工具 --- 封装管理器如图打开如下对话框可以在这里查看原理图中所有的元器件,和器件对应的封装在这里可以查看所有元器件的封装。如果所有的封装都没有问题则可以开始画PCB首先新建一个PCB文档新建完成后首先保存PCB文件在本地硬盘ctr...
分类:其他好文   时间:2014-09-18 01:56:13    阅读次数:247
OpenCV on Mac OSX: A step-by-step guide
I’m using OpenCV for my 4th year design project and setting it up was a huge pain. I had to look through a whole bunch of different sites to figure ou...
分类:其他好文   时间:2014-09-17 21:43:42    阅读次数:317
aspx文件、aspx.cs文件、aspx.designer.cs文件之讲解
.aspx文件:(页面)书写页面代码。存储的是页面design代码。只是放各个控件的代码,处理代码一般放在.cs文件中。 .aspx.cs文件:(代码隐藏页)书写类代码。存储的是程序代码。一般存放与数据库连接和数据库相关的查询。更新。删除操作,还有各个按钮单击后发生的动作等。 .aspx.desi....
分类:Web程序   时间:2014-09-17 13:36:22    阅读次数:197
11039 - Building designing
Building designingAn architect wants to design a very high building. The building will consist of some floors, and each floor has a certain size. The....
分类:其他好文   时间:2014-09-17 13:32:32    阅读次数:209
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!