搜索资源列表
lishanshuxue
- 1.这个计算器可用在离散数学的数理逻辑中,纯属工具,随意传播,由java语言实现,解压即可运行,需要按照java环境。可以去这里下载运行环境:http://www.skycn.com/soft/3116.html 2.这个计算器可以计算逻辑表达式的值、对应的真值表、主析取范式、主合取范式。 3.输入表达式时可以在表达式栏中输入,也可用相应的按钮输入,变元只能是PQRST。由于等价连接词无法识别,所以用等号代替,这也是一个无奈的选择。 4.计算前请选择变元个数(默认为3元)并对变元赋值。变元个数最
ch02123qwe
- 适用于将离散点云数据(.txt),转换为IGS格式- This procedure will be suitable for is separated the cloud data (txt), the transformation will be the IGS form-applied to discrete point cloud data (. Txt). Converting to IGS format - This procedure will be suitable for i s
ab
- 离散数学的多种方法-of many ways
泊松分布是一种常用的离散型概率分布
- 泊松分布是一种常用的离散型概率分布,数学期望为m的泊松分布的分布函数定义如下: P(m, k) = mk * e-m/k! (k = 0, 1, 2, 3, …) 对于给定的m和k (0<m<2000, 0<= k < 2500),计算其概率,以科学格式输出,保留小数点后6位有效数字。 ,Poisson distribution is a commonly used discrete probability distributions, mathema
Discretemathematicstestmanagementsystem
- 题库、试卷建设是教学活动的重要组成部分,传统手工编制的试卷经常出现内容雷同、知识点不合理以及笔误、印刷错误等情况。为了实现离散数学题库管理的信息化而开发了离散数学题库管理系统。 该系统采用C/S 模式,前台采用JAVA(JBuilder2006),后台采用SQLServer2000数据库。本文详细论述了系统总体设计思想、数据库设计以及功能模块设计等。应用软件工程中的瀑布开发模型,开发实现了以下功能:题库的管理与维护、自动生成试卷、手工改动生成试卷、生成WORD试卷和答案。 离散数学题
DTMF
- 用java 写的模拟离散时间DTMF Applet-Using java to write the simulation of discrete-time DTMF Applet
cubicsplineinterpolation1
- 实现离散数据的三次样条插值的java语言实现-Realize discrete data of the cubic spline interpolation of the java language
Cluster_Analysis
- 用Java语言实现的空间聚类分析程序,对离散点按照距离标准进行分类。-Java language with the spatial clustering analysis procedures, in accordance with the distance between discrete points of criteria.
Matrix
- 离散数学教学程序 矩阵相关内容 适合于大二计算机学院学生-Discrete Mathematics Teaching program matrix relevant content for sophomore students in Computer Science
PacketSwitchedNetworkSimulation
- 分组交换网络中离散事件仿真(包括单一队列模拟和网络模拟),计算其丢包率以及延迟。-Build a discrete-event simulator for a packet-switched network and to evaluate its performance, in terms of loss rate and delay, under two operational scenarios.
java-
- 离散数学的描述,运用了java jsp等有关软件的设计与研发,是有关离散数学的毕业设计论文。-Descr iption of discrete mathematics, the use of a java jsp and other related software design and development, is related to discrete mathematics graduation thesis.
GridSim-Tasks
- simjava是一种离散事件仿真软件,基于该软件可以仿真诸如调度算法,故障分析等-simjava is a discrete event simulation software, based on the simulation software such as the scheduling algorithm, fault analysis, etc.- This is a comprehensive example of the grid, through this example, you
fdct
- Java实现的快速离散余弦变换,FDCT-Java implementation of the fast discrete cosine transform, FDCT
DCT
- 用JAVA实现的离散余弦变换,离散余弦变换是各种压缩算法用到的-JAVA Implementation of Discrete Cosine Transform, Discrete Cosine Transform is used in a variety of compression algorithms
ImageProcess2
- 用JAVA语言实现的一个数字图像的傅立叶变换和离散余弦变换。用到了傅立叶变换的快速算法FFT和离散余弦变换DCT。 -JAVA programming language to achieve a digital image of the Fourier transform and discrete cosine transform. Use of the Fourier transform, fast algorithm FFT and discrete cosine transform D
ID3
- 决策树ID3 算法 1. 假设所有的属性值域都是分类型或名词离散型的 2.求信息增益时,log函数本来应以2为底,但是为了方便起见,直接调用了java.util.Math类中的以e为底的log函数,无论以什么为底均不会对影响结果产生影响 3.最后的输出并没有以树结构的形式给出,但是可以根据输出结果分析出决策树的结构-decision tree ID3
1
- 这是一个关于离散无记忆信道容量的迭代计算的源代码,直接是文本形式,方便快捷-This is a discrete iterative calculation of the memory channel capacity of the source code directly in text form, convenient
ID3
- 决策树的ID3源码 是比较好的源程序,实现了离散数据的训练-ID3 decision tree is a better source code
DCT
- 求取一段由加速度传感器获取的加速度序列信号的离散余弦变换-For the discrete cosine transform for a period of acquisition by the acceleration sensor of acceleration signal
sudoku
- java语言实现数独求解,本程序是离散数学中关于矩阵的一节的数独程序(The realization of Sudoku by java language)