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

搜索资源列表

  1. moban C++运算符重载的方法

    0下载:
  2. C++运算符重载的方法,例中是重载运算符“+”,使之能用于两个复数相加的代码。-C++ operator overloading methods, for example, is overloaded operator "+", so that it can code for adding two complex numbers.
  3. 所属分类:其他小程序

    • 发布日期:2017-03-23
    • 文件大小:246297
    • 提供者:林玉堂
  1. AsmStudio媲美VC的漂亮的界面

    0下载:
  2. AsmStudio媲美VC的漂亮的界面,强大的功能,注定了从此MASM和TASM将被扔进 垃圾桶。在5.0版中,AsmStudio更趋于完美:根据个人喜好定制指令、寄存器、操作 符、注释乃至数字的语法着色,可以定制的智能缩排,强大的无限次Undo、Redo,可 定制的指令、寄存器、操作符大小写自动切换,直接编译链接运行,调用debug直接调 试,另有代码定位功能可以方便的定位程序中所有的变量、过程和标号,漂亮的图形 显示使得变量的类型一目了然,此外还有AsmWizard向导自动生成多种
  3. 所属分类:其他小程序

    • 发布日期:2017-11-08
    • 文件大小:1060044
    • 提供者:刘明
  1. stack.rar

    0下载:
  2. 用栈实现算式的运算,通过把操作符压栈和操作符的优先级进行运算。,Formula used to achieve the computing stack, push through the operator and operator to operator priority.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1015019
    • 提供者:xdb
  1. studentsysterm

    0下载:
  2. ①: 使用单链表实现本程序要求,单链表每个节点存储一个学生的信息。 ②: 创建一个链表类(List),链表类可实现如下功能: 创建链表,插入节点,删除节点,编辑节点,显示节点,保存链表信息等功能,读入数据文件等功能(详细说明请查看源代码)。 ③: 创建一个操作类(Operater),操作类实现如下功能: 显示菜单,操作链表。 -①: using a single linked list implementation of this procedure requires th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:267060
    • 提供者:jack
  1. ScanSoft.Paperport.Professiona

    1下载:
  2. paperport V11.1 破解序列号算号机,crack serial number paperport V11.1 Operator No.
  3. 所属分类:Other systems

    • 发布日期:2016-01-24
    • 文件大小:1770847
    • 提供者:zengwei
  1. improvedPSO.rar

    1下载:
  2. ------名称:带交叉因子的改进PSO算法 ------功能:求解多维无约束优化问题 ------特点:收敛性强,还可以加入变异算子,------ Name: with cross-factor function to improve the PSO algorithm ------: Solving multi-dimensional unconstrained optimization problem ------ characteristics: strong converge
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1712
    • 提供者:李迅
  1. iostream3

    0下载:
  2. 用流操纵算子setw,setiosfags,resetiosfags以及成员函数setf()和unsetf()控制整型数在域宽内左对齐和右对齐。-With flow control operator setw, setiosfags, resetiosfags and member function setf () and unsetf () integer control within the width of the field aligned left and right aligned.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:686476
    • 提供者:傅扬
  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. 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->*二元运算符的使用进行很好的说明,包括指向对象的指针和指向成员函数的指针!-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. Sobel-operator-and-Laplace

    0下载:
  2. 运用Sobel算子和拉普拉斯算子对图像进行锐化处理-Use Sobel operator and Laplace operator image sharpening
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:6402
    • 提供者:张艾瑞
  1. sobel-operator

    0下载:
  2. edge detector operator
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:1121
    • 提供者:gokul durai
  1. operator

    0下载:
  2. 一个运算符重载的例子,友元类型,类包含关系的例子。-Examples of operator overloading, operator overloading an example Society!
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:1120
    • 提供者:sarathy
  1. T-norm-Operator

    0下载:
  2. This t norm operator in mathematics which has application in fuzzy logic-This is t norm operator in mathematics which has application in fuzzy logic
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:587
    • 提供者:amir
  1. operator-overloading

    0下载:
  2. 一个运算符重载程序,对+、-、*、/运算符重载后,使之能进行复数之间的运算。-An operator overloading procedures,+,-,*,/operator overloading after so that it can carry out complex operations between.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:1487
    • 提供者:1pianbingxin
  1. Operator-overloading

    0下载:
  2. 运算符重载例题。设计一个三角形类Triangle,包含三角形三条边长的私有数据成员,另有重载运算符“+”与“-”,以实现求两个三角形对象的面积之和与之差。-Operator overloading examples. Design a triangle class Triangle, containing private data members three sides of the triangle long, otherwise overloaded operators " +&qu
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:575
    • 提供者:惠风之上
  1. Operator

    0下载:
  2. 一个简单的算术类实现:输入两个操作数和运算符号,无论是由法官来决定是否操作有效运行-A simple arithmetic class implementation: Enter two operands and arithmetic symbols, whether by the judge to decide whether the operator effective operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1113
    • 提供者:郭如雪
  1. SparkScalaOperator2018

    0下载:
  2. 基于scala实现spark操作算子案例代码(Scala implementation of spark operator case code.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:787456
    • 提供者:furacana
  1. FANUC PICTTURE Operator Manual

    1下载:
  2. FANUC PICTTURE Operator Manual
  3. 所属分类:其他

    • 发布日期:2019-12-09
    • 文件大小:5161984
    • 提供者:Steven x
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com