搜索资源列表
一个非常好用的Autocad工具集
- ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
StoreManage
- 库存管理系统V1.0源码 版本说明: 1.开发工具vs2005,数据库sql2005 2.数据库的连接字符串在web.config文件中,数据库文件在DB_51aspx文件夹下,附加后,修改连接字符串为本地数据库的密码即可 3.程序入口为login.aspx,默认管理帐号/密码:51aspx/51aspx 主要功能有: 用户管理 修改密码 库存管理 添加货品 货品管理 入库管理 入库登记 入库管理 入库年度统计 出库管理 出库登记 出库管理
zifuchuan
- 输入一段字符串 统计其中各类字符的数量(数字类 字母类 空格 其他)并输出-Enter a string in which all kinds of statistics on the number of characters (the number of types of letters of other types of spaces) and output
lxs
- 本程序是用TC编写,要实现的功能:输入一页文字,程序可以统计出文字、数字、空格的个数。 静态存储一页文章,每行最多不超过80 个字符,共N 行; 要求:(1)分别统计出其中英文字母数和空格数及整篇文章总字数; (2)统计某一字符串在文章中出现的次数,并输出该次数; (3)删除某一子串,并将后面的字符前移。 存储结构使用线性表,分别用几个子函数实现相应的功能; 输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。 输出形式:(1)分行输出用户输入的各行字符; (2)分4 行输出
tt
- 本演示程序中,集合的元素为字符,集合大小为n<20,以字符串的形式输入,以“回车”为结束标志。程序读入一个字符串,统计该字符串中出现的字符及其次数,然后输出结果。运用一个二叉树来保存处理结果,字符串中的每个不同的字符用树描述,每个结点包含4 个域,格式为: 字符 该字符的出现次数 指向ASCII码小于该字符的左子树指针 指向ASCII码大于该字符的右子树指针 因此,程序的功能是依次从输入字符串中取出一个字符,把它们插入到树中 -The demonstra
article_Edit_mfc
- 文章编辑器 【内容与要求】 功能:输入一页文字,程序可以统计出文字、数字、空格的个数。 要求: (1)分别统计出其中英文字母数和空格数及整篇文章总字数; (2)统计某一字符串在文章中出现的次数,并输出该次数; (3)删除某一子串,并将后面的字符前移。 (4)实现查找符合要求的某个字符串,能实现将该字符串替换为另一字符串 【提示】采用字符串实现。 -Articles Editor】 【content and functional requirements: En
1
- 是用容器来统计文本中字符串出现频率的程序,实现map排序 源码是别人的,在上面改动了一些实现的-Containers are used for statistical frequency of occurrence of the text string procedure, source sorted map implementation is somebody else' s, in the above a number of changes to achieve the
qiantao
- 可以嵌套子目录的字符串替换,文件名替换,代码统计功能 -Nested subdirectories can replace the string, the file name to replace the symbol statistics
zimutongji
- 从键盘输入一段字符,统计输入的字符串中个字母出现的次数-A section of characters from the keyboard input, statistical input string appears in the number of letters
zifuchuan
- 统计字符串中每个字符出现的频数,显示在屏幕上输出-Statistics for each character string appears in the frequency, the output on the screen
hanshu3
- 输入一个4位数字字符,输出时每两个数字间空一格;统计字符串中字母、数字、空格、其他字符的个数-Enter a 4 numeric characters, the output between every two digits a space number of statistics string of letters, numbers, spaces and other characters
WordCount
- 统计字符串中的单词个数,并按出现次数降序,并且按字典顺序输出-Count the words of a sentence, and then sort by descend and output according the dictionary.
WordCount.java
- hadoop的应用用于统计字符串的出现次数 通过mapreduce来处理-hadoop number of statistical occurrence of a string
tongjigeshu
- 从键盘输入一个字符串 然后统计字符串中数字 字母和其它字符的个数 最后在屏幕上输出-Keyboard input a string of alphanumeric strings and statistics and the number of other characters in the final output on the screen
words
- 该程序用来统计字符串中单词的个数。该字符串可包含常用标点、空格及特殊符号。-The number of statistical procedures used in the string of words. The string can contain common punctuation, spaces and special symbols.
Str
- VB实现字符串操作,可统计字符串长度内容等。(VB string operations, statistics string length, content and so on.)
textsearch
- VB实现字符串匹配查询,同时可统计字符串长度(VB to achieve string matching queries, while statistical string length)
huibian
- 定义一串字符串(50个,包含字母和数字及其它字符,注意要有大小字母),将该字符串中的字母和数字分别找出来(Define a string of string (50, including letters and numbers and other characters, note that the size of letters), the string of letters and numbers were found out)
ngram模型分词与统计算法
- N-Gram(有时也称为N元模型)是自然语言处理中一个非常重要的概念,通常在NLP中,人们基于一定的语料库,可以利用N-Gram来预计或者评估一个句子是否合理。另外一方面,N-Gram的另外一个作用是用来评估两个字符串之间的差异程度。这是模糊匹配中常用的一种手段。本文将从此开始,进而向读者展示N-Gram在自然语言处理中的各种powerful的应用。(N-Gram (sometimes referred to as N metamodel) is a very important concept
字符串综合
- 素数对 统计单词数 反正很简单也很容易学 信息竞赛入门水题(A prime number is simple to count the number of words, and it's easy to learn the entry of information competition.)