CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - logic

搜索资源列表

  1. 重言式

    0下载:
  2. 用二叉树实现逻辑表达式的基本运算,包括逻辑与,或,非,还可以判别表达式是重言式,还是矛盾式.-binary tree using logical expressions of basic operations, including logic and, or, not, we can judge expression is tautology, or contradiction.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.72kb
    • 提供者:罗明会
  1. ForeverTF

    0下载:
  2. 重言式是当所有逻辑变元取遍所有值时都为真的表达式。这个程序是用来对重言式进行判别的!还可以吧!牛人别见笑!-tautology is when all logic variables take out all values are true expressions. The procedure is used to tautology runs! Also! Other cattle were laughed at!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18.55kb
    • 提供者:杜鹏
  1. 最短路径的求解

    0下载:
  2. 本实验中的问题是一个逻辑问题,而实验的目的是运用邻接矩阵解决图存储并解决在此结构情况下对矩阵中元素的扫描计算。其关键是怎样储存和计算。储存用的是邻接矩阵,而计算是用迪杰斯特拉算法。-experiment of the problem is a problem of logic, and The purpose of this experiment is to use the adjacency matrix storage solutions and plans to solve the st
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.02kb
    • 提供者:哈哈发
  1. 重言式判别问题

    1下载:
  2. 逻辑表达式从终端输入,长度不超过一行。逻辑运算符包括“|”、“&”和“~”,分别表示或、与和非,运算优先程度递增,但可有括号改变,即括号内的运算优先。逻辑变元为大写字母。表达式中任何地方都可以含有多个空格符。 若是重言式或矛盾式,可以只显示“True Forever”或“False Forever”,否则显示“Satisfactible”以及变量名序列,与用户交互。若用户对表达式变元取定一组值,程序就求出并显示逻辑表达式的值。-logic expression from the termin
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.07kb
    • 提供者:沈宁
  1. PA7

    0下载:
  2. 組合語言的大數加減乘除 適合組語初學者訓練計算機科學的運\算邏輯-language portfolio of large numbers for the arithmetic group language training beginners computer science arithmetic logic
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.36kb
    • 提供者:李大仝
  1. dossier

    0下载:
  2. The subject which is to us propos¨¦ is as follows: calculation of the degr¨¦ d¡ ¯ inconsistance d¡ ¯ un logical program possibilist in C++. We thus work on a logical program possibilist, it be-¨¤-statement a logical prog
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:560.23kb
    • 提供者:ZHU
  1. HeapSortMFC

    1下载:
  2. 演示了堆排序的算法逻辑,且以MFC为开发工具,实现了可视化。-demonstration of the heap sorting algorithm logic and in the MFC for the development of tools to achieve a visualization.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:40.15kb
    • 提供者:byron
  1. ShortPathMFC

    0下载:
  2. 演示了最短路径的算法逻辑,以对话框为交互工具。-demonstration of the shortest path algorithm logic, a dialog box for interactive tools.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.54mb
    • 提供者:byron
  1. DisplayBTree

    0下载:
  2. 代码注重B树插入、删除的算法逻辑,适用于 学习者研究B树实现的核心思想。代码中无庞杂的无关操作-focus on B-tree code insertion, deletion algorithm logic applies to B-tree research learners to achieve the core idea. The code has nothing to do with the complex operation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.62kb
    • 提供者:byron
  1. who_is_the_thief

    0下载:
  2. 谁是偷盗者问题的源码,一道经典的逻辑推理题-robber who is the source, a classic logic problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.69kb
    • 提供者:王伟明
  1. 稀疏矩阵运算器

    0下载:
  2. 题目:稀疏矩阵是指那些多数元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行逻辑连接信息的3元组顺序表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算.矩阵的输入形式采用3元组表示,而运算结果的矩阵则以通常的阵列形式列出.概要设计:1.以带行逻辑连接信息的3元组顺序表表示稀疏矩阵2.本程序包含2个模块:(1) 各集合定义模块(2) 主程序模块-topics : sparse matrix refers to th
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.89kb
    • 提供者:雨后阳光
  1. 数据结构课程设计最后完成

    0下载:
  2. 数据结构课程设计 程序开发平台:本程序的操作平台是WINDOS XP ,编程工具是VISUAL BASIC.NET。运行程序需要安装Microsoft.NET Framework 1.1。 硬件环境:P3以上处理器. 程序功能:将十进制数转换为2进制后进行逻辑运算。实现布尔表达式。-data structure course design program development platform : the operating procedures of the T4010 XP platfor
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:73.1kb
    • 提供者:乐天
  1. diyizhang

    0下载:
  2. 数据的逻辑结构、存储结构及它们之间的关系和相应的基本操作运算的定义和实现。 本书围绕数据结构的三种基本结构:线性结构(第2-5章)、树形结构(第6章)和图形结构(第7章)展开讨论,研究解决如下问题:一个具体问题的逻辑数据结构是什么?适宜选用什么样的存储结构?采用什么样的操作实现算法效率更高? -Logical structure of data storage structure and the relationship between them and the correspondin
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:137.29kb
    • 提供者:周小强
  1. dierzhangxianxinbiaoer

    0下载:
  2. 线性表顺序存储结构特点:逻辑关系上相邻的两个元素在物理存储位置上也相邻; 优点:可以随机存取表中任一元素,方便快捷; 缺点:在插入或删除某一元素时,需要移动大量元素 需要预先确定数据元素的最大个数。-Linear sequence table storage structure characteristics: the logic of the relationship between the two adjacent elements in the physical stora
  3. 所属分类:Data structs

    • 发布日期:2016-01-27
    • 文件大小:34.44kb
    • 提供者:周小强
  1. source3

    0下载:
  2. 以一个案例说明逻辑问题及其解法: 某地刑侦大队对涉及6个嫌疑人的一桩疑案进行分析-Case is an illustration of a logic problem and its solution: a place in the Criminal Investigation Brigade of the six suspects involved in the analysis of a mystery
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:737byte
    • 提供者:韦国立
  1. NormalFormMaker

    0下载:
  2. 范式生成器。数理逻辑的辅助小程序,可以给出任意命题公式的合取范式和析取范式。主要用二叉树方式实现。包内文档比较详细,介绍了实现的主要思路。-Paradigm generator. Mathematical logic supporting small programs, any propositional formula can be given conjunctive normal form and disjunctive. Mainly be achieved with the binary
  3. 所属分类:Data structs

    • 发布日期:2017-05-25
    • 文件大小:8.12mb
    • 提供者:yjt
  1. Kode-Program-Algoritma-Fuzzy-C-Means

    0下载:
  2. Fuzzy clustering is a class of algorithms for cluster analysis in which the allocation of data points to clusters is not "hard" (all-or-nothing) but "fuzzy" in the same sense as fuzzy logic.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:4.68kb
    • 提供者:bwindhya
  1. fuzzy-logic

    0下载:
  2. this file is fuzzy logic for fortran
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.25kb
    • 提供者:jinyong LEE
  1. Combination-logic-algorithm

    0下载:
  2. 本文介绍了组合逻辑的基本算法,以及c代码-This article describes the basic algorithm of combinatorial logic, and c code
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:351.29kb
    • 提供者:lipeng
  1. calculation-logic-expressions

    0下载:
  2. c++ 的 数据结构 计算逻辑表达式真值 程序设计报告文档-C++ data structure calculation logic expressions of true value and general test report document design programming
  3. 所属分类:Data structs

    • 发布日期:2017-05-31
    • 文件大小:12.43mb
    • 提供者:chen
« 12 »
搜珍网 www.dssz.com