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

搜索资源列表

  1. operator overload

    0下载:
  2. 包括三个例子:1.C++流操纵器举例;2.内存泄漏检测类;3.一个重载所有操作符的例子;-including three examples : 1.C flow controls, for example; 2. Memory Leak Detection; 3. An operator overloading all examples;
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:11289
    • 提供者:罗少波
  1. Variance operator

    0下载:
  2. 一种可变的掩模操作算子,在做图像掩模操作和实用!-a variable mask Operator, doing image mask operation and practical!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:24059
    • 提供者:胡伟
  1. suanshubiaodashiqiuzhi.rar

    0下载:
  2. 1、 以字符序列的形式从终端输入语法正确的、不含变量的证书表达式。利用一定的运算符优先关系,实现对算术四则混合运算表达式的求值,并且在求值中运算符栈、运算数栈、输入字符和主要操作的的变化过程。 2、 设置运算符栈和运算数栈辅助分析算符的优先级。 3、 在读入表达式的字符序列的同时,完成运算符和运算数的识别处理,以及相应的运算。 4、 在识别处运算符的同时,要将其字符序列形式转换成整数形式。 5、 在程序的适当的位置输入运算符栈、运算数栈、输入字符和主要操作内容。 ,1, to form
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1280
    • 提供者:李涛
  1. Moravec.rar

    0下载:
  2. 自己编写的采用Moravec Interest Operator提取角点的算法,I have written using the Moravec Interest Operator Corner Extraction algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:48663
    • 提供者:游磊
  1. Laplace-operator-filtering

    0下载:
  2. 原图像预处理,读入黑白图片并确定长和宽 拉普拉斯变换预处理,定义镜框矩阵和输出矩阵 拉普拉斯运算的三个矩阵 原图像矩阵处理,做一个“像框” 用拉普拉斯算子进行滤波 设定阈值,将图像二值化-The original image preprocessing, read black and white picture and determine the length and width of the Laplace transform pre-defined frame matrix and ou
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:1144
    • 提供者:张庆梅
  1. operator

    0下载:
  2. 利用栈,实现系统底层的操作符运算演示,可以通过此程序,看到系统的底层操作步骤。-The use of the stack, the bottom of the realization of the system operator computing demonstration, through this process, see the bottom of the steps the system.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1228
    • 提供者:赵彦
  1. OPERATOR_OVERLOADING

    0下载:
  2. A great insight into operator overloading in c/c++. Overloading operators in class operations is always a hectic for beginners. I hope this will be an easy source to take some hint from regarding how the operators are overloaded. Created using Turb
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1669
    • 提供者:Hancy Samurai
  1. EdgeContour

    0下载:
  2. 边缘检测,轮廓检测,Sebel算子,高斯拉普拉斯算子,Robert算子,Prewitt算子,Kersch算子等,Hough变换,平行线检测,轮廓提取,种子填充,轮廓跟踪-Edge detection, contour detection, Sebel operator, Gaussian Laplacian, Robert operator, Prewitt operator, Kersch operator, etc., Hough transform, parallel line detec
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:72725
    • 提供者:skylost
  1. operator

    0下载:
  2. 四则运算,可以处理任意四则运算,但操作数都必须是数字。-operator
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:33361
    • 提供者:何美
  1. Sobel_Operator

    0下载:
  2. Implementation of Sobel Operator in Matlab for Image Processing Applications
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:595
    • 提供者:Rizwan
  1. bianyiyuanli

    0下载:
  2. 算符优先分析方法是根据算符之间的优先关系而设计的一种自底向上的语法分析方法。算符优先分析的基本思想是只规定算符之间的优先关系,也就是只考虑终结符之间的优先关系。由于算符优先分析不考虑非终结符之间的优先关系,在归约过程中只要找到可归约串就归约,并不考虑归约到哪个非终结符,因而算符优先归约不是规范归约。-Operator precedence analysis is based on the priority relationship between the operator is designed
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:50934
    • 提供者:陈小龙
  1. Operator

    0下载:
  2. 运算符重载,用C#写的关于运算符重载的示例代码-Operator overloading, using C# to write on the sample code operator overloading
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:12468
    • 提供者:yss
  1. VC.data.operator.overloading

    0下载:
  2. VC运算符重载开发经典资料Development of the classic VC data operator overloading -Development of the classic VC data operator overloading
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:18960
    • 提供者:ner
  1. operator

    0下载:
  2. 此段小程序是对C++中operator->*二元运算符的使用进行很好的说明,包括指向对象的指针和指向成员函数的指针!-This section is a small program in C++ operator-> * binary operator a good descr iption of the use, including the pointer to an object and member function pointer pointing to!
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:530
    • 提供者:
  1. Operator-Overloading

    0下载:
  2. operator overloading example cSharp.
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:606741
    • 提供者:farhet
  1. Evaluation-operator

    0下载:
  2. 运算符求值 Evaluation operator-Evaluation operator
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1426
    • 提供者:yy
  1. Operator

    0下载:
  2. 详细的C++操作符重载源程序 多个实例-Details of the C++ operator overloading multiple instances of the source
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1532204
    • 提供者:Hellen
  1. C-language-shift-bitwise-operator

    0下载:
  2. C语言中位移位运算符 多多应用-C language shift bitwise operator
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:179763
    • 提供者:kaka
  1. Operator-overloading

    0下载:
  2. 一篇关于c++运算符转换重载的文章。内附测试代码。都是学习C++基础的东西-One of c++ operator overloading conversion article. Enclosing the test code. Are learning C++ basics
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:104047
    • 提供者:Fisher
  1. cube-operator-

    0下载:
  2. 计算机图形学正方体的操作 包括旋转颜色等-computer cube operator including color and rotate etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:84590
    • 提供者:hhf
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com