搜索资源列表
Plotting3DPointsonta2Dscreen
- 二维屏幕上表现三维点的绘制方法——适合图形编程的数字运算方法原理-2D screen performance 3D Rendering point -- suitable for graphical programming method of calculation principle
3D_upml.rar
- 采用UMPL边界的FDTD编程,在VC++中实现,编程规范,具有参考价值。,The use of FDTD boundary UMPL programming in VC++ in the realization of program specification, with reference value.
matlab_jiaocheng
- Matlab是Matlab产品家族的基础,它提供了基本的数学算法,例如矩阵运算、数值分析算法,Matlab集成了 2D和3D图形功能,以完成相应数值可视化的工作,并且提供了一种交互式的高级编程语言——M语言,利用M语言可以通过编写脚本或者函数文件实现用户自己的算法。 这是关于matlab的教程-Matlab family of products is the basis of Matlab, which provides the basic mathematical algorithms,
rigid3dtransformation
- 3D刚性转换,使用matlab编程实现,主要实现坐标轴及相关的空间坐标转换 -3D rigid tranforamtion
3D
- 用MATLAB编程,利用FDTD方法模拟了三维结构的场分布-With MATLAB programming, the use of FDTD method to simulate three-dimensional structure of the field distribution
3D
- 运用Matlab编程,实现了三维结构的凝聚,包括Guyan法,标准凝聚和迭代凝聚法。-With Matlab programming, we achieve the cohesion of the three-dimensional structure, including the Guyan method, standard condensation and iterative condensation method.
color2
- 基于mfc的opengl编程,三维建模,鼠标键盘控制并且纹理着色-Based on the mfc opengl programming, 3D modeling, mouse and keyboard control and texture shader
yxyffbc(dsb)
- 有限元方法fortran编程,包括二维三维线性非线性静态分析、稳定流瞬时流分析、振动问题、特征值问题、并行计算等。包含了所有子程序。-Finite element method fortran programming, including 2D and 3D linear and nonlinear static analysis, steady flow transient flow analysis, vibration problems, eigenvalue problems, para
CT-image-3d-reconstruction
- CT图像的三维重建以及计算机仿真研究编程代码-CT image 3d reconstruction
fdtd3D
- 3维的FDTD算法用MATLAB编程的一个很好过程展示-3D FDTD algorithm
matlab-3D-Circle-Interpolation
- 基于matlab的空间圆弧插补与仿真,每个函数独立编写成为m文件,规范化编程接口,希望对大家有用处 -Space-based matlab circular interpolation and simulation, each function independently write m file become standardized programming interfaces, we hope to be useful
sanwei
- 自由落体运动观测的三维卡尔曼滤波仿真,编程方式可改进-The 3D Calman filter simulation free fall movement observation, programming can be improved
tpgmszxj
- 利用matlab GUI实现的串口编程例子,有CDF三角函数曲线/三维曲线图,一种流形学习算法(很好用),主同步信号PSS在时域上的相关仿真,BP神经网络用于函数拟合与模式识别,pwm整流器的建模仿真。-Use serial programming examples matlab GUI implementation, There CDF trigonometric curve/3D graphs, A fluid manifold learning algorithm (good use),
jycqsumt
- 实现了对10个数字音的识别程序有CDF三角函数曲线/三维曲线图,相关分析过程的matlab方法,利用matlab GUI实现的串口编程例子,一种噪声辅助数据分析方法,主要是基于mtlab的程序。- Realization of 10 digital audio recognition program There CDF trigonometric curve/3D graphs, Correlation analysis process matlab method, Use serial pro
whedjkca
- 有均匀线阵的CRB曲线,本科毕设要求参见标准测试模型,包括数据分析、绘图等等,一种噪声辅助数据分析方法,利用matlab GUI实现的串口编程例子,有CDF三角函数曲线/三维曲线图。- There ULA CRB curve, Undergraduate complete set requirements refer to the standard test models, Data analysis, plotting, etc., A noise auxiliary data analysi
my_sweep
- 采用matlab编程语语言,可在二维图片(对称)移动鼠标,自动检测出边缘轮廓,将二维图片转化为3维立体图片。(Using MATLAB programming language, the mouse can be moved in two dimensional picture (symmetrical), the edge contour is detected automatically, and the two-dimensional picture is transformed into
python核心编程(第二版)
- Python是纯粹的自由软件, 源代码和解释器CPython遵循 GPL(GNU General Public License)协议。Python语法简洁清晰,特色之一是强制用空白符(white space)作为语句缩进。 Python具有丰富和强大的库。它常被昵称为胶水语言,能够把用其他语言制作的各种模块(尤其是C/C++)很轻松地联结在一起。常见的一种应用情形是,使用Python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写,比如3D游戏中的
top3d
- Top3D是一个免费的Matlab程序,解决了3D中的拓扑优化问题。紧凑而不牺牲可读性,易用而不失复杂性,多功能无编程无限性。(Top3d is a FREE MATLAB program that solves topology optimization problem in 3D. The program is: compact without sacrificing readability, easy-to-use without losing complexity, and multi-
Mij_Hess_Smith
- matlab编程利用hess simth面元法(边界元法)计算球体及椭球体附加质量(Matlab programming uses hess_simth surface element method (boundary element method) to calculate the additional mass of spheres and ellipsoids)
Python机器视觉编程
- 《Python计算机视觉编程》是计算机视觉编程的实践指南,依赖Python语言讲解了基础理论与算法,并通过大量示例细致分析了对象识别、基于内容的图像搜索、光学字符识别、光流法、跟踪、三维重建、立体成像、增强现实、姿态估计、全景创建、图像分割、降噪、图像分组等技术。另外,书中附带的练习还能让读者巩固并学会应用编程知识。("Python Computer Vision Programming" is a practical guide to computer vision pro