搜索资源列表
truetime-1.3
- 一个很棒的网络控制系统仿真软件,truetime工具箱包括TrueTime Computer与Truetime Network 两个接口模块。计算机模块具有灵活的实时内核,A/D和D/A转换器,网络接口和外部通道。计算机模块按照用户定义的任务执行,代码采用Matlab或C++编写。-a terrific network control system simulation software, truetime Toolbox including Computer and TrueTime True
3-D FDTD code with PEC boundaries
- 3维FDTD算法-arithmetic for three dimensional FDTD
3-DStemPlotofanFFT
- Example - 3-D Stem Plot of an FFTFor example, fast Fourier transforms are calculated at points around the unit circle on the complex plane. So, it is interesting to visualize the plot around the unit circle. Calculating the unit circle.
MAIN 3-DIMENSIONAL CFD-PROGRAM
- #//u(i,j) x方向的速度u;或者θ方向速度uθ #//u(i,j) y方向的速度v;或者径向速度ur'h\K #//pc(i,j) 压力修正 p'[OS #//p(i,j) 压力p-=5-+ #//p(i,j)
3-DFDTD
- 三维有限差分算法,使用matlab编程,可以进行数值模拟-3-D FDTD code with PEC boundaries
fftw-3.1.2-dll
- fftw,the fastest fourier transform in the West。用于快速计算离散傅里叶变换,用c编程-fftw, the fastest fourier transform in the West. For fast calculation of discrete Fourier transform, using c programming
fdtd3D
- fdtd 3维pec边界 资源共享速度大辅导费-codes
zlib-1.2.3
- Zlib压缩算法,可在BCB下和VC下使用,附dll工程,直接用VC可编译成dll,可在其它开发环境下使用-Zlib compression algorithm can be under BCB and VC to use, with a dll project, the direct use of VC can be compiled into a dll, can be used in other development environments
3D-FDTD-UPML
- Keely J. Willis关于 3-D FDTD matlab代码利用UPML 吸收边界条件- 3-D FDTD code with UPML absorbing boundary conditions by Keely J. Willis
Kalker_code
- Kalker s all code 1. Exact solution 2. Linear Solution 3. Simplifiend solution 4. FASTSIM + POLACH s contact algorithm
matlab3-D
- Matlab绘制3-D图形的几个例子,很详细,也很全面的介绍了绘制3-D图形的函数,其中最后一个是画直方图的,横向和纵向都有例子。-Matlab 3-D graphics to draw a few examples of very detailed and very comprehensive introduction to drawing 3-D graphics functions, the last one is the histogram drawing, horizontal and
3-D-FDTD-code-with-PEC-boundaries
- 3-D FDTD code with PEC boundaries-3-D FDTD code with PEC boundaries. This MATLAB M-file implements the finite-difference time-domain solution of Maxwell s curl equations over a three-dimensional Cartesian space lattice comprised of uniform cubic gri
3-D-Ducan-Zhang-UMAT
- 基于ABAQUS UMAT二次开发的三维邓肯-张本构模型-A program for 3-D Ducan-Zhang model based on ABAQUS UMAT
optical-flow-method-for-3-D-images
- An implementation of Lucas-Kanade optical flow method for 3-D images-This is an implementation of Lucas-Kanade optical flow method for three dimensional images like NIFTI, DICOM etc. A demo with test dataset is given.
Horn-Schunck--method-for-3-D-images
- An implementation of Horn-Schunck optical flow method for 3-D images-This is an implementation of Horn-Schunck optical flow method for three dimensional images. A demo with test dataset is given.
3-D-FDTD-code-with-PEC-boundaries
- 3-Dimension FDTD代码PEC边界-3-Dimension FDTD code PEC boundary
3-D-FDTD-code-with-PEC-boundaries
- matlab有限元 3-D FDTD code with PEC boundaries -matlab finite element 3-D FDTD code with PEC boundaries
3
- 3-D FDTD code with PEC boundaries- 3-D FDTD code with PEC boundaries
3-d-graphics-drawing
- 利用matlab对高数第十章的三维图形绘图-Using matlab to the high number of chapter 10 3 d graphics drawing
3-12
- 双调旅行售货员问题 问题分析:给定平面上n个点,p[i]=(x[i],y[i]),I=1,2,3,…,n。点集p1,p2..pi按x坐标排序 t(i)表示点{p1,p2...pi}的最短双调TSP回路,则有, t(i) = min{t(k) + D(k,i) + d(k-1,i) - d(k-1,k)} ,1<k<i t(1) = 0,t(1) = 2d(1,2) d(i,j)为pi,pj之间的距离 D(i,j)为pi,pi+1,pi+1...pj之间累加距离 设s(i