搜索资源列表
肖天华数据结构大作业
- 本次作业采用MFC多文档——视图结构体系(已征得肖老师的同意)。开发环境为VC++ 6.0 SP6,其他环境下编译未做测试。 程序运行时的外观如上图所示:文档窗口被分割为左右两部分。左边部分采用树形控件CTreeCtrl管理,右边部分采用文本框控件CEdit管理。打开或生成的XML文档都将以文本方式显示在右侧文本编辑窗口,经一定算法解析后将在左侧窗口中按XML文档描述的逻辑结构以树形目录的方式显示出来,直观明了。 -this operation using MFC more docume
Matlab_imageMatlab
- 附录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
Dijkstra
- 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
DLMS_GreenBook
- IEC62056绿皮书,包括通信协议、通信规程等内容。This fifth edition of the "Green Book" includes the specification of the communication protocol layers based on:- IEC 62056-42, Electricity metering- Data exchange for meter reading, tariff and load control- Part 42:
java2html_src_0.8
- 使用java写的在线生成html文本的源代码发布版(在线源代码生成器)-Using java to write the text of the online generated html source code release (online source code generator)
eGovementDesignRealise
- 目前国内已掀起电子政务的应用热潮,但对电子政务如何建立系统且先进的数据工程体系 并构造电子政务的决策支持系统尚不多见。在开发南海市区(镇) 电子政务的决策支持系统中,利 用软件工程开发方法、决策支持的构件化框架以及数据仓库和多维数据技术方面取得了良好效果, 文中对其中的关键技术作概要介绍。-At present, has caused an upsurge of e-government applications, but how to set up e-government sys
GSMbasedshortmassages
- 短信的发送需要GSM模块和处理器协作完成,GSM模块与ARM处理器通过串口连接,处理器向串口发送接收AT命令与GSM模块形成通信回路。中文短信的发送采用PDU模式,根据PDU模式标准形成PDU发送包,实现短信发送。本文根据无线电话项目的短信发送模块的实现开发流程编写-Send text messages need to GSM module and processor collaboration, GSM module and the ARM processor through the seri
ArraysPointersInC
- 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
Prentice_Hall_-_Ada_95_The_Craft_of_Object-Orient
- 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
testtct
- 能读取BMP图象文件(真彩色、265色等)到内存中,而后在console界面中用文本方法显示。同时可以将图象颜色翻转,并重新存盘。-BMP image files can be read (true color, 265 color, etc.) into memory, then the way console interface using text display. At the same time can turn the color of the images and re-save
Text-Retrieval
- 信息检索系统从最初的纯手工检索系统业已发展到现在的以信息技术为支撑的检索系统,在这一过程中,适应新的信息资源、信息技术这些检索环境,提高信息检索系统的查全率、查准率和系统响应时间是不变的主题,在众多文本中掌握最有效的信息始终是信息处理的一大目标。围绕向量空间模型设计了一个文本检索系统,介绍向量空间模型的基础上给出了基于它的信息检索系统的一般结构框架和各部分的功能,探讨了系统中所涉及到的关键技术。用向量空间模型进行特征表达,用TF-IDF(Term-Frequency Inverse-Docume
Text-Classification-Using-Naive-Bayes
- This file details bayesian classification theorem in artificial intelligence
article-new_ehow_images_a06_ia_4g_input-using-han
- Text-line extraction in unconstrained handwritten documents remains a challenging problem due to nonuniform character scale, spatially varying text orientation, and the interference between text lines.
running-text-terbaru
- simple simulation of running text, using proteus and codevision avr,
Oracle Text Reference 11 g Release 1
- This manual provides reference information for Oracle Text. Use it as a reference for creating Oracle Text indexes, for issuing Oracle Text queries, for presenting documents, and for using the Oracle Text PL/SQL packages.
Session-Authentication
- Textual passwords are the most common method used for authentication. But textual passwords are vulnerable to eves dropping, dictionary attacks, social engineering and shoulder surfing. Graphical passwords are introduced as alternative techniques to
email
- Send an email through Outlook using text Word-Send an email through Outlook using text Word
new-text-document
- BOOTH CODER USING VERILOG
New-Text-Document
- format of a weblog for free using.
Using-EEPROM-in-AVR-GCC
- 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