搜索资源列表
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.
bin2fdec_diy
- function [fdec_out] = bin2fdec_diy(indata,q1,q0) 把输入二进制小数,转化为十进制小数 输入的二进制最高位为0,表示输入的二进制数为正数,反之为负数 indata: 输入的的二进制数据,字符类型 q0: 正数位的个数,数字类型 Author: xcw Data: 2011-07-28 -no descr iption