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

搜索资源列表

  1. 用c++实现2cnf-sat问题的图形解决方法

    0下载:
  2. 2cnf-sat问题用c++实现的图形解决方法,2cnf-sat problems using c++ Achieve graphical solution
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-25
    • 文件大小:5414
    • 提供者:陈云凯
  1. 3SAT-NP-Completeness

    0下载:
  2. Proff of the NP-Completeness of the 3-SAT problem
  3. 所属分类:Development Research

    • 发布日期:2017-04-26
    • 文件大小:92293
    • 提供者:besbatti
  1. zchaff

    0下载:
  2. 命题逻辑的求解器,2004年SAT竞赛第一名的求解器 -Propositional logic solver, in 2004 the first race of the SAT solver
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-15
    • 文件大小:4089890
    • 提供者:gejuan
  1. dnl4451

    0下载:
  2. *.Sat file format for read/writen ACIS files
  3. 所属分类:File Operate

    • 发布日期:2017-05-03
    • 文件大小:792605
    • 提供者:serj
  1. satproblem

    0下载:
  2. 自己编写的,SAT问题的Johnson算法源代码,请多多指教-I have written, SAT question of the Johnson algorithm source code, please advice
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:754
    • 提供者:binbin
  1. mmi

    0下载:
  2. 手机mmi状态机,包括打电话、发短信、SAT-State machine of mmi of mobilephone, it s including Call, SMS, SAT etc.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-15
    • 文件大小:3889462
    • 提供者:ycchjd
  1. sat

    0下载:
  2. 可满足性问题(SAT),NP完全问题 并行算法 MPI-satisfiability problem(SAT) MPI,NP PROBLEM
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:5994
    • 提供者:lbo
  1. SBML-SAT-v1.1

    0下载:
  2. SBML-SAT is a Systems Biology Markup Language (SBML) based Sensitivity Analysis Tool
  3. 所属分类:Education soft system

    • 发布日期:2017-03-23
    • 文件大小:807479
    • 提供者:sissico
  1. GA

    0下载:
  2. C++ implementation of a Genetic algorithm (GA). A population of binary chromosomes is generated randomly to attempt to solve the Weighted MAX SAT Problem. Parameters of crossover, mutation, population size can be controlled via macros in code.There a
  3. 所属分类:software engineering

    • 发布日期:2017-06-02
    • 文件大小:15215576
    • 提供者:MJ
  1. SAT-B55

    0下载:
  2. Sony SAT-B55 service manual
  3. 所属分类:SCM

    • 发布日期:2017-05-20
    • 文件大小:5787745
    • 提供者:romulan
  1. sat

    0下载:
  2. Reference for creating ACIS SAT File format
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:77978
    • 提供者:esu
  1. sat

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

    • 发布日期:2017-03-28
    • 文件大小:73860
    • 提供者:shy
  1. sat-file-structure-based-on-acis

    1下载:
  2. acis sat 文件格式说明,对于三维cad开发十分有用-acis sat file format descr iption is useful for the development of three-dimensional cad
  3. 所属分类:Graph Drawing

    • 发布日期:2016-01-25
    • 文件大小:77824
    • 提供者:zhangscott
  1. 2-sat

    0下载:
  2. 可以解决2-sat问题,时间复杂度最坏的情况下是n*n-Can solve the 2-sat problem, time complexity worst case is n* n
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2430
    • 提供者:dudu
  1. SAT-GA

    0下载:
  2. 遗传算法 整个流程清晰明了 属于课程提交作业 有点精简-Clarity of the genetic algorithm process is a little program to streamline the job submission
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:125896
    • 提供者:斯科
  1. simulated-annealing-SAT

    1下载:
  2. 另一版本的模拟退火算法SA求解SAT问题 内附比较详细说明-Another version of the simulated annealing SA algorithm to solve SAT problems containing a more detailed descr iption of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3532
    • 提供者:斯科
  1. ExGA-SAT.tar

    0下载:
  2. This is a modified c++ code for Max-SAT problem based on genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-02
    • 文件大小:15189110
    • 提供者:Zhou Ziliang
  1. 2-SAT

    0下载:
  2. 现有一个由N个布尔值组成的序列A,给出一些限制关系,比如A[x] AND A[y]=0、A[x] OR A[y] OR A[z]=1等,要确定A[0..N-1]的值,使得其满足所有限制关系。这个称为SAT问题,特别的,若每种限制关系中最多只对两个元素进行限制,称为2-SAT问题-Present a Boolean value of N consisting of the sequence A, the relationship given some restrictions, such as A
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:113413
    • 提供者:chaolan
  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. SAT-4 - Rev 6

    1下载:
  2. SCSI/ATA Translation SAT-4 - Rev 6
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1320960
    • 提供者:rrreal
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com