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

搜索资源列表

  1. Reduction_MultiDim

    0下载:
  2. 精简布尔表达式,二进制变量的个数至少为k。-minimize any boolean function with at least K binary variables.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:3114
    • 提供者:Megan
  1. homework1

    0下载:
  2. 编写求解几何图形周长、面积的应用程序,要求如下: 1) 几何图形要求至少包含直线、三角形,矩型,圆等类型,计算周长,面积等。 2) 要求能计算两个图形之间的距离 3) 要求能计算两个图形进行布尔运算(即交、并、差)后的面积(可选作)。 4) 必须用到继承、接口、多态和包 -Written to solve geometry perimeter, area of application requirements are as follows: 1) The geomet
  3. 所属分类:Fractal program

    • 发布日期:2017-04-04
    • 文件大小:7951
    • 提供者:高荣
  1. boolean-intersection-calculation

    0下载:
  2. 巷道体布尔求交算法,详细源码,开发环境vc++6.0.-boolean intersection calculation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-16
    • 文件大小:4443922
    • 提供者:
  1. SAT

    0下载:
  2. SAT问题也称为合取范式的可满足问题,一个合取范式形如:A1∧A2∧…∧An,子句Ai(1≤i≤n)形如:a1∨a2∨…∨ak,其中,ai称为文字,为某一布尔变量或该布尔变量的非。SAT问题是指:是否存在一组对所有布尔变量的赋值(TRUE或FALSE),使得整个合取范式取值为真。 -SAT problems are also called conjunctive normal form of the satisfiability problem, a conjunctive normal
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:577159
    • 提供者:陈荣捷
  1. Boolean-System-Calculator

    0下载:
  2. 布尔系统计算器源程序,由清华刘宝碇教授实验室发布-Boolean System Calculator by Tsinghua Professor Liu Baoding
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:462845
    • 提供者:rabby
  1. bool

    1下载:
  2. 就是根据01比特真值表生成对应的布尔函数,注意数据的量不要过大-Truth table is generated according to the corresponding 01-bit Boolean function, do not pay attention to the amount of data is too large
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:597
    • 提供者:钱洲
  1. p2weifit

    0下载:
  2. 两参数威布尔最小二乘法估计程序。算法效率高,估计准确-Two-parameter Weibull least squares estimation procedures.High efficiency of the algorithm accurately estimated
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:569
    • 提供者:丁烨
  1. p3weifit

    3下载:
  2. 三参数威布尔最小二乘法估计。算法效率高,估计准确-Least squares estimation of three-parameter Weibull.High efficiency of the algorithm accurately estimated
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1577
    • 提供者:丁烨
  1. ZMNL

    0下载:
  2. 基于ZMNL法的相关韦布尔分布杂波仿真.rar-ZMNL method
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:335443
    • 提供者:john
  1. d4ef13.ZIP

    0下载:
  2. 单Buck逆变器布尔型滑模控制研究The single Buck inverter Boolean study on sliding mode control-The single Buck inverter Boolean study on sliding mode control
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:719252
    • 提供者:viv123
  1. Apriori

    0下载:
  2. C++实现的Apriori算法,用以挖掘布尔关联规则频繁项集,附带有样例输入输出。-Apriori Algorithm implemented by C++.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:28251
    • 提供者:
  1. filter

    0下载:
  2. 程序实现了中值滤波,参数Hori是一个布尔变量,若为真,做水平中值滤波,否则,做垂直中值滤波。 -Realize the median filter and smooth the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1232
    • 提供者:费婷婷
  1. Three-parameters-

    3下载:
  2. 用matlab编的一个用于对统计数据进行威布尔分布的估计,并对其进行三参数的评估与计算-Matlab compiled a for the statistical data of weibull distribution estimates, and the three parameters calculation and evaluation
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1630
    • 提供者:黄秀金
  1. a-check-string-class

    0下载:
  2. 自己写的一个类,实现对字符串的检测。(C++语言) 可以检查字符串是否满足某种指定的类型格式, 指定的类型格式包括整型数、浮点数、布尔型、有特殊要求的字符串等, 同时允许把字符串转换成相应的数据类型, 可用于对用户输入字符串的检验和转换等。 该类允许指定检测哪些内容,如是否超过给定最大值、是否越界等等, 仅用字符串操作来检测,而不是用正则表达式,不过效率蛮高的。 资源中包括使用说明,数个(.h)和(.cpp)文件 在VC6和VS2010上都可调试通过,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:18162
    • 提供者:商城豪
  1. 254334

    0下载:
  2. 多边形的布尔运算让你学会VC++和计算机图形学中的知识-polygons boolean operations
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2094158
    • 提供者:peter
  1. apriori

    0下载:
  2. Apriori算法是一种最有影响的挖掘布尔关联规则频繁项集的算法-Apriori algorithm is one of the most influential algorithm of mining Boolean association rules of frequent item sets
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1431260
    • 提供者:sony19900107
  1. fixtime

    0下载:
  2. 利用威布尔分布模型建立维修间隔周期的优化,效果良好,误差4 以内-maintenance period optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:768
    • 提供者:王锦涛
  1. cnn

    0下载:
  2. 线性不可分解布尔函数分解算法,只用到or和and,不使用XOR和NXOR-Non-linear decomposition of Boolean function decomposition algorithm, only used "or" and "and", do not use XOR and NXOR
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:2220
    • 提供者:yoyo
  1. edjh

    0下载:
  2. ACIS是美国spatial technology公司的产品,是应用于CAD系统开发的几何平台。它提供从简单实体到复杂实体的造型功能,以及实体的布尔运算、曲面裁减、曲面过渡等多种编辑功能,还提供了实体的数据存储功能和SAT文件的输入、输出功能。-ACIS is a product of the spatial technology company, is applied to the geometry of the CAD system development platform. It from
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:16085
    • 提供者:
  1. management-of-process

    0下载:
  2. 综合应用下列知识点设计并实现操作系统的进程调度:邻接表,布尔数组,非阻塞输入,图形用户界面GUI,进程控制块,进程状态转换,多级反馈队列进程调度算法。-Comprehensive application of the following knowledge points and the process scheduler of the operating system : the adjacency table , Boolean array , non-blocking input , gra
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:47762
    • 提供者:Poline
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 21 »
搜珍网 www.dssz.com