搜索资源列表
高校运动会系统
- 任务:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m=10 , w=8 , n=15) 功能要求: 1). 可以输入各个项目的前三名或前五名的成绩; 2).能统计各学校总分(用链表); 3).可以按学校编号、学校总分、男女团体总分排序输出(快速、基数);
Rayleigh2channel
- 两靖rayleigh衰落信道仿真。This m-file uses successive iterations of data to create an animated = effect %showing the results of passing an unmodulated carrier through a simple = two %path Rayleigh fading channel. The following formula and diagram %i
BPSK_ASK_jiay
- This m file analyzes a coherent binary phase shift keyed(BPSK) and a amplitude shift keyed(ASK) communication system. The receiver uses a correlator(mixer-integrator[LPF]) configuration with BER measurements comparing measured and theoretical results
咖吗滤波matlab
- function [h,s,v] = rgb2hsv(r,g,b) %RGB2HSV Convert red-green-blue colors to hue-saturation-value. % H = RGB2HSV(M) converts an RGB color map to an HSV color map. % Each map is a matrix with any number of rows, exactly three
Atoolbox
- A collection of functions is presented which includes 2nd generation wavelet decomposition and reconstruction tools for images as well as functions for the computation of moment invariants. The wavelet schemes rely on the lifting scheme of Sweldens.
Distributed_Multimedia_Networks
- MATLAB程序,TCP流路由,丢包率计算,包括脚本和simulink模块。-runde2.m (Matlab driver s program for activating 40 TCP flows with an AQM router) vdpol2.m (Matlab function for setting up stochastic differential equations for runde2.m) runde3.m (Matlab driver s program to
matlab_v
- Motion Tracking === === === This tarball contains all code required to run the tracking algorithm on a sequence of images. Run the file run_tracker.m in Matlab and follow the instructions. You will need to have a directory of sequentiall
EKF_Peng
- Start with the runlocalization track.m which is the entrance function to your lab. This function reads two les determined by simoutle and maple input arguments which contain information about sensor readings and the map of the environment re
Scrosspectrum
- 一维连续功率谱分析 一维序列x(n)的连续功率谱分析,ol(0:m)频率,tl(0:m)周期,sl(0:m)连续功率谱,st95(0:m)红噪音或白噪音谱的95 置信上限,strw(0:m) 红噪音或白噪音的谱密度,其中m=[n/2.]。 -Continuous power spectral analysis of one-dimensional one-dimensional sequence x (n) of continuous power spectrum analysis, ol
dsatbx
- matlab数据结构 算法工具箱, 包括堆栈 队列 2叉树 红黑树 -Data Structures & Algorithms Toolbox ==================================== The Data Structures & Algorithms Toolbox provides advanced data structures and algorithms for the Matlab(r) 5 environment. It implem
colored-map
- Author :M.Z.M Irshath ICT0506008 Program Name: Coloring Map Date : 15.August.2009 Purpos : Coloring Map problem BICT RUSL Program is designed to color a map using four colors Red, Green, Blue, and Yellow. Folder co
Scspectrum
- 一维序列x(n)的连续功率谱分析,ol(0:m)频率,tl(0:m)周期,sl(0:m)连续功率谱,st95(0:m)红噪音或白噪音谱的95 置信上限,strw(0:m) 红噪音或白噪音的谱密度,其中m=[n/2.]。-Continuous power spectral analysis of the one-dimensional sequence x (n) of the continuous power spectrum, ol (0: m), frequency, tl (0: m) c
gui_camera
- bean recog -gui red , green and black color only M file
c_code_dbn
- 这是深度置信网的C++版本。 rbm.h 实现自动编码. mnist.h 读取MNIST数据文件 spectrum.inl RGBs与颜色的映射 demo.cc 训练/测试主程序-The deep learning algorithm is based on the matlab code provided by Geoff Hinton etc at http://www.cs.toronto.edu/~hinton/MatlabForSciencePaper.html
Test
- 以ACODC驅動ACCESS發光發熱衝字數我豪爽唷我來自外太空-ACCESS to ACODC drive shine red words I forthright yo I' m from outer space
rgb2ycbcr
- 颜色空间转换:RGB空间-->ycbcr空间。速度比ColorSpace调用快多了。 调用格式[y, cb, cr] = rgb2ycbcr(img) 输入img: rgb彩色图;y: 亮度,cb:蓝色,cr:红色 调用参考runTest.m-Color space conversion, RGB to ycbcr call format: [y, cb, cr] = rgb2ycbcr(img) input img: rgb image output r: i
Digit-Recognizer
- steps - 1. run DigitRecognizer.m 2. mode to run a. Test Mode input pad will open with axes having a red dot. left-click mouse and drag(dont unclick) mouse to draw a numeric digit. if you unclick mouse it won t draw anything. if you w
W14N1
- 1.W14N1.m是一个函数文件,以下是它已有功能的描述:它最多有3个输入量。该函数具有以下功能:(A)如果输入量个数为0,则用蓝色虚线画出半径为3的圆。(B)如果输入了边的个数N,则用蓝色虚线画出N边形,其外接圆的半径为3。(C)如果输入了边的个数N、外接圆半径R,则用蓝色虚线画出外接圆半径为R的正N边形。(D)如果输入了边的个数N、外接圆半径R、线型str,则用给定的线型str画出内切圆半径为R的红色正N边形。 请在原文件中添加代码以完成以下要求:1)当输出量为1个时,这个输出是正多边形
track-red-matlab-algorithm
- 实时跟踪摄像头获取视频中的红色部分,算法由Matlab实现。计算机要有摄像头或连接USB摄像头,Matlab通过自身函数提取视频跟踪。 包含两个文件,word说明了matlab提取视频方法。m文件实现算法,其中摄像头参数部分代码可能视具体情况修改。-Get real-time tracking camera video in the red part of the algorithm by Matlab implementation. Computer must have a camera
Test100
- 以ACODC驅動ACCESS發光發熱衝字數我豪爽唷我來自外太空-ACCESS to ACODC drive shine red words I forthright yo I' m outer space