码迷,mamicode.com
首页 >  
搜索关键字:effect c++    ( 776个结果
关于JAVA中流的flush问题
目前在学习Socket,因为和IO关系紧密,于是顺便也学了下IO 发现有这样一句话: The flush method is valid on any output stream,but has no effect unless the stream is buffered 这句话意思是所有的输出流都有flush方法,但是仅对缓冲流有效 看到这里,笔者想到了自己写的serversocket...
分类:编程语言   时间:2014-11-12 11:53:08    阅读次数:278
冯斌:JavaFx实例(十三)“FontEffect”
本实例演示用JavaFx改变文字的字体,制造文字的阴影和倒影等效果。将会用到如下的三个类:javafx.scene.text.Fontjavafx.scene.effect.DropShadowjavafx.scene.effect.Reflection本实例的代码如下:importjavafx.application.Application; importjavafx.scene.layout.Pane; imp..
分类:编程语言   时间:2014-11-11 02:06:24    阅读次数:339
在cwcity空间上安装phpmyadmin
上传程序后,安装phpMyAdmin-4.1.4-all-languages.3715384168.zip出现了错误:Warning: realpath() [function.realpath]: !open_basedir restriction in effect. File(/home/ww...
分类:Web程序   时间:2014-11-10 11:47:45    阅读次数:208
ANDROID L——Material Design综合应用(Demo)
Demo演示:Android L——Material Desgin特性中的RecyclerView,CardView,Floating Action Button,视图阴影轮廓,Activity transitions,Shared Elements Transition等等的综合应用...
分类:移动开发   时间:2014-11-07 06:20:12    阅读次数:374
JQuery UI 特效
使用的特效的函数:隐藏元素hide();显示元素show();隐藏/显示元素toggle();元素使用特效 effect();改变样式toggleClass();removeClass();addClass();语法写法一: .toggle( effect [, options ] [, durat...
分类:Web程序   时间:2014-10-30 07:02:41    阅读次数:391
C# - ref
The ref keyword causes an argument to be passed by reference, not by value. The effect of passing by reference is that any change to the parameter in the called method is reflected in the calling me...
分类:Windows程序   时间:2014-10-28 17:58:56    阅读次数:268
幻灯slider
123jquery.superslide.js内容(function(a){a.fn.slide=function(b){return a.fn.slide.defaults={effect:"fade",autoPlay:!1,delayTime:500,interTime:2500,trigge...
分类:其他好文   时间:2014-10-28 11:54:08    阅读次数:263
ANDROID L——Material Design详解(动画篇)
Android L Material Design详解最后一篇——动画篇。使用动态GIF图演示Touch feedback(触摸反馈),Reveal effect(揭露效果)Activity transitions(Activity转换效果)动画效果以及介绍如何使用。...
分类:移动开发   时间:2014-10-28 02:07:55    阅读次数:349
OpenCV——颜色运算
/* This program will do the computation on three channels respectively, and generate the "cast" effect. */ #include "PS_Algorithm.h" using namespace std; using namespace cv; in...
分类:其他好文   时间:2014-10-27 19:39:20    阅读次数:243
POJ 1135 Domino Effect(最短路 多米诺骨牌)
题意   题目描述:  你知道多米诺骨牌除了用来玩多米诺骨牌游戏外,还有其他用途吗?多米诺骨牌游戏:取一 些多米诺骨牌,竖着排成连续的一行,两张骨牌之间只有很短的空隙。如果排列得很好,当你推 倒第 1张骨牌,会使其他骨牌连续地倒下(这就是短语“多米诺效应”的由来)。 然而当骨牌数量很少时,这种玩法就没多大意思了,所以一些人在 80 年代早期开创了另一个 极端的多米诺骨牌游戏:用上百万张不同颜色...
分类:其他好文   时间:2014-10-26 23:03:35    阅读次数:591
776条   上一页 1 ... 70 71 72 73 74 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!