码迷,mamicode.com
首页 >  
搜索关键字:graphical effects    ( 595个结果
XIB可视化编程
1.xib可视化编程只提供一个UI界面,创建新的类的时候勾选生成xib文件,就会生成对应的xib文件,xib GUI:图形?用户界?面(Graphical User Interface,简称 GUI,?又称图形?用户接?口)是指采?用图形?方式显?示的计算机操作?用户界?面。 Interface B
分类:其他好文   时间:2016-03-04 22:23:18    阅读次数:362
基于MATLAB的GUI(Graphical User Interface)音频实时显示设计
摘要:本文章的设计主要讲基于matlab的gui音频实时显示设计,此次设计的gui相当于一个简洁的音乐播放器,界面只有”录音“和”播放“两个控件,哈哈,够简洁吧。通过”录音“按钮可以实现声音从电脑的声卡录入,并且实时显示录入声音的时域图形和频域图形;待录音结束,通过”播放“按钮可以播放刚录入的声音,
分类:其他好文   时间:2016-03-04 19:11:52    阅读次数:1533
.CSS-hover 的解释
需要做一个图片悬停的效果,从网上找了一个很好的例子 http://www.tystudio.net/2013/08/28/image-caption-hover-effects/ 博主不仅提供了源码,还简单讲解了一下原理。 但是真的开始用的时候发现有一个CSS3效果 .no-touch .cs-st
分类:Web程序   时间:2016-02-19 15:50:42    阅读次数:166
centos7 学习
配置网络http://jingyan.baidu.com/article/359911f57ca21357fe0306d8.html 安装图形界面: $sudo yum groupinstall "GNOME Desktop" "Graphical Administration Tools" htt
分类:其他好文   时间:2016-02-18 00:02:22    阅读次数:236
十四、View Port 2.0
1. 分为以下几类: (1) data classes: 用来访问scene中的geometry 和 shaders (2)scene override: 主要是用户自定义的drawing 、shading和effects (3)Rendering overrides: custom renderi
分类:其他好文   时间:2016-02-10 16:29:53    阅读次数:182
RHEL7.2
在RHEL7.2中,通过以下命令设置开机进入图形界面或者命令行界面: systemctl set-default graphical.target #设置开机默认进入图形界面 systemctl set-default multi-user.target #设置开机默认进入命令行模式,不运行X Wi
分类:其他好文   时间:2016-02-05 01:24:35    阅读次数:170
[Cycle.js] Generalizing run() function for more types of sources
Our application was able to produce write effects, through sinks, and was able to receive read effects, through the DOM sources. However, the main fun
分类:Web程序   时间:2016-02-04 18:48:46    阅读次数:201
[Cycle.js] Read effects from the DOM: click events
So far we only had effects that write something to the external world, we are not yet reading anything from the external world into our app. This less
分类:Web程序   时间:2016-02-03 00:16:20    阅读次数:225
[Cycle,js] Customizing effects from the main function
How can we show one string on the DOM, and a completely different string on Console log? This lesson shows how we can make our main function return mu
分类:Web程序   时间:2016-02-02 07:31:44    阅读次数:133
Xamarin.Forms之Effects的使用
在 Xamarin.Forms 2.1.0-pre1 ,Xamarin.Forms新增了新的Effects API. Effects是一系列方法,为了给View的渲染器添加运行时改变. 然而,我想强调的是, Effects天生被设计为高可复用的. 如果一个Effect能够解决一个难题, 它可能能够在
分类:其他好文   时间:2016-02-01 23:52:53    阅读次数:239
595条   上一页 1 ... 35 36 37 38 39 ... 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!