码迷,mamicode.com
首页 >  
搜索关键字:angle    ( 299个结果
0718Android中shape中的属性大全
---恢复内容开始---solid:实心,就是填充的意思android:color指定填充的颜色gradient:渐变android:startColor和android:endColor分别为起始和结束颜色,ndroid:angle是渐变角度,必须为45的整数倍。另外渐变默认的模式为android...
分类:移动开发   时间:2015-08-12 08:56:13    阅读次数:150
PS 滤镜— —挤压效果
clc; clear all; close all; addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm'); I=imread('4.jpg'); I=double(I); Image=I/255; angle = pi/4; centreX = 0.5; centreY = 0.5; radius=200; amou...
分类:其他好文   时间:2015-08-09 12:42:26    阅读次数:230
hdu1209(Clock)
点击打开hdu1209 Problem Description There is an analog clock with two hands: an hour hand and a minute hand. The two hands form an angle. The angle is measured as the smallest angle between the two ha...
分类:其他好文   时间:2015-08-02 06:28:04    阅读次数:165
PS 滤镜— —Twirl Filter
clc; clear all; close all; addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm'); I=imread('4.jpg'); I=double(I); Image=I/255; [height, width, depth]=size(Image); angle=pi/2; centreX = 0....
分类:其他好文   时间:2015-08-01 11:33:58    阅读次数:134
EularProject 39:给周长判断构成直角三角形个数
华电北风吹 天津大学认知计算与应用重点实验室 完成日期:2015/7/30Integer right triangles Problem 39 If p is the perimeter of a right angle triangle with integral length sides, {a,b,c}, there are exactly three solutions for p...
分类:其他好文   时间:2015-07-30 13:31:14    阅读次数:178
使用Matlab对灰度图像编程实现2D的傅里叶变换
1.先载入一幅灰度图像,如下:(非灰度图)2.利用函数fft2,对其进行快速傅立叶变换,并利用函数fftshift将变换后的图像原点移动到频率矩形的中心。3.利用abs()函数来得到傅立叶频谱;angle()函数得到相位图;4.利用imshow来可视化图像,观察图像的特点;一.结果(图像):二.分析...
分类:其他好文   时间:2015-07-29 22:47:01    阅读次数:320
Project Euler:Problem 91 Right triangles with integer coordinates
The points P (x1, y1) and Q (x2, y2) are plotted at integer co-ordinates and are joined to the origin, O(0,0), to form ΔOPQ. There are exactly fourteen triangles containing a right angle that...
分类:其他好文   时间:2015-07-26 00:35:30    阅读次数:384
iOS核心动画高级技巧之图层变换和专用图层(二)
仿射变换 iOS仿射变换是CGAffineTransform,仿射变换的特点是变换后的图形对边依然是平行的,它包括CGAffineTransformMakeRotation(CGFloat angle) /CGAffineTransformMakeScale(CGFloat sx, CGFlo...
分类:移动开发   时间:2015-07-13 22:15:48    阅读次数:135
如何让Maya中的相机和Unity相机的FOV(Angle of View)对上
问题:Unity中的Camera的FOV和Maya中Camera的Angle of View即使设置成相同值,预览时结果会有很大差异原因:Unity Camera的FOV是Vertical FOV的角度Maya Camera的Angle of View是Horizontal FOV的角度解决方法先保...
分类:编程语言   时间:2015-07-10 02:07:34    阅读次数:544
关于经纬度换算地算法
public Angle se(Angle latA, Angle lonA, TKsoft.Earth.Angle latB, Angle lonB) { //知道 两点经纬度,求角度的方法 double cosLatB = Math....
分类:编程语言   时间:2015-07-02 22:18:00    阅读次数:260
299条   上一页 1 ... 19 20 21 22 23 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!