搜索资源列表
bdszh
- 偶写了个将中序表达式转化成后序表达式的程序。不过只能对单字符进行操作,现在改良了一下,能够对任意精度的数值进行运算,并且能够处理任意多的括弧(不过我并没有显式的允许输入[]或者{},只要将它们都成()就可以实现[]或者是{}的操作了),由于程序中间有小数点,所以在写成后序的时候,为了以便于区分输入的数据,我用下划线将它们隔离了开来。-even wrote a sequence of Chinese expressions into expressions sequence after the p
ex3
- 基于BP神经网络识别字符. BP神经网络算法是把一组样本输入输出问题转化为一个非线性优化问题,并通过梯度算法利用迭代运算求解权值的一种学习方法。采用BP网络进行分类,并附加线性感知器来实现单字符的有效识别,算法简便,识别率高,可适用于多种高噪声环境中的印刷体字符识别。-BP neural network based character recognition. BP neural network algorithm is a set of sample input and output is
12315641315
- 1.输入n个结点的权值和字符,不断选择最小值和次小值建成HUFFMAN树,如果从叶结点开始向上遍历译成HUFFMAN编码。然后把每个字符对应的码值显示出来。 2.输入任意字符串,转化成HUFFMAN编码 3.输入任意HUFFMAN编码,转化为字符串。 原理: 从给定的叶子及树重中选择最小和次小的两棵树构成一棵新树,所得的和放入森林中继续比较,重复以上步骤,直到仅剩一棵树,即为哈夫曼树。 -make your 123156131554
huffcode
- 哈夫曼编码,能后对一个文本,首先剔除非英文字母字符,然后将小写统一转化为大写,再对其进行哈夫曼编码,并输出编码表及带全路径长度-Huffman coding, to a text after the first non-English alphabetic characters removed, and then converted to lowercase unified capital, and then their Huffman encoding, and output coding t
Txtread
- 在MATLAB中txt文档等的读入,数学建模时候做的关于大量英文字符的录入及转化分组。-A useful tool for read txt,etc
main
- 计算机组成补码的加减运算和将字符输入将其转化成十进制再转换成二进制补码-Computer component of the addition and subtraction, and complement the character input to convert it into decimal converted to binary complement
bin2fdec_diy
- function [fdec_out] = bin2fdec_diy(indata,q1,q0) 把输入二进制小数,转化为十进制小数 输入的二进制最高位为0,表示输入的二进制数为正数,反之为负数 indata: 输入的的二进制数据,字符类型 q0: 正数位的个数,数字类型 Author: xcw Data: 2011-07-28 -no descr iption
caculateword
- 本程序使用状态转换思想统计单词个数,统计单词时共有4种状体可供转化: 1:是字符但不是单词状 2:是字符但是单词状 3:不是字符但是单词状 4:不是字符但不是单词状-This program uses the number of state transitions ideological statistical word statistical word-like body for a total of four kinds of transformation: 1: Yes,
c1
- 从键盘接收一个字符,如果是小写字符,则转化为相应的大写字符;如果是大写字符,则转化为相应的小写字符;如果是其他字符,则不做转换-Receives a character the keyboard, if it is lowercase characters, converted to the corresponding uppercase characters if uppercase characters are converted to the corresponding lowerca
TFYPMAI
- 求三角形面积的算法,可以将输入的三个符合三角形定理的字符转化为整数来求面积()