-
Matlab(DCpower-flowprogram)
基于18个节点的直流潮流计算程序,能够运行没有错误,文件全,易初学者学习。(18 nodes based on dc power flow calculation program, to be able to run without error, file, all within easy scholars study.
)
- 2021-03-05 22:29:31下载
- 积分:1
-
车牌识别系统MATLAB源代码完整
说明: clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_Id(file);%得到file中的所有对象 Img = imread(file);%根据路径和文件名读取图片到Img [Plate, bw, Loc] = Pre_Process(Img); % 车牌区域预处理 result = Plate_Process(Plate, id); % 车牌区域二值化处理 % 寻找连续有文字的块,若长度大于某阈值,则认为该块有两个字符组成,需要分割 bw = Segmation(result); words = Main_Process(bw); % 主流程处理 Write_Mask(words, id); % 写出到模板库 str = Pattern_Recognition(words); % 识别(Mike is a student. He is my good friend. He is busy at the weekend. He is going to read a magazine this Saturday morning. He is going to go to the zoo this Saturday afternoon. He is going to buy a book this Sunday morning. He is going to learn Kungfu this Sunday afternoon. He is going to watch TV this Sunday evening.)
- 2017-08-13 02:35:37下载
- 积分:1
-
GreedyAlgOfdmExample
Greedy Alg Ofdm Example
- 2010-05-31 17:17:16下载
- 积分:1
-
adaptive_line_enhancer
现代数字信号处理,自适应谱线增强,求解自相关函数,输入输出信号作比较。(Modern digital signal processing, adaptive line enhancement, solving autocorrelation function, input and output signals for comparison.)
- 2013-11-17 09:43:05下载
- 积分:1
-
myASM
主动表观模型matlab程序,人脸几何特征标定(Active apperance model Matlab programming)
- 2013-10-23 21:22:19下载
- 积分:1
-
MIL-learners
全称是:MIL learners and their ensemble versions一个很好的lazy learnng matlab 程序(MIL learners and their ensemble versions)
- 2015-03-15 10:41:36下载
- 积分:1
-
vc调用matlab
将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 (m to a document conversion c/cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.)
- 2005-03-22 21:40:12下载
- 积分:1
-
Hist_egalis
implimentation de histogram sous matalb
- 2010-03-13 23:37:24下载
- 积分:1
-
Co-ban-ve-Matlab
HOW CAN WE KNOW ABOUT MATLAB
THANKS FOR YOUR ATTENTION
- 2014-11-01 13:10:31下载
- 积分:1
-
Arithmetic
matlab程序 信息论 算术编码及其译码程序(arthemetic)
- 2009-06-06 18:25:24下载
- 积分:1