搜索资源列表
Matlab_Image_Processing
- Matlab在图像处理与目标识别方面的应用实验程序示例。包括三个程序以及详细文档:一、染色体识别与统计,二、汽车牌照定位与字符识别,三、基于BP神经网络识别字符的简单实验。-Matlab in image processing and object recognition on the application of experimental procedures example. Including the three procedures and the detailed documentat
HashM
- 用Matlab实现Hash算法下大篇幅文本文件中字符出现的频率的统计!非常精炼!-Hash algorithm used Matlab to achieve great length text file in the frequency character of the statistics! Very refined!
t
- 文章编辑系统,输入一页文字,程序可以统计出文字、数字、空格的个数。 静态存储一页文章,每行最多不超过80个字符,共N行 -Article editing system, input a word, the program can be worked out, words, numbers, the number of spaces. Static storage an article, each line no more than 80 characters, a total of N
CText
- 完成对任意一个文本文件的字符统计工作。可以统计的信息有中文字符数、英文单词数、行数、字符个数(不计空格)和空格数。 -Calculate Chinese characters, English words the number of rows, number of characters (excluding spaces) and number of spaces in a txt file.
chsta.m
- 这是一个在matlab环境下的字符统计函数。形参是你需要统计的文件在matlab路径下的地址。-This file is aimed at calculates how many characters in direc s file.You should first set the direc of your file,then f=chsta(direc) and everything is ok.