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

搜索资源列表

  1. 词法分析代码

    0下载:
  2. c下的词法分析器代码,很实用的-c morphology analyzer code, is very practical
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:56147
    • 提供者:李明
  1. Clex

    0下载:
  2. 词法分析器实现 c语言 - The morphology analyzer realizes the c language
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1638
    • 提供者:信仰
  1. LexicalAnalyzer

    0下载:
  2. 词法分析器c++实现- Morphology analyzer c realizes
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:28012
    • 提供者:杜妍
  1. lijinhuan

    0下载:
  2. 用C++实现词法分析器-Realizes the morphology analyzer with C++
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:11120
    • 提供者:李玄
  1. 编译原理代码tinymachine

    0下载:
  2. 编译原理的词法,语法,分析等,还有劳顿的tiny machine (tm.c)的代码实现,前面还有相应的汇编程序 -compiler principles of morphology, syntax and analysis, there is a tiny machine Lawton (tm.c) the implementation of the code, still ahead of the corresponding assembler
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:34903
    • 提供者:王超
  1. kkkkk

    0下载:
  2. 一个词法分析器,可以实验词法分析的所有功能,在c环境下运行。-A morphology analyzer, may test the lexical analysis all functions, moves under the c environment.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1453
    • 提供者:lee
  1. 图像形态学算法实现

    0下载:
  2. 我精心整理的关于图象二值形态学的C程序代码,相信有助于你-I carefully collated on the binary image morphology of C code, I believe, will help you
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:17170
    • 提供者:李亚
  1. 课程设计(编译器终结版)

    0下载:
  2. 一个词法语法分析器,用c++实现,词法和语法分析-a syntax analyzer, using c realized, morphology and syntax analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:65676
    • 提供者:xiao
  1. 词法语法分析器

    1下载:
  2. 学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过. 程序采用单文档设计,利用了分割窗体技术-compiler theory when learning to do morphology and syntax analysis procedures. Morphology and syntax analysis package in a category CFenXi, the process in Visual C 6.
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:317307
    • 提供者:习可伟
  1. 对图像进行形态学开、闭、形态梯度等算法实现

    0下载:
  2. 基于OpenCV(开源计算机视觉平台),对图像进行形态学开、闭、形态梯度等算法实现。程序运行前须安装(1)OpenCV: ttp://opencvlibrary.sourceforge.net (2)在vc6.0的Tools|Options|Directories标签下添加如下路径:C:\Program files\OpenCV\Cxcore\include C:\Program files\OpenCV\include C:\Program files\OpenCV\cvaux\inclu
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-24
    • 文件大小:182701
    • 提供者:高金锋
  1. ansi_c_grammar

    0下载:
  2. C语言上下文无关文法的词法及语法描述文件,通过使用yacc、lex工具可以生成相关C语言的词法、语法分析的C语言代码-C language context-free grammar to describe the morphology and syntax files, through the use of yacc, lex tool generates C language related to the morphology, syntax analysis, C language code
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:3701
    • 提供者:qiushouqian
  1. fushi

    0下载:
  2. 数学形态学基本操作腐蚀算法的C++代码实现。-Corrosion of basic operations of mathematical morphology algorithm C++ Code.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:976
    • 提供者:zwlo
  1. 1

    0下载:
  2. 最近编译原理要做C MIUNS语言的词法和语法分析-Recently, the principle to be done to compile C MIUNS language morphology and syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:6922
    • 提供者:nihao
  1. fourier_0.8.tar

    0下载:
  2. 该程序是Fourier系列软件的最新版本,提供边缘检测,颜色空间变换,噪声消除等多项功能-Fourier is a portable image processing and analysis library written in ANSI C. It implements operations such as color space conversions, noise removal, enhancement, morphology, edge detection, thresholding
  3. 所属分类:Graph program

    • 发布日期:2017-05-11
    • 文件大小:2151569
    • 提供者:zhaohui
  1. TheParsingProcessofWordsandSyntaxinCompilerbymysel

    0下载:
  2. 我自己写的一个C - 语言的词法分析与语法分析两个编译步骤,其中将词法分析和语法分析包含在同一次扫描中,即完成词法和语法分析总共只扫描源程序一遍。-I wrote it myself a C- language, lexical analysis and syntax analysis of two compile steps, which will lexical analysis and syntax analysis is included in the same scan, that i
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:4259
    • 提供者:Jason
  1. Mathem

    0下载:
  2. 基于数学形态学的图像处理程序,使用c语言编写,是基于数学形态学的一个好例子。-Based on mathematical morphology image processing procedures, the use of c language, based on mathematical morphology is a good example.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:15708
    • 提供者:李辉
  1. AMLE

    0下载:
  2. AMLE水平集图像插值(AMLE.cpp),包括灰度图轮廓跟踪算法(edgeTrace.cpp),数学形态运算(morphology.h) (其中 AMLE.cpp 是王大凯等《图像处理的偏微分方程方法》一书附带CD中Matlab代码 AMLE_level_set_interp.m 的C++实现)。 注意!本项目还需要下载本人先前上传的 DIBmp.rar,并请自行调整项目所含文件的路径。-AMLE, Edge trace, morphology
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:123177
    • 提供者:liuqungen
  1. 1.Rar

    0下载:
  2. 学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过. 程序采用单文档设计,利用了分割窗体技术. -When learning compiling principle of lexical and grammatical analysis program. Morphology and syntax analysis in a class of packaging CFenXi in Visual c++ 6.0,
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:257599
    • 提供者:李清
  1. edge

    0下载:
  2. C#编写的边缘检测程序,集合了常用的边缘检测算法,高斯,形态学,小波,Canny 等等。-edge-detect algorithms with C#, including useful methods. For example,Gaussian, wavelet,morphology,Canny and etc.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:125619
    • 提供者:Lu
  1. erode

    0下载:
  2. 基于数学形态学的图像腐蚀程序,用c语言编写,适合初学者理解。-Image based on mathematical morphology erosion process, using c language, suitable for beginners to understand.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:15630
    • 提供者:cwb
« 1 2 3 45 6 »
搜珍网 www.dssz.com