搜索资源列表
ras9_csharp_win_discreteparam
- 该示例说明C#中如何使用水晶报表---如何使用离散参数字段-the sample C# Note how the use of crystal statements -- how to use the discrete parameters field
sadadsadas
- 从信号处理的角度,通过对一维信号的离散傅里叶变换频谱dasa-signal processing from the point of view of one-dimensional signals in the discrete Fourier transform spectrum Dasa
azq
- 从信号处理的角度,通过对一维信号的离散傅里叶变换频谱图特性进行研究,进而推广到二维,daolr-signal processing from the point of view of one-dimensional signals in the discrete Fourier transform spectrum characteristics, thus the promotion of two-dimensional, and daolr
diantimonixitong
- [问题描述] 设计一个电梯模拟系统。这是一个离散的模拟程序,因为电梯系统是乘客和电梯等 “活动体”构成的集合,虽然他们彼此交互作用,但他们的行为是基本独立的。在离散的模拟中,以模拟时钟决定每个活动体的动作发生的时刻和顺序.系统在某个模拟瞬间处理有待完成的各种事情,然后把模拟时钟推进到某个动作预定要发生的下一个时刻。 [基本要求] (1) 模拟某校五层教学楼的电梯系统。该楼有一个自动电梯,能在每层停留。五个楼层由下至上依次称为地下层、第一层、第二层、第三层和第四层,其个第一
2006081223131713066
- 迷宫地图的生成也有很多种方法,但是有些算法在生成较大维度时的计算速度很慢,尤其是如果用在电子词典之类上可能很成问题的。还有一个较大的问题就是很多算法生成的迷宫并不是真正意义上的迷宫,即路径不唯一。 用离散数学的集合观点来生成一个迷宫。 首先是M*N的一个矩阵,生成为M*N个集合,然后每次循环就合并一个集合,这样在M*N-1次合并之后就成了一个集合,也就是这M*N个元素连通了。算法首先得问题的是选择哪个元素来合并,我在这里是随机选择相邻集合。算法的关键是要记录合并的次序,否则你最后得到的只
hecheng
- 离散数学中关系的合成,使用于学生作业的启发与应用
zuixiaoshengchengshu
- 最小生成树,分克鲁斯卡尔和Prim两种方法,离散数学程序之一。
egkff
- (一个较具体的例子)进行离散快速傅立叶变换,并求了幅角与模,而后还求了逆傅立叶变换的模
ID3
- 自己实现的ID3算法,可以对连续变量进行离散化操作-Own implementation of ID3 algorithm to discretize the continuous operation of the variable
绘制构造等高线
- 用csharp开发的距离距离反比插值算法,用来对离散点加密,本程序是计算地质上的构造高度为目的的 我的邮箱feiyuno2@163.com-Development with csharp distance inverse distance interpolation algorithm used to encrypt the discrete points, this program is to calculate the height of geological structure on th
Circuit
- 基于Unity3D的相机自动漫游路径生成代码,用户可以交互状态下,建立路径Hermit曲线的控制点,然后自动生成路径离散数组,粘贴到显示程序中便可运行。-Unity3D camera based automatic roaming path generation code, the user can interact with the state, to establish the path Hermit curve control point, and then automatically g
DFT
- 在C++环境下的离散傅里叶变化,我自己运行过的,是可以运行的-In C++, the discrete Fourier changes, I have been running to be able to run
CSharp_DSP
- DSP算法,包括线性卷积、复多项式矩阵积分,离散傅立叶变换、反离散傅立叶变换等-Linear convolution, matrix integral, DFT and IDFT...
Walsh
- 传统快速离散Walsh变换算法(FWT)-Traditional fast discrete Walsh transform algorithm (FWT)
TIN_Voronoi
- 构建离散点集的Voronoi图,算法大致流程:先构建Delaunay TIN,然后连接相邻三角形的重心记得Voronoi图,然后基于TIN的拓扑,构建Voronoi多边形的拓扑关系。-Construction of discrete point set Voronoi diagram algorithm for general processes: first, to build Delaunay TIN, then remember that the focus of a triangle c
fft
- fft#include <math.h> #define SWAP(a,b) tempr=(a) (a)=(b) (b)=tempr //当isign=1时,将输入数据data[1..2*nn]用它的离散Fourier变换系数代替 //当isign=-1时,将输入数据替换为其的离散IFFT系数乘以nn //data是一个保存nn个复数的数组 //Fourier系数的保存方法为F0的实部和虚部保存在data[1],data[2] //正的一次谐波系数保存在dat
feno
- 进行香农、费诺和赫夫曼信源编码 对离散信源,如一段中文或者英文文字(txt文件)进行分析,统计信源空间,然后进行编码,存储编码码表; 根据编码码表进行信源译码 -To Shannon, fees Novo Huffman source coding for discrete sources, as a Chinese or English text (txt file) for analysis and statistical information source space, an
grid
- 在大数据量离散点数据的情况下,利用反距离平方加权插值算法建立规则格网DSM-The amount of data in large case of discrete point data, using inverse distance squared weighted interpolation algorithm for establishing regular grid DSM
13four1
- 傅里叶级数逼近c语言程序源代码 可根据某个函数在2n+1个离散值计算其傅里叶级数-Fourier series approximation c language source code according to a function in 2n+1 discrete values of its Fourier series
离散数学真值判断
- 用以判断离散数学中常遇见的真值判断问题 或运算表示为 | ,与运算表示为 & ,单条件 -> ,双条件 <-> ,非运算为 !