-
titleduihkxg
其实popupwindow用起来比Dialog 方便,因为dialog一切都需要你自己来实现,而popupwindow帮我们实现了很多,我认为在使用的时候关键我们要看清参数:
popupWindow.showAtLocation(parent, gravity, x, y)
parent这个是一个父view试图,
gravity 这个默认是居中,我们要指定显示方式:Gravity.LEFT
| Gravity.TOP
最后两个参数就是显示的坐标位置,这样就可以根据需求自己定位显示位置了
- 2013-11-26 08:16:34下载
- 积分:1
-
线性调频信号的产生
说明: 线性调频信号的产生
matlab程序源代码
并且附有运行结果图(Generation of LFM signal)
- 2019-11-17 14:39:36下载
- 积分:1
-
stproc
此工具包是对Matlab的随机工具包的扩展,对于研究随机控制的人有很大的帮助(this tool kit of Matlab random tool kits expansion For the randomized controlled study will be very helpful)
- 2006-12-23 09:38:08下载
- 积分:1
-
tsp_ga
Solving Traveling Sales Man Problem by Genetic Algorithm.
- 2010-09-27 21:55:16下载
- 积分:1
-
LMS-algorithm1
自适应信号处理中 LMS 算法 程序 结果 以及结果的分析比较(LMS algorithm in adaptive signal processing procedures for analysis and comparison of results and the results)
- 2011-08-09 22:57:58下载
- 积分:1
-
matlab-Douglas-Peucker
道格拉斯-普克算法(Douglas–Peucker algorithm,亦称为拉默-道格拉斯-普克算法、迭代适应点算法、分裂与合并算法)是将曲线近似表示为一系列点,并减少点的数量的一种算法。它的优点是具有平移和旋转不变性,给定曲线与阈值后,抽样结果一定。(Douglas Peucker algorithm is the curve approximated by a series of points, and reduce the number of points of an algorithm. It has the advantages of translation and rotation invariance, given the curve and the threshold, the sampling results must.)
- 2021-04-27 16:08:44下载
- 积分:1
-
inpainting
image inpainting
(CS7495 Final Project
Sooraj Bhat
Object Removal by Exemplar-based Inpainting
USING THE CODE
Everything was done in Matlab and MEX (i.e. a C function callable from
Matlab). First, the C code needs to be compiled. At the Matlab
prompt, type:
mex bestexemplarhelper.c
You should then be able to run the following (which takes ~2mins on my
2GHz Pentium 4 laptop with 256MB of RAM):
[i1,i2,i3,c,d,mov] = inpaint( bungee0.png , bungee1.png ,[0 255 0])
A smaller run (~25 seconds) would be:
[i1,i2,i3,c,d,mov] = inpaint( bw0.png , bw2.png ,[0 255 0])
To visualize:
plotall
close movie(mov)
SAMPLE IMAGES & RESULTS
*0.png The original images ( bw and bungee )
*{1,2}.png The different fill region masks.
*P2.png Plots of confidence and data terms.
*P5.png Plots of original, fill region, inpainted images and
confidence and data terms.
Other images in the dir contain redundant information. I di)
- 2010-06-19 21:00:49下载
- 积分:1
-
0913
电机控制程序,用来提取电机的定子电流转子槽谐波,来计算电机转速和温度(The motor control program, used to extract the motor stator current harmonic rotor slot, to calculate the motor speed and temperature)
- 2011-12-26 10:14:33下载
- 积分:1
-
annMatlab7p3
说明: 神经网络与matlab7的实现
配套资料下载
.m格式(neural network and the realization matlab7 supporting information downloaded. M format)
- 2006-04-15 00:51:05下载
- 积分:1
-
imagecodelist
matlab程序源码,这个是我和同学一起做的,大家可以参考看看怎么样的,谢谢大家,可以提议供大家学!(Matlab program source code, and this is my classmates together, we can see how information like, Thank you, can be proposed for everyone to learn!)
- 2007-04-02 22:52:47下载
- 积分:1