搜索资源列表
基于广义Hough变换的不规则形状目标提取方法
- 广义Hough变换不规则形状提取,基于广义Hough变换的不规则形状目标提取方法
Windows_from
- 主要讲述WINDOWS中不规则窗体的实现
粒子系统,用来模拟不规则自然形态
- 图形编程中重要的一个内容——粒子系统,用来模拟不规则自然形态,如云、雨、烟、雾等,这是我收集的一个论文集,Graphical programming in an important content- particle system to simulate natural irregular shape, like clouds, rain, smoke, fog, etc. This is what I gathered a collection of
Three-dimensionalBoolean-operations
- 研究了三角形表面模型的布尔运算。传统的CSG 算法是基于基本实体的布尔运算进行的,对于由三角形或多边形描述的表面模 型的复杂模型运算则十分困难。通过构建模型的BSP 树,利用BSP 树的空间分割能力,把参与运算的模型分割成两部分,然后,根据交、并、差 各种布尔运算,组合分割后的结果,实现了不规则三维模型的布尔运算-Researched on Boolean Operation of triangle facial model. Traditional CSG algorithm base
Delaunay_TIN
- 主要探讨了以Delaunay三角剖分的逐点插入法为基础构建不规则三角网的方法,并在程序设计中对该算法进行了改进,极大地提高了Delaunay三角网的构建效率 -Mainly discusses the Delaunay triangulation based on incremental insertion method TIN constructed, and in programming the algorithm was improved greatly improve the eff
no3
- 基于粒子群算法求解二维不规则零件排样问题的方法-Based on Particle Swarm Algorithm for two-dimensional irregular parts nesting problems
tuoluo_piaoyi_feipingwenshijian
- 将非平稳时间序列的状态空间建模方法用于陀螺过渡过程的分析.基于平滑先验约束的概念,使用卡尔曼滤波和赤池的AIC方法拟合全局模型,得到陀螺漂移模型的若干数值结果并用于陀螺系统分析.由于观测序列的趋势项、不规则分量可同时建模,因此比分别建模在统计上更加准确有效.-Will be non-stationary time series state space modeling method for the analysis of the transition process gyro. Priori s
TEX_3D
- ,提出了一种利用人眼的视觉特性,采用不规则块、随机覆 盖法和曲线最优匹配的纹理合成新方法L新方法分两个步骤:首先根据人眼的视觉特性,采用智能选择 工具从样本纹理中抽取出具有明显边界特征的不规则块,然后采用随机覆盖法和曲线最优匹配法来决 定如何把不规则块拷贝到目标纹理中L和已有的合成方法相比,新方法能更好地保持纹理的边界结构 特征L实验表明该方法可以快速高效地合成高质量的纹元式纹理-, A use of the visual characteristics of the human
EroseWindow
- 不规则窗体在Winform编程中也占有重要地位,特别是一些大型软件中都有使用,不规则窗体的实现方法不少人都在讨论,那么究竟应该怎么去实现异形窗体呢?-Irregular form in the Winform program also plays an important role, especially in the software is being used in some large, irregular form of the realization method many peopl
DEM
- 目前三角网是进行精细地形表达最好和最常用的方法,因此本文讨论利用三角网法来建立露天矿的精细DEM模型。由于露天矿复杂特殊的地形特征,在建模过程中应充分考虑相应的约束条件,否则会出现台阶被削平等现象。构建不规则三角网的方法可分为分而治之算法、逐点插入算法和三角网生长算法。各种算法各具优缺点,结合矿区的实际情况,本文采用一次性约束三角网生成算法,经过空间数据提取、拓扑关系建立以及空间索引建立,最终建立起边界约束线以内的约束不规则三角网。-At present, triangulated irregu
nesting
- 不规则多边形优化组合的计算机自动排样,研究排样的同仁可以参考!-Computer Optimization of irregular polygon automatic layout
1.pdf
- 关于LDPC密度进化理论分析不规则码字阈值,合理优化度分布,构造优异性能的LDPC码。以及高斯近似分析阈值的比较-Analysis of Density Evolution on the irregular LDPC code word threshold, optimize the degree distribution, excellent performance of the LDPC codes constructed. And the Gaussian approximation th
2.pdf
- 关于LDPC密度进化理论分析不规则码字阈值,合理优化度分布,构造优异性能的LDPC码。以及高斯近似分析阈值的比较-Analysis of Density Evolution on the irregular LDPC code word threshold, optimize the degree distribution, excellent performance of the LDPC codes constructed. And the Gaussian approximation th
aer
- 不规则几何图形面积计算 扇形面积 菱形面积-Area of irregular geometryArea of irregular geometryArea of irregular geometry
FVM.pdf
- 频率域有限体积波场模拟,可用于三角形不规则网格,较有限差分速度更快。-Frequency domain finite volume wave field simulation can be used for irregular triangular grid, faster than the finite difference.
VCPP
- 不规则三角网构建tin,包括:三角形生成方法-Triangulation tin, including: the triangle generation method
Create-the-TIN
- 本文讲述了不规则三角网的生成过程,文章结构条理性很强,通俗易懂。-This article describes a triangulated irregular network generation process, essay structure very rational and easy to understand.
API实现不规则窗体
- 在vb6中,使用API函数,实现不规则的窗体。(create special winform with api function)
二维不规则排样问题文献
- 二维不规则排样问题的相关文献,包括各种启发式算法,智能算法等