gusucode.com> pengcheng
pengcheng
积分:74
上传文件:77
下载次数:1
注册日期:2019-11-24 20:14:55
matlab编程电梯动画 电梯控制 电梯仿真 演示程序源码 - figure(& 39;name& 39;,& 39;自控电梯& 39;);axis([-2 0,15 0,-2 0,15 0])hold onfill([-2,15,15,-2],[-2,-2,15,15],[0 5,0 2,0 3]);x1=[8 8 10 10];y1=[6 0 0 6];x2=[10 10 12 12];text(-1,8,& 39;上升& 39;,& 39;fontsize& 39;,10,& 39;color& 39;,& 39;c& 39;);text(4,8,& 39;下降& 39;,& 39;fontsize& 39;,10,& 39;color& 39;,& 39;c& 39;); 打开,2017-11-16 23:28:00,下载1次
Android ListView Tween示例源码程序 - Android ListView Tween示例源代码,ListView使用广泛。 打开,2019-11-28 23:26:35,下载1次
Android ListView仿微信关于界面分隔线布局源码程序 - Android ListView仿微信关于界面分隔线布局,需要用到mockable-android-23 jar,下载后请放在build generated目录下。 Android ListView imitates WeChat about the layout of the interface divider You need to use mockable-android-23 jar After downloading, please put it in the build generated directory 打开,2019-11-28 23:28:03,下载1次
Android Paint画一个方框矩形源码程序 - Android Paint画一个方框矩形,要使用到触笔事件及线程的相关操作,绘制绿色实心矩形和黄色的方框矩形:Android Paint draws a box rectangle You need to use the stylus event and thread-related operations to draw a green solid rectangle and a yellow box rectangle: 打开,2019-11-29 18:54:58,下载1次
Android PathEffect 效果实例源码程序 - 从一本书中得到的Android PathEffect 效果实例,不多说了,直接把关键代码帖出来吧,需要完整代码的可下载本源码,运行的效果请参见下边的截图所示,运行时,可看到多条像流水一样的路径曲线,下面是代码:The Android PathEffect effect example obtained from a book, not much to say, post the key code directly, you can down 打开,2019-11-29 18:56:42,下载1次
Android Ping 分享两种网络检测方法源码程序 - 分享给大家一个Android Ping源码。向大家演示了两种常用的android检测网络方法,在工作线程中定时执行检测网络线程,第一种方法是使用Ping,可以这样调用Process p = Runtime getRuntime() exec("ping -c 1 -w 100 " + ip); ping1次。用这个方法,除非Ping的网址挂了,否则用这个应该没问题;Share with you an Android Ping source 打开,2019-11-29 18:57:32,下载1次
Android PopupWindow弹出式信息窗口用法示例源码程序 - Android PopupWindow弹窗示例,今天的这个弹窗比较单一,比较基础,如果你是Android开发新手的话,那就更好了,非常适合新手朋友学习Android UI中的PopupWindow。Android PopupWindow pop-up window example Today& 39;s pop-up window is relatively simple and basic If you are new to Android development, it is even better It is very suitable for novice friends to learn PopupWindow in Android UI 打开,2019-11-29 18:59:46,下载1次
Android PopupWindow实现屏幕底部菜单源码程序 - Android PopupWindow实现屏幕底部菜单,效果中包括了圆形的悬浮按钮,这一个圆角按钮实现方法有很多,本例中是使用ImageView来实现。另外效果还包括了弹出的菜单,之前思路有两种,第一种,写布局实现,第二种,弹出PopupWindow实现,很明显,第二种效果要更好一些,本源码包就是使用PopupWindow来实现的悬浮菜单。Android PopupWindow implements the 打开,2019-11-29 19:00:45,下载1次
Android ProgressBar 简单进度条的实现及示例下载源码程序 - 此为Android ProgressBar 简单进度条的实现及示例下载源码,基本思路是:将模拟任务分成大小为100个的数组,任务完成度--默认为0,状态完成度默认也为0,然后构造一个线程用于显示消息,然后定义dowork()函数,完成100个1,至此模拟进度条的百分比,这恐怕是最简单的进度条编写方法了,而且代码也是超简单的。This is the Android ProgressBar simpl 打开,2019-11-29 19:01:59,下载1次
Android ProgressDialog 进度条对话框的模拟实现和代码解析源码程序 - Android ProgressDialog 进度条对话框的模拟实现和代码解析,此为例子源代码,在本例中实现进度条需要调用onPrepareDialog()方法和showDialog(),应用程序处理进度条指示功能。Android ProgressDialog The simulation implementation and code analysis of the progress bar dialog box This is the source code of the example 打开,2019-11-29 19:02:57,下载1次
Android ProgressDialog进度条对话框的创建实例源码程序 - 本源码演示Android ProgressDialog进度条的生成,你可以学习下如何创建一个简单的android进度条,为确定按钮添加进度条启动监听器,然后就是进度条的创建和相关参数设置:设置最大值,设置Loading进度标题,设置进度对话框不能用返回按钮关闭,每次弹出对话框时被回调以动态更新对话框内容的方法,创建一个新线程,计算进度值等操作,如果其长度到大于了1 打开,2019-11-29 19:04:14,下载1次
Android ProgressDialog进度条用法源码程序 - 这是一个挺简单的Android创建进度条的例子,使用了ProgressDialog创建进度条,用到了setProgressStyle、set 、setCancelable以及incrementProgressBy进度条清零等方法,每次弹出对话框时被回调以动态更新对话框内容的方法,运行apk之后的效果。请参见示例截图所示。This is a very simple example of creating a progress bar for Android 打开,2019-11-29 19:23:24,下载1次
Android Proximity Alert 手机接近进警告或提示功能一例源码程序 - Android Proximity Alert 手机接近进警告或提示功能一例An example of Android Proximity Alert phone approach warning or alert function 打开,2019-11-29 19:24:27,下载1次
Android Proximity Alert区域报警测试源码程序 - Android Proximity Alert区域报警测试源代码,是接近某一区域时手机发出警报,可能与GPS有关,程序中将定义接近某区域的大致经度、纬度、定义接近某区域的半径(5公里)、定义接近某区域后触发的PendingIntent,添加接近警告等。The source code of the Android Proximity Alert area alarm test is that the mobile phone issues an al 打开,2019-11-29 19:25:29,下载1次
Android Radio Checkbox简单用法演示源码程序 - Android Radio Checkbox简单用法演示,这个不用多介绍了,单选框和复选框的用法示例,希望对Android初学者有所帮助。Android Radio Checkbox simple usage demonstration, this need not introduce more, radio box and check box usage examples, I hope to help Android beginners 打开,2019-11-29 19:26:18,下载1次
Android RadioButton按钮组应用学习实例源码程序 - Android RadioButton按钮组应用学习实例,本例将通过Android Tool提供的RadioGroup控件,将大大小小的RadioButton设定在一个按钮组中,实现单选效果,你可将本例所演示的功能用于做题或考试应用中,或者问卷调查中。Android RadioButton button group application learning example This example will use the RadioGroup control provid 打开,2019-11-29 19:27:08,下载1次
Android Record录音测试样例源码程序 - Android Record录音测试样例【源代码】,测试android录音功能的例子,将按钮绑定点击事件,也就是录音程序,将录音存储在SD卡上,若没有SD卡,会弹出提示,录音完成释放资源,基础级的android多媒体编程例子,仅供学习参考。Android Record recording test sample [source code], an example of testing the android recording function, 打开,2019-11-29 19:28:03,下载1次
Android RecyclerView下拉刷新上拉加载源码程序 - Android RecyclerView下拉刷新上拉加载,操作手机的大概都知道,现在安卓手机大部分都有这功能,比如QQ列表或淘宝的商品详情页,都可以向下滑刷新网页,向上拉加载其它内容的功能,这是个简单的例子,不过挺实用哦。Android RecyclerView pulls down, refreshes, pulls up and loads, and most people who operate mobile phones know t 打开,2019-11-29 19:29:13,下载1次
Android RelativeLayout实现XML布局的例子源码程序 - 一个Android 布局的例子,主要利用 文件进行布局,里边用到的是RelativeLayout。具体的本例中:An example of Android layout, mainly using files for layout, which uses RelativeLayout Specifically in this example: 打开,2019-11-29 19:30:06,下载1次
Android Request Response初级用法样例源码程序 - 相对较基础的android基础实例,演示Android Request Response的初级用法,附带本样例源代码,在WEB开发中, Request Response也是很重要的两个方法,在Android开发中,同样重要,也很基础,这个例子就是教会android新手如何使用好Request和Response,这在android程序设计中很有必要。The relatively basic Android basic example demonstrates 打开,2019-11-29 19:31:21,下载1次
Android Root手机QQ:查看其它人的聊天记录 - Android Root手机QQ:查看其它人的聊天记录,本源码演示了如何在一台已经Root的手机上,获取QQ的权限,查看任何人的聊天记录,拉响QQ的安全预警,让编程者搞懂Root后如何防范一台手机被黑以及存在的安全隐患,本源码用代码一步步说明了手机root后的危险性,关注学习本源码,是为了手机更安全,切勿用于非法途径。Android Root Mobile QQ: View the 打开,2019-11-30 19:07:38,下载1次
Android rss reader客户端源码程序 - Android rss reader客户端源代码,安卓编程源码实例,rss reader是一个成熟的android手机应用,这是去年版本的源代码,虽然不是最新,但对了解Android编程也是值得参考的。Android rss reader client source code, Android programming source code examples, rss reader is a mature android mobile application, this is the source code of last year& 39;s version, although not the latest, but it is also worth referring to understanding Android programming 打开,2019-11-30 19:08:15,下载1次
Android san-angeles 三维图形渲染示例源码程序 - Android san-angeles 创建一个游戏中的三维图形渲染示例,具有动画效果,三维场景动态变化,源代码很少,好像是调用的组件的效果,运行图如下图示。Android san-angeles creates a three-dimensional graphics rendering example in the game, with animation effects, three-dimensional scene changes dynamically, the source code is very small, it seems to be the effect of the called component, the operation diagram is shown below 打开,2019-11-30 19:08:56,下载1次
Android SDFileExplorer SD卡文件浏览查看源码程序 - SDFileExplorer源代码,用于Android SDFileExplorer SD卡文件浏览查看程序,你可发解如何判断是否存在sdcard、获取SDCard路径下的根目录,如何将目录依次读取至listView列表中,获取所有子文件的数组,输出内容到视图中,最终运行效果如图示。SDFileExplorer source code, for Android SDFileExplorer SD card file browsing and viewing pr 打开,2019-11-30 19:09:33,下载1次
Android SD卡相关操作范例源码程序 - Android SD卡相关操作范例,获取SD卡对应的存储目录,获取指定文件对应的输入流,将指定输入流包装成BufferedReader,以指定文件创建RandomAccessFile对象,将文件记录指针移动到最后,输出文件内容。 如果手机插入了SD卡,而且应用程序具有访问SD的权限:Android SD card related operation examples, get the storage directory correspondi 打开,2019-11-30 19:10:11,下载1次
Android SeekBar、ProgressBar拖拉改变进度实例源码程序 - 本源码主要是学习SeekBar、ProgressBar用法,拖动条与进度条结合,当拖动拖动条的时候,ProgressBar跟随着变化,普通拖拉条被拉动的处理代码:This source code mainly learns the use of SeekBar and ProgressBar The drag bar is combined with the progress bar When dragging the drag bar, the ProgressBar follows the change, and the processing code of the ordinary drag bar is pulled: 打开,2019-11-30 19:10:44,下载1次
Android SeekerBar 滑块的用法举例源码程序 - 本源码主要演示在android UI界面设计时,使用SeekerBar控件制作一个滑块,当然使用SeekerBar也可快速实现一个进度条,本实例是制作的滑块,同样是很实用的功能。拖动滑块可改变图片的透明度。类似于Andorid智能机屏幕下拉中的亮度调整那样,当拖动滑块向指定方向移动时,改变指定对象的值。This source code mainly demonstrates the use of Seek 打开,2019-11-30 19:11:19,下载1次
Android SeekerBar自定义及设置使用实例源码程序 - Android SeekerBar的使用例子,包括自定义SeekerBar及设置参数等操作,比较基础级的Andriod组件编程例子,希望新手下载参考。Android SeekerBar use examples, including custom SeekerBar and setting parameters, compared to the basic Android programming examples, I hope novice download reference 打开,2019-11-30 19:11:57,下载1次
Android Sensor 各种传感器的使用例子源码程序 - 本源码演示了Android Sensor 各种传感器的使用方法,比较基础的用法,例子中包括了方向传感器、磁场传感器、温度传感器、光传感器和压力传感器的各自调用用法等,相关代码如下:This source code demonstrates the use of Android Sensor& 39;s various sensors and the more basic usage The examples include the usage of the direction sensor, magnetic field sensor, temperature sensor, light sensor and pressure sensor 打开,2019-11-30 19:12:35,下载1次
Android SENSOR_TEMPERATURE 监测当前温度源码程序 - Android监测获取当前温度变化,使用 SensorManager SENSOR_TEMPERATURE来监测当前温度,在这个实例中调用了很多方法,SensorManager mySensorManager; SensorManager对象引用,声明SensorManagerSimulator对象,调试时用,Android monitoring to get the current temperature change, use SensorManager SENSOR_TEMPERATURE to monitor the 打开,2019-11-30 19:13:10,下载1次
matlab编程仿真基于循环平稳特征检测的频谱感知源码程序 - %%% 遍历循环频率取值 %%%for alfa = alpha interval_f_N = round(alfa d_alpha); % 循环频率所对应的频谱序列序号 f_N = floor((N-interval_f_N-M) M)+1; % 平滑窗的个数 %%% 生成平滑窗函数 %%% g = feval(win, M); %生成M个点的窗 window_M = g(:, ones(f_N,1));%把g的第一列拿出来存f_n列构成新矩阵,f_n为窗的 打开,2019-11-30 23:39:14,下载44次
matlab编程粒子群算法优化神经网络用权值的算法实现源码程序 - %剔除异常数据e=ones(616,1);%数据一共有600行 datamean=mean(data0);%求每列的平均,求出为1*15的均值矩阵:14个输入,1个输出 delta=std(data0);%求标准差 erastdata=abs(data0-e*datamean)>3*e*delta;%剔除异常数据 data0(any(erastdata& 39;),:)=[]; %新的数据% 归一化data=data0(:,1:10);data1=data0(:,11);p_train=data& 39;;p_tra 打开,2019-11-30 23:44:04,下载1次
2018年春季计算机仿真在线考试试题 - 2018年春季计算机仿真在线考试试题 打开,2019-12-01 18:54:41,下载1次
matlab编程16QAM的仿真源码程序 - function [yy1,yy2]=Qam_modulation(x)%QAM_modulation%对产生的二进制序列进行QAM调制 %首先进行串并转换,将原二进制序列转换成两路信号N=length(x);a=1:2:N;y1=x(a);y2=x(a+1);%分别对两路信号进行QPSK调制%对两路信号分别进行2~4电平转换a=1:2:N 2;temp11=y1(a);temp12=y1(a+1);y11=temp11*2+temp12;temp21=y2(a);temp22=y2(a+1);y22=temp21*2+temp 打开,2019-12-01 18:55:36,下载4次
​matlab编程GUI界面上写了一个树状菜单 实现点击不同的节点实现不同的事件源码程序 - function explorestruct(varargin)if ~isstruct(varargin{:}) msgerror = strcat(& 39;& 39;& 39;& 39;,inputname(1),& 39;& 39;& 39;& 39;& 39; is not a structure!!& 39;); error(msgerror);endimport javax swing *;h = figure(& 39;Units& 39;, & 39;normalized& 39;, & 39;Color& 39;, [ 925 914 847], & 39;Position& 39; 打开,2019-12-01 18:58:12,下载2次
基于matlab编程块匹配的全景图像拼接源码程序 - for y1 = 1 : H_box for x3 = x2 : Fwidth [x1, y1] = CheckRC(x1, y1, im1); [x3, y1] = CheckRC(x3, y1, im2); im(y1, Pwidth+x3-x2+1) = im2(y1, x3); end rt = rt0 + 0 5*(y1 - 1) H_box; waitbar(rt, hw, sprintf(& 39;图像拼接进度:%i%%& 39;, 打开,2019-12-07 19:37:48,下载583次
基于matlab编程小波的图像压缩技术源码程序 - function [ya, yd] = dwt_process(x, lf, hf, num)x = double(x);ya = x; yd = [];for i = 1 : num yli = conv(ya,lf); yai = downsample_prcoess(yli); yhi = conv(ya, hf); ydi = downsample_prcoess(yhi); ya = yai; yd = [yd ydi]; end 打开,2019-12-07 19:45:24,下载653次
基于matlab编程分水岭分割进行肺癌诊断源码程序 - clc; clear all; close all;filename = fullfile(pwd, & 39;images& 39;, & 39;cameraman tif& 39;);x = imread(filename);num = 2;[cf_vec, dim_vec] = wavedec_process(x, num, & 39;haar& 39;);th = 10;y = waverec_process(cf_vec, dim_vec, & 39;haar& 39;, th);output_img(x, y, filename, th, & 39;png& 39;);p = PSNR(x,y);fprintf(& 39; n压缩前后图像的PSNR值为% 2f n& 39;, p); 打开,2019-12-07 19:51:44,下载96次
基于matlab编程小波变换的数字水印技术源码程序 - function [Iw,psnr]=setdwtwatermark(I,W,ntimes,rngseed,flag)type=class(I);I=double(I);W=logical(W);[mI,nI]=size(I);[mW,nW]=size(W);if mW~=nW error(& 39;SETDWTWATERMARK:ARNOLD& 39;,& 39;ARNOLD置乱要求水印图像长宽必须相等!& 39;)end[ca1,ch1,cv1,cd1]=dwt2(I,& 39;haar& 39;);[ca2,ch2,cv2,cd2]=dwt2(ca1,& 39;haar& 39;);if flag 打开,2019-12-07 20:00:38,下载70次
基于matlab编程Hough变化的答题卡识别源码程序 - 打开,2019-12-07 20:08:33,下载80次
基于matlab编程小波技术进行图像融合源码程序 - function Y = Wave_Reconstruct(Coef_Fusion, s, wtype)if nargin < 3 wtype = & 39;haar& 39;;endY = waverec2(Coef_Fusion, s, wtype); 打开,2019-12-07 20:15:34,下载80次
基于matlab编程阈值分割的车牌定位识别源码程序 - 打开,2019-12-07 20:19:33,下载73次
基于matlab编程霍夫曼图像压缩重建源码程序 - 打开,2019-12-07 20:25:23,下载187次
基于matlab编程路面裂缝检测识别系统设计源码程序 - 打开,2019-12-07 20:29:54,下载94次
基于matlab编程直方图优化的图像去雾技术源码程序 - 打开,2019-12-07 20:35:02,下载575次
基于matlab编程形态学的权重自适应图像去噪源码程序 - 打开,2019-12-07 20:38:30,下载157次
基于matlab编程Harris 的角点特征检测源码程序 - 打开,2019-12-07 20:43:19,下载257次
基于matlab编程多尺度形态学提取眼前节组织源码程序 - 打开,2019-12-07 20:50:25,下载149次
基于matlab编程不变矩的数字验证码识别源码程序 - 打开,2019-12-07 20:55:35,下载489次
基于matlab编程主成分分析的图像压缩和重建源码程序 - 打开,2019-12-07 21:00:19,下载156次
联系方式| 版权声明| 招聘信息| 广告服务| 银行汇款| 法律顾问| 兼职技术| 付款方式| 关于我们|
网站客服网站客服 程序员兼职招聘 程序员兼职招聘
沪ICP备19040327号-3
公安备案号:沪公网安备 31011802003874号
库纳格流体控制系统(上海)有限公司 版权所有
Copyright © 1999-2014, GUSUCODE.COM, All Rights Reserved