CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - KWIC

搜索资源列表

  1. kwic

    2下载:
  2. kwic(keyword in context)系统演示源代码及文档,基于pipeline-filter模式,.net平台编写。-kwic (keyword in context) system demonstration source code and documents, based on pipeline-filter pattern, net platform compilation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:419336
    • 提供者:
  1. KWIC系统事件风格

    0下载:
  2. The KWIC index system accepts an ordered set of lines; each line is an ordered set of words, and each word is an ordered set of characters. Any line may be "circularly shifted" by repeatedly removing the first word and appending it at the e
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-05-25
    • 文件大小:357088
    • 提供者:thl529@qq.com
  1. Kwic assignment

    1下载:
  2. Kwic assignment
  3. 所属分类:文档资料

  1. 3风格KWIC

    0下载:
  2. 3风格KWIC
  3. 所属分类:J2ME

    • 发布日期:2011-06-21
    • 文件大小:39147
    • 提供者:yamde@21cn.com
  1. 采用黑板模式实现的kwic代码

    3下载:
  2. 采用黑板模式实现的kwic代码.在实现中,有三个knowledgesource,一个backboard,和一个黑板,kwic implemented by java in Blackboard pattern
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-08-22
    • 文件大小:3467
    • 提供者:xushijie
  1. kwic的四种编程风格的代码

    0下载:
  2. kwic的四种编程风格的代码 oo es ms pf 四种-kwic four programming style code oo es ms pf four kinds of
  3. 所属分类:游戏

    • 发布日期:2017-04-09
    • 文件大小:1489864
    • 提供者:sxh
  1. KWIC 的抽象数据类型风格的实现

    0下载:
  2. KWIC 的抽象数据类型风格的实现, 使用前拷贝kwic.txt到C盘根目录下!,KWIC abstract data type style to achieve, the use of pre-copying to C Packing kwic.txt directory!
  3. 所属分类:界面编程

    • 发布日期:2017-03-23
    • 文件大小:30390
    • 提供者:lianse
  1. KWIC

    0下载:
  2. KWIC采用管道过滤器风格,采用Java实现-KWIC pipe filter style by using the Java implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:3404
    • 提供者:linxin
  1. kwic

    0下载:
  2. 简单的txt文本搜索程序。能够从指定的txt文档中搜索特定单词并生成其KWIC。此程序为《统计自然语言处理基础》习题1.6第7题答案。-Simple search program for certain word in a txt file. It can find out specific word in a txt file and generate its KWIC. This program can serve as the answer of practice 1.6.7 of "Fo
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:882
    • 提供者:leebird
  1. KWIC_MS

    0下载:
  2. kwic实现 ms风格 java实现 没有Filter附加功能-kwic implementation ms style
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1487
    • 提供者:zz
  1. kwic_pipe

    0下载:
  2. 实现软件体系结构KWIC案例的管道过滤器风格,使用前请拷贝文件kwic.txt到C盘根目录下!-err
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:15613
    • 提供者:lianse
  1. kwic_II

    0下载:
  2. KWIC 的隐式调用风格的实现, 使用前拷贝kwic.txt到C盘根目录下!-KWIC s implicit call for the achievement of style, the use of pre-copying to C Packing kwic.txt directory!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7902
    • 提供者:lianse
  1. kwic_SDS

    0下载:
  2. KWIC 的共享数据风格的实现, 使用前拷贝kwic.txt到C盘根目录下!-KWIC-style sharing of data to achieve, the use of pre-copying to C Packing kwic.txt directory!
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-27
    • 文件大小:19963
    • 提供者:lianse
  1. SA

    0下载:
  2. 软件体系结构 KWIC三种风格的java实现-KWIC software architecture of the java implementation in three styles
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:43227
    • 提供者:deng
  1. KWIC_system_event

    0下载:
  2. 经典体系风格实现之事件系统,以kwic为例。该系统采用事件系统已经实现了附件中的作业1、2功能-The KWIC index system accepts an ordered set of lines each line is an ordered set of words, and each word is an ordered set of characters. Any line may be "circularly shifted" by repeatedly removing th
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:357088
    • 提供者:thl
  1. source

    0下载:
  2. The KWIC问题,用管道风格、调用/返回风格和OOP风格分别实现-The KWIC problem, with pipe-style, call/return style and OOP-style, respectively, to achieve
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3244
    • 提供者:翁宇
  1. kwicInObject

    0下载:
  2. KWIC即keyword in context,是学习软件体系结构时最常用的例子,我的源码给出了这个例子的面向对象方式的实现。-KWIC that the keyword in context, is to study the structure of the software system, the most commonly used example, I give the source code of this example implementation of object-orient
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:13747
    • 提供者:zhouchengcheng
  1. kwicByPipe

    0下载:
  2. KWIC :keyword in context是软件体系结构教学最常用的例子,本源码提供了管道的实现方式-KWIC: keyword in context is the software architecture, the most common examples of teaching, this source provides a way to achieve pipeline
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:24674
    • 提供者:zhouchengcheng
  1. pf_src

    0下载:
  2. KWIC Implemented with Pipe Filter Architectural Style
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:8162
    • 提供者:陈知千
  1. kwic--pf

    0下载:
  2. The KWIC index system accepts an ordered set of lines each line is an ordered set of words, and each word is an ordered set of characters.-The KWIC index system accepts an ordered set of lines each line is an ordered set of words, and each word is a
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:9472
    • 提供者:justagod
« 12 3 4 5 »
搜珍网 www.dssz.com