Welcome![Sign In][Sign Up]
Location:
Search - keyword

Search list

[Windows Developsearchword

Description: 一个文本搜索的console程序,可以从一个txt文本文件中查找数据,文本中的格式为: keyword + ":" + discrible-a text search procedures for the console, from a text file txt search data text format : keyword ":" discrible
Platform: | Size: 6144 | Author: 李海 | Hits:

[Windows Developkeyword

Description: 信息检索是计算机应用的重要领域之一。由于信息检索的主要操作是在大量的存放在磁盘上的信息中查询一个特定的信息,为了提高效率,重要的问题是建立一个好的索引系统。编制程序实现“书名关键词索引”,程序功能为从给定的书目文件生成与其相应的有序词表。如下图所示:表(a)为书目文件,表(b)为与其对应的有序词表。-Computer Application Information Retrieval is one of the key areas. Information Retrieval as a result of the main operation is in a large number of stored information on disk query a specific information, in order to improve efficiency, an important issue is to establish a good indexing system. Programming realize
Platform: | Size: 1024 | Author: 杨哲 | Hits:

[Search EngineDomainGen1.0.0

Description: 简介:由于近年来关键词搜索类广告的兴起,使得自助停放成为可能,但搭建一个自己的停放平台依然有较高的技术门槛,DomainGen的出现大大降低自助搭建停放平台的门槛,不懂程序的朋友一样可以轻松使用,自动优化功能让您从大量繁琐域名优化中解放出来。模版化的界面可以更方便打造自己的个性停放,缓冲数据实现高负载能力,设置简单容易上手。-Introduction: In recent years, type of keyword search advertising rise, making it possible to self-parking, but to build a platform for their own parking is still a high technical threshold, DomainGen significantly reduce the emergence of self-service platform, the threshold of the parking structures and do not know the procedure friends can easily use, auto-optimization feature allows you to optimize the domain name from a large number of cumbersome emancipated. Template-based interface can be more convenient to create their own personalized parking, buffering the data to achieve high load capacity, set up simple and easy to use.
Platform: | Size: 1035264 | Author: 林家华 | Hits:

[CSharpmygoogle_source

Description: C#调用google搜索服务的源码示例,实现了用google根据关键字搜索的功能-C# call google search service source example implementation using the google keyword search in accordance with the function of
Platform: | Size: 51200 | Author: 落木 | Hits:

[MultiLanguagekeyword-chouqu

Description: 基于逆向最大匹配算法的分词及基于HMM模型的词性标注系统,包括了未登录词的识别、数据库的添加等内容。(需要手动修改数据库的路径才可以运行)-Reverse Maximum Matching Algorithm Based on the sub-word HMM-based model and part of speech tagging system, including the unknown word identification, such as the contents of the database to add. (Need to manually edit the path of the database can run only)
Platform: | Size: 1259520 | Author: 张莉娟 | Hits:

[assembly languageFind_a_matching_string

Description: 程序接收用户键入的一个关键字以及一个句子,如果句子中不包含关键字则显示’No match!’;如果句子中包含关键字则显示’Match’,且把该字在句子中的位置用十六进制数显示出来。要求程序的执行过程如下: Enetr keyword:abc Enter Sentence :We are studying abc. Match at location:11 H of the sentence. Enter Sentence:xyz,OK? No match. Enter Sentence:^C-Procedures for receiving a user types a keyword and a sentence, if the sentence does not contain the keyword is displayed No match! If the sentence contains keywords show Match , and the word position in the sentence by 10 the number of six-band show. Procedures for the implementation of the requirements are as follows: Enetr keyword: abc Enter Sentence: We are studying abc. Match at location: 11 H of the sentence. Enter Sentence: xyz, OK? No match. Enter Sentence: ^ C
Platform: | Size: 26624 | Author: lzl | Hits:

[Othercode

Description: 提取代码关键字, 并计算出现频率,达到研究的效果-Keyword extraction code, and calculate the frequency of occurrence, to study the effect of
Platform: | Size: 184320 | Author: chenyuanqin | Hits:

[Other14230-3s

Description: Keyword Protocol 2000 - Part 3 - Application Layer-Keyword Protocol 2000- Part 3- Application Layer
Platform: | Size: 503808 | Author: Un Known | Hits:

[matlabtfidfmatlab

Description: 用matlab实现TFIDF算法,有助于初学者了解关键字提取算法.-TFIDF algorithm using matlab implementation will help beginners understand the keyword extraction algorithm.
Platform: | Size: 1024 | Author: 小月 | Hits:

[Program docKeywordProtocol2000_Part1_PhysicalLayer

Description: This document is based on the International Standard ISO 14230 Keyword Protocol 2000 and has been further developed to meet Swedish automotive manufacturer s requirements by the Swedish Vehicle Diagnostics Task Force. It is based on mutual agreement between the following companies: · Saab Automobile AB · SCANIA AB · Volvo Car Corp. · Volvo Bus
Platform: | Size: 31744 | Author: ggpanos | Hits:

[Program docKeywordProtocol2000_Part2_DataLinkLayer

Description: This document is based on the International Standard ISO 14230 Keyword Protocol 2000 and has been further developed to meet Swedish automotive manufacturer s requirements by the Swedish Vehicle Diagnostics Task Force. It is based on mutual agreement between the following companies: · Saab Automobile AB · SCANIA AB · Volvo Car Corp. · Volvo Bus Corp. · Mecel AB
Platform: | Size: 372736 | Author: ggpanos | Hits:

[Other14230-1s.pdf

Description: Keyword Protocol 2000 - Part 1 - Physical Layer Swedish Implementation Standard This document is based on the International Standard ISO 14230 Keyword Protocol 2000 and has been further developed to meet Swedish automotive manufacturer s requirements by the Swedish Vehicle Diagnostics Task Force Application: Automotive embedded SW engineering
Platform: | Size: 32768 | Author: foxy | Hits:

[OtherKeyword

Description: 关键字排序算法,通过huffman树对所给的各关键字进行排序-Keyword sorting algorithm, through the huffman tree on which to sort the various keywords
Platform: | Size: 7168 | Author: 韩丰 | Hits:

[JSP/JavaKeyWord

Description: (统计Java 源代码中的关键字)编写程序,读取一个Java 源代码文件,报告该文件中关键字的个数。从命令行传递该文件的文件名。 编程提示: Java 关键字集合的形成; 方法一:创建规则散列集对象,使用add()将所有Java 关键字存放在该集合中; 方法二:创建一个文件存放Java 关键字,然后将文件内容读入一个规则散列集中。 Java 源代码文件的处理(参考练习二的文件处理); 原文件中关键字个数统计:如果一个单词在关键字集合中,则计数器增1;否则计数器不变。 -(Statistics Java source code keywords) to program, read a Java source code files, reports the number of keywords in the file. Transfer the file from the command line name. Programming Tip: Java keywords set formation Method One: Create a rule set the hash object, use the add () to all the Java keywords stored in the collection Method Two: Creating a Java key store file, and then the contents of the file read into a hash rule set. Treatment of Java source code files (see Exercise b of the document processing) the number of original documents keyword statistics: If a word in the keyword set, then the counter by 1 or counters unchanged.
Platform: | Size: 1024 | Author: 王小A | Hits:

[Internet-Networkkeyword

Description: delphi编写的当前最流行关键字采集器,主要是采集三大主流搜索引擎的流行关键字,注意:是源码。-delphi write the most popular keywords collector current is mainly collected three mainstream popular keyword search engines, pay attention: is the source.
Platform: | Size: 53248 | Author: 小小书童 | Hits:

[Windows DevelopKeyWord

Description: 这个程序是自己制作的VC++软件,用于查询是否使用了关键字-This program is the VC++ to produce their own software, whether used for keyword queries
Platform: | Size: 139264 | Author: 天天 | Hits:

[OtherAnalysis-of-user-keyword-similarity-in-online-soc

Description: Analysis of user keyword similarity in online social networks -Analysis of user keyword similarity in online social networksAnalysis of user keyword similarity in online social networks
Platform: | Size: 1606656 | Author: hhhhhhhhh | Hits:

[Linux-Unixkeyword

Description: 此函数的功能是想XML文件中添加元素到指定的地方。可以添加一个以上-add keyword to xml doc.
Platform: | Size: 1024 | Author: jonetsun | Hits:

[JSP/JavaKeyWord

Description: Splist Keyword from article
Platform: | Size: 1024 | Author: feifeizhan | Hits:

[Speech/Voice recognition/combineLatticeSTD

Description: 一个国外博士写的基于语音识别中间lattice结果的关键词检索(spoken term detection),是linux下的程序,需要自己编译安装-A foreign-based speech recognition to write Dr. intermediate lattice results keyword search (spoken term detection), is a program under linux, you need to compile the installation
Platform: | Size: 1386496 | Author: 徐勇 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net