用决策树(ID3算法)进行关键字提取 根据词频特征对文章中的关键字时行识别-using decision tree (ID3 algorithm) for keyword extraction Frequency characteristics according to the article, keyword identification at the OK 下载
一个从FILEMON中提取出来的关键字过滤代码,能对指定关键字进行匹配.- 下载
摄影测量中基于特征的匹配。影象匹配是数字摄影测量中最为关键的,目前数字摄影测量要进一步发展除非特征提取有突破。本程序是一个特征匹配的入门程序-photogrammetry based on characteristics of the match. Image Matching Digital Photogrammetry is the most critical, current digital photogrammetry to develop further unless there was a breakthrough feature extraction. This program is a feature matching entry procedures 下载
可以帮助建立网站的搜索目录,能够高速建立目标URL数据库,提取超过70亿网页、目录及搜索引擎中的metadata(标题,关键字,描述)信息,并和用户的关键词作匹配 -can help establish a web sites search directory, a high-speed target URL database, Extraction of more than 7 billion web pages, directory and search engine of metadata (title, keyword, Description) information, and user and keywords for matching 下载
为了方便网络编程,90年代初,由Microsoft联合了其他几家公司共同制定了一套WINDOWS下的网络编程接口,即Windows Sockets规范,它不是一种网络协议,而是一套开放的、支持多种协议的Windows下的网络编程接口。本篇论文主要是介绍了在TCP/IP基础上利用winsock2对网卡进行编程,以达到网络流量监测的目的。论文首先介绍了TCP/IP协议,旨在介绍IP,TCP,UDP等比较重要的协议。主要是介绍IP头,TCP头,UDP头的特点,以便从IP头中可以获取源地址,目的地址,协议类型等信息。在随后的章节中提出了Socket的概念,Socket实际上提供了一个通信端口使所有拥有Socket的端口的计算机之间能够相互通信,在本论文中主要说明了socket的建立,监听和撤销的过程。具体到程序实现中,对网卡混杂模式的设置是通过原始套接字(raw socket)来实现的。为了让原始套接字能接受所有的数据,还需要通过将SOCK_RAW设置成SIO_RCVALL。对数据包的获取通过recv()函数来完成。最后要完成的工作就是对所捕获的IP数据包进行分析以提取出我们所需要的信息。在论文的最后是旨在说明进一步工作的展开. 关键词:网络流量测量 TCP/IP协议 WINSOCK编程 -To facilitate network programming and the beginning of the 1990s, Microsoft jointly by several other companies to develop a set of Windows programming network access , that is, Windows Sockets norms, it is not a network protocol, but a liberal, Multi-protocol support for the Windows network programming interface. The main purpose of this paper is to introduce a TCP / IP based on the use of the card for winsock2 programming, to achieve network traffic monitoring purposes. Papers first introduced the TCP / IP protocol, aimed at introducing IP, TCP, UDP, and other more important agreements. IP is introduced first, the first TCP, UDP first features to the IP header from access to the source address, destination address, Agreement type, and other information. In the ensuing chapters of the Sock 下载
handb是一个纯Java编写的小型的关系数据库管理系统。 其中的“数据处理核心”由一为MIDP设计的关系数据查询程序更改而来; 数据存储管理在MIDP系统中由系统提供,而在该系统中提供一简单的实现; SQL语句解析部分,采用拆分和取关键字的方式实现,支持SQL-92中常用的一些语句; 用户接口由一简单的Java服务器更改而来,能够应付普通的访问; 请求调度部分的主要原则是以表为中心,保证表的原子访问。-handb is a pure Java prepared by the small relational database management system. The "core data processing" as a design MIDP relational data inquiries from changes in procedures; the data storage management system MIDP provided by the system, the system provides a simple realization; SQL analysis, using keywords to split up and take the realization, support for SQL-92 had used some phrases; the user interface by a simple change from Java server, to cope with the generals visit; Scheduling request of the main principle is to form the center and ensuring that the atomic scale visit. 下载
论文标题:组播安全机制的研究与设计 作者:于福海 作者专业:计算机技术 导师姓名:原萍 授予学位:硕士 授予单位:东北大学 授予学位时间:20050701 论文页数:1-61 文摘语种:中文文摘 分类号:TP393.08 关键词:组播通信 安全机制 源认证 组密钥管理 摘要:本文结合课题实际特点,以组播安全为主题,对310网(全军局域网)中的组播提供安全保障进行了系统的研究。 对组播安全的基础理论与方法进行了分析与研究,抽取出了对称加密、非对称加密、单向散列函数、数字签名等安全原语,进而对组播安全系统的基础——PKI技术进行了探讨。 在对相关组播技术与协议的分析过程中,讨论了组播通信和组播协议的过程、特点和安全缺陷,并以此为根据,设计了一个组播源认证、授权和密钥管理中心,并提供了一个兼顾可扩展性、可重用性、可移植性的函数库,为组播过程中组成员身份的认证、组密钥管理、组播传输密钥的受控分发提供了方法。 与此同时,将所提出的组播安全机制解决方案与其他一些常见的安全解决方案在适应的环境、协议、特点等若干方面进行了比较,为组播安全解决方案的选取、确立作了进一步说明。另外,还讨论了有关网络监控、安全值量化等问题,推动了研究的深入开展。-thesis entitled : multicast security mechanism for the research and design of the author : The author in Fuhai professional : Computer Technology instructor name : The original Ping conferring a degree : a masters degree granting units : Northeastern University conferred degrees : 20050701 page thesis :1-61 Potpourri languages : Chinese Digest Key words : Jiangmen Keywords : Multicast Source Authentication security mechanism Group Key Management Abstract : Based on practical issues characteristics of a multicast security as the main theme, 310 network (LAN PLA) multicast to provide security for the systems. Multicast security to the basic theory and methods of analysis and research, taking a symmetric encryption, asymmetric encryption, One-way hash functions, digital signatures and ot 下载
描述:Design a program to find k longest itemsets in a database of N records. 分析:因为题目的要求是找到k longest itemsets,在本程序中为了模拟这个目的,我对算法进行简单化,即简化为这样一个题目:在若干个比较大的数字中找到k 个最大的数字,这个等价于在若干记录中找到k个最长的记录集,因为k个最大的数字自然也是最长的。 思想: 1、数据由程序随机生成,保存到文件out.txt中,以进行读取。 2、这里的方法为堆排序操作,对所有的输入放置在out.txt的文件中,并 逐一读入,对所有数据建造大根堆。 3、最终结果以文件的方法输出:out1.txt为选定的K-项集。 4、数值大的元素放在后部,输出时,从最后一个元素开始。 5、所有的数据都由文件调入内存进行堆筛选,在得到K-项集后再送回到文件中去,而若要是在实际数据库中则是把关键字调入内存进行筛选操作。 程序的详细说明,因为涉及许多细节,所以附在原代码中,因为效率的提高往往是许多细节的改进,而这些必须定量来考察。 实验环境:Win2000,Visual C++6.0,MS Access2000.mfc7.0情况下能否运行没有测试 - 下载
国产简体中文版专业通过Baidu.COM引擎快速搜集大量目标城市和行业的公司企业客户手机号码的手机号码 搜索软件工具。Baidu.COM中收录了全世界的中文公司企业网页,输入与手机号码相关的字符即可检索到大量的手机号码,而且这些号码都是活跃的、有效的,具有极高的市场营销价值。软件通过一次性导入上千个检索关键词列表,自动搜索和提取手机号码,自动纠正错误的手机号码。它可以全天候24小时无人值守工作,是一个真正的手机号码搜索机器人,为您通过手机短讯营销方式推销或采购产品助一臂之力。搜索到的号码可以保存为一行一个手机号码的文本文件,该文件可以直接被配套的新狐手机发送软件导入后点击发送按钮即自动连续发送出去。本软件是服务型企业、广告主、展览商不可多得的一款新时代市场营销制胜法宝。 (这是一个公司对他们产品的宣传,我自己也做了这样一个类似的软件来开源)-homemade English version of the professional rapid adoption Baidu.COM engines collect a large number of target cities and industries Corporate customers phone numbers phone number search software tools. Baidu.COM which includes the worlds Chinese website companies, Input and phone numbers of characters can be retrieved a large number of phone numbers, but these numbers are active. effective, high marketing value. Through a one-time software into more than 1,000 key words list, automatically search and extract phone numbers, automatically correcting erroneous phone number. Its all-weather, 24-hour unattended, is a real phone number search robots, for your phone through SMS marketing methods to sell or purchase products help. Search the numbers can be saved as his phone number to a 下载
多关键字的排序是有一定的实用范围。例如:在进行高考分数处理时,除了对总分进行排序外,不同的专业对单科分数的要求不同,因此尚需在总分相同的情况下,按用户提出的单科分数的次序要求排出考生录取的次序。(1)假如代排序的记录数不超10000,表中记录的关键字数不超过5,各个关键字的范围均为0至100。按用户给定的排序的关键字的优先关系,输出排序的结果。(2)约定按LSD方法进行多关键字的排序。在对各个关键字进行排序时采用两种策略:其一是利用稳定的内部排序方法,其二是利用“分配”和“收集”的方法。并综合比较这两种策略。(3)数据由随机数产生器生产。 -multiple keywords is the sort of practical scope. For example : In dealing with the college entrance examination scores, in addition to scores of rank, different professional right Billing Division fraction of the requirements, it needs to score in the same circumstances, based on the scores of the Billing Division of the order of requests from candidates taking the order. (1) If the order substituting non-record number 10000, the table records keywords not exceeding 5, all keywords are the scope of 0-100. According to the users keyword ranking priority, output sequencing results. (2) agreement on LSD methods of sequencing multiple keywords. All the right sort keyword used two strategies : One is the use of the internal stability of the ranking, second, it uses "allocation" 下载
直方图均衡化原理 ucos2.85 vc hook实例 国际象棋 源码 hough transform,circle,code ucos-ii-v280 pxa270 电源管理 j2me 开源项目 lex工具 计算机网络第四版答案 理财网 php源代码 vc richedit mpeg 播放器 源码 dll 调用 chkesp.c ocr 中文 代码 指令总类 demux mpeg4 code source filter源码 客户机/服务器通信 sjf2440 源文件 mfc dll编写 模拟机器执行代码 贪食蛇c源代码 ping 程序 源代码 excel 删除一个表格 代码 c 实现 calendar 源码 symbian 示例代码 递归原理 java md5加密解密代码 wince视频采集源代码 vc 通讯录 vlc media player源码 俄罗斯 对战 单机 nes模拟器开发 k means聚类算法论文 embedded internet market pcl730 声音采集 pcm ini 操作类 vc 图像模式匹配 算法 editplus sql 模板 光线跟踪算法 win32api编程 c gif文件格式说明 sftp 命令行 工作流 设计 源代码 风魂引擎下载 labview串口通信 经典俄罗斯方块单机 cavlc编码