CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - using text

搜索资源列表

  1. 肖天华数据结构大作业

    0下载:
  2. 本次作业采用MFC多文档——视图结构体系(已征得肖老师的同意)。开发环境为VC++ 6.0 SP6,其他环境下编译未做测试。 程序运行时的外观如上图所示:文档窗口被分割为左右两部分。左边部分采用树形控件CTreeCtrl管理,右边部分采用文本框控件CEdit管理。打开或生成的XML文档都将以文本方式显示在右侧文本编辑窗口,经一定算法解析后将在左侧窗口中按XML文档描述的逻辑结构以树形目录的方式显示出来,直观明了。 -this operation using MFC more docume
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:505.23kb
    • 提供者:long
  1. Matlab_imageMatlab

    0下载:
  2. 附录MATLAB 图像处理命令 1.applylut 功能: 在二进制图像中利用lookup 表进行边沿操作。 语法: A = applylut(BW,lut) 举例 lut = makelut( sum(x(:)) == 4 ,2) BW1 = imread( text.tif ) BW2 = applylut(BW1,lut) imshow(BW1) figure, imshow(BW2) 相关命令: makelut 2.best
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:417.36kb
    • 提供者:keke
  1. Dijkstra

    0下载:
  2. Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:205.39kb
    • 提供者:wwf
  1. eGovementDesignRealise

    0下载:
  2. 目前国内已掀起电子政务的应用热潮,但对电子政务如何建立系统且先进的数据工程体系 并构造电子政务的决策支持系统尚不多见。在开发南海市区(镇) 电子政务的决策支持系统中,利 用软件工程开发方法、决策支持的构件化框架以及数据仓库和多维数据技术方面取得了良好效果, 文中对其中的关键技术作概要介绍。-At present, has caused an upsurge of e-government applications, but how to set up e-government sys
  3. 所属分类:software engineering

    • 发布日期:2017-04-23
    • 文件大小:174.67kb
    • 提供者:李小双
  1. ArraysPointersInC

    0下载:
  2. This a short text on arrays and pointers in C with an emphasis on using multi-dimensional arrays. The seemingly unrelated C rules are explained as an attempt to unify arrays and pointers, replacing arrays and the basic array equation by a n
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:5.07kb
    • 提供者:asi
  1. Prentice_Hall_-_Ada_95_The_Craft_of_Object-Orient

    0下载:
  2. This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops small trivial programs into large case-study type programs. The main emphasis of this book is on maintenance problems, and using object-oriented techn
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:905.39kb
    • 提供者:voirin
  1. testbench

    0下载:
  2. 使用M仿真器时只能用文本编译 本文讲了如何编写激励文件。-M, when using the emulator can only be used to compile this text in a speech how to write incentives files.
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:88.34kb
    • 提供者:sunyuqi
  1. aybook.cn_opeigdprogrma0630

    0下载:
  2. OpenGL编程指南第六版 ,英文电子书pdf格式-he OpenGL? Programming Guide, Sixth Edition, provides definitive and comprehensive information on OpenGL and the OpenGL Utility Library. The previous edition covered OpenGL through Version 2.0. This sixth edition of the best
  3. 所属分类:software engineering

    • 发布日期:2017-06-03
    • 文件大小:14.67mb
    • 提供者:陆天华
  1. TLC0834InterfaceDesign

    0下载:
  2. TLC0834是TI公司生产的八位逐次逼近模数转换器,具有输入可配置的多通道多路器和串行输入方式。文中以AT89C51 CPU为核心,采用LTC0834八位串行A/D转换器设计了一个可将模拟信号转换为数字信号的电路。-TLC0834 is a TI company eight successive approximation ADC with a configurable multi-channel input multiplexer and serial input method. Text
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:74.9kb
    • 提供者:郭启利
  1. LJDBSearch(1)

    0下载:
  2. 数据库管理系统存储的一般都是结构化数据,长足于数值的计算、查询、统计与挖掘。随着计算机存储与计算能力的迅猛发展,越来越多的非结构化文本数据存储在数据库中,数据库中的文本搜索日益广泛。 当前,数据库中的文本搜索,一般采用SQL语句中的Like操作符或者采用数据库系统自带的全文索引功能。Like操作往往特别耗时,数据规模超过10万条,查询往往会导致网络连接超时,无法满足在线搜索的需要;同时,Like查询仅仅是简单的字符串匹配,没有考虑语言语义,检索“和服”,同样会命中“产品和服务”。当前
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:1.37mb
    • 提供者:lingjoin
  1. python_forUnix

    0下载:
  2. Python is an ideal language for solving problems, especially in Linux and Unix networks. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, and learn how Python can provide a more ef
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2.52mb
    • 提供者:欧曜玮
  1. 1

    1下载:
  2. 利用句型模板构造抽取规则,然后直接从经过时 间短语和空间短语识别和规范化处理的文本中抽取事件信息,从而跳过了深层句法分析,降低了实现系统的 难度 (2) 利用事件的规范化的时空信息关联不同文档中的同一事件,进行事件合并 (3) 文档发生事件转移时 对文档进行事件切分,从而解决了文档内不同事件信息的归并问题。-Extraction rules using sentence patterns, and then directly from the space of time phrase
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:365.76kb
    • 提供者:杜绢
  1. mmplayer

    0下载:
  2. 设计媒体播放器在窗体上利用文件系统控件选择需要播放的文件,使用命令按钮控件数组播放相应文件。此外,创建一个复选框,用于选择是否需要重复播放,创建两个文本框用于显示播放文件的长度和当前位置。-Design media player using the file system in the form control select the file you want to play, use the command button control array of play the correspond
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:69.44kb
    • 提供者:lizhenhua
  1. addText

    0下载:
  2. 使用IO实现txt文本的追加,和字符串操作,有兴趣可以-Txt text using the IO to achieve additional, interested can look at
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:1021byte
    • 提供者:virgoo
  1. Embedded.Signal.Processing.with.the.Micro.Signal.

    0下载:
  2. Embedded Signal Processing with the Micro Signal Architecture. indispensable reference for anyone involved in the design of systems using this family of processors [Blackfin]. This is a real-time digital signal processing textbook using the lates
  3. 所属分类:software engineering

    • 发布日期:2017-05-31
    • 文件大小:12.73mb
    • 提供者:rfjaimes
  1. Text-Retrieval

    0下载:
  2. 信息检索系统从最初的纯手工检索系统业已发展到现在的以信息技术为支撑的检索系统,在这一过程中,适应新的信息资源、信息技术这些检索环境,提高信息检索系统的查全率、查准率和系统响应时间是不变的主题,在众多文本中掌握最有效的信息始终是信息处理的一大目标。围绕向量空间模型设计了一个文本检索系统,介绍向量空间模型的基础上给出了基于它的信息检索系统的一般结构框架和各部分的功能,探讨了系统中所涉及到的关键技术。用向量空间模型进行特征表达,用TF-IDF(Term-Frequency Inverse-Docume
  3. 所属分类:Project Design

    • 发布日期:2017-05-01
    • 文件大小:697.4kb
    • 提供者:Peng Jin
  1. Text-Classification-Using-Naive-Bayes

    0下载:
  2. This file details bayesian classification theorem in artificial intelligence
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:863.53kb
    • 提供者:bala
  1. running-text-terbaru

    0下载:
  2. simple simulation of running text, using proteus and codevision avr,
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:84.07kb
    • 提供者:salim
  1. New-Text-Document

    0下载:
  2. format of a weblog for free using.
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:2.78kb
    • 提供者:behrad kiani
  1. Using-EEPROM-in-AVR-GCC

    0下载:
  2. Using the EEPROM memory in AVR-GCC Dean Camera May 5, 2013 Text Dean Camera, 2013. All rights reserved. This document may be freely distributed without payment to the author, provided that it is not sold, and the original author informat
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:148.98kb
    • 提供者:menzer
« 12 3 »
搜珍网 www.dssz.com