搜索资源列表
3DCH
- 实体造型,通过半边数据结构实现变结构设计。- The entity modelling, changes the structural design through the half construction of data realization.
FileSystemdesign
- 模拟文件系统,操作系统课程设计的心血,含详细设计报告(设计要求、设计思想、数据结构设计、实体关系图、数据流图、程序流程图、结果分析等)。界面友好,模拟MS-DOS命令行方式,并提供命令列表和命令帮助。编程语言:c语言,编译工具:VC6.0。主要内容:模拟磁盘(使用内存空间)、模拟磁盘空间申请、模拟文件目录、模拟打开文件表。主要功能:建立文件、写文件、读文件、显示文件、删除文件、重命名文件、查询文件属性、关闭文件。 -simulation file system, operating syst
xx_new4
- The purpose of this lab is to introduce the concept of FSMs with a datapath, and to study the usage of more complex test benches. Also, we enforce a rudimentary design methodology by assuming that the students are part of a bigger p
search
- vs 2005+ MFC实体名检索,可以用来检索小说里的名字,要先读入实体名,然后读入检索文章-vs 2005 MFC entity retrieval can be used to retrieve the names of fiction, first read into the entity, then read into the article retrieval
abner
- 一个命名实体识别工具,是Mallet开放源码项目的一部分,可用于识别文本中的人名、地名等信息-a named entity recognition tools, Mallet OSS part of the project, Text can be used to identify the names, places and other information
sprm180
- BSDL Descr iption for Top-Level Entity TMS320F2812
calculater
- 这是一个仿照实体计算器功能设计,包括所有常用的计算功能并具有对一组数据的统计处理功能的,用C++语言编程的软件。可以直接在电脑上使用无需安装任何附件。本产品针对需求简单的使用者,设计出一种界面简单,使用方便且功能比较齐备的计算器。基本功能包括简单加减乘除运算,三角函数,反三角函数运算,指数对数运算,求平方及平方根等。增加了对一组数据的统计处理,如平均数,求方差,求平方和这样的运算。-This is a calculator function entity modeled on the desig
HammingDecoder
- -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection. -- download from: www.pld.com.cn & www.fpga.com.cn LIBRARY ieee U
driveclear
- 原理: 本软件通过覆盖磁盘可用空间来达到彻底清除曾经删除的文件. 作用: 可以彻底清除磁盘曾经储存但被移动、修改、删除的痕迹,这样就可以不必担心以前删除了的文件被他人使用 磁盘恢复软件 恢复了. 常识: 一般常规方式删除(比如清空回收站或SHIFT+DELETE,以及在windows下的格式化)只是清除文件在文件系统中的索引位置,而文件的实体还是保存在磁盘扇区里的,所以所谓 磁盘恢复软件 依然能够恢复你已删除了的文件,只有完全清除文件在磁盘物理扇区上所占用的
ICTCLASAPIManual
- 中科院中文进行分词并对其词性标注;命名实体识别;新词识别;同时支持用户词典-Chinese Academy of Sciences Chinese word segmentation and POS tagging named entity recognition new word identification At the same time support the user dictionary
CRF-0.53
- crf++-0.53.zip CRF++ is a simple, customizable, and open source implementation of Conditional Random Fields (CRFs) for segmenting/labeling sequential data. CRF++ is designed for generic purpose and will be applied to a variety of NLP tasks, such as N
RESEARCH_ON_KEY_TECHNOLOGIES_OF_THE_INFORMATION_EX
- 说明:主要集中在命名实体识别和实体关系抽取两个方面,将先进的机器学习算 法和全新的理论方法一全信息理论运用到我们的整个研究过程中。-Descr iption: The main focus on named entity recognition and entity extraction between the two aspects of advanced machine learning algorithms and new theoretical methods of informat
An_Introduction_to_Conditional_Random_Fields_for_R
- 说明: 基于条件随机场模型的经典理论介绍,广泛应用于命名实体识别,实体关系识别领域。-Note: Based on Conditional Random Fields model describes the classical theory is widely used in named entity recognition, entity-relationship identification field.
Automatic_Entity_Relation_Extraction_Based_on_Cond
- 说明:基于条件随机场模型的实体关系识别,内含条件随机场的理论介绍以及该理论应用于实体关系识别的实验及实验分析 -Note: Based on Conditional Random Fields model entity-relationship recognition, implied condition of the theoretical descr iption with the airport, as well as the theory is applied to entity-r
Database2SharpSetup
- asp.net实体类自动生成工具,很好用的一个软件,里面功能强大;欢迎惠顾-Entity class tools for automatic generation of
Anti-compilationTools
- 反编译工具,适用于C#、VB、Dlphi-REFLECTOR SOFTWARE LICENSE ("License") The following sets out the full License with respect to the use of the Reflector Software. IMPORTANT NOTICE: Please read this License carefully. BY DOWNLOADING, INSTALLING AN
VC2010
- VC调用中科院分词2010版组件的最新源码! 中国科学院计算技术研究所在多年研究工作积累的基础上,研制出了汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),主要功能包括中文分词;词性标注;命名实体识别;新词识别;同时支持用户词典。我们先后精心打造五年,内核升级8次,目前已经升级到了ICTCLAS2010!-VC call to Word 2010 version of t
database
- 数据库课程设计源代码,目由需求分析和依赖关系确立实体集及关系表,设立外码约束。创建适当的视图和事务。结合与用户的交互信息搭建友善的界面,根据功能的不同确立不同的模块,合理运用DELPHI语言和调用SQL语句达到数据库操作-Database of curriculum design source code, project dependencies from the needs analysis and the establishment of entity sets and relational
windows_c_32
- 中文词法分析是中文信息处理的基础与关键。中国科学院计算技术研究所在多年研究工作积累的基础上,研制出了汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),主要功能包括中文分词;词性标注;命名实体识别;新词识别;同时支持用户词典。我们先后精心打造五年,内核升级6次,目前已经升级到了ICTCLAS3.0。ICTCLAS3.0分词速度单机996KB/s,分词精度98.45 ,API不超过2
Cvolatile
- eee.std_logic_arith.all use ieee.std_logic_1164.all use ieee.std_logic_unsigned.all entity PL_auto1 is port ( clk:in std_logic --系统时钟 set,get,sel,finish: in std_logic --设定、买、选择、完成信号 coin0,coin1: in std_logic --5角硬币、1元硬币 price,quan