Abstract. 设计一条复杂曲线时,出于设计和制造上的考虑,常常通过多段曲线组合而成,这就需要解决曲线段之间如何实现光滑连接的问题。评价曲线间连接的光滑度的度量有两种:参数连接性和几何连续性。本文对这两种连续性分别进行介绍。 Key Words. Curve Continuity, Geometric Continuity, 参数连续性、几何连续性 OPEN CASCADE Curve Co
转载 2021-08-17 14:07:12
413阅读
service continuity managment-------it s overall process that is responsible for controlling and managing all of the risks  that can serious impact IT services in gerneral.------------  
翻译 2010-05-31 18:01:44
478阅读
​If the degree of the numerator of a rational function is one greater than the degree of the denominator, the graph has an oblique(slanted)asymptote. We find an equation for the asymptote by dividing
原创 2021-08-31 14:38:23
849阅读
 single point of failure (SPOF) Removal    
原创 2012-10-06 10:41:32
512阅读
斑马线分析曲面连续性。
原创 7月前
119阅读
   
转载 2017-08-23 16:48:00
116阅读
2评论
Application Continuity特性可以在中断后恢复受影响的数据库会话的任务,从而让终端用户和应用程序感觉不到中断的发生。Application Continuity执行恢复的过程是在应用程序的下层,因此中断发生后,应用程序只会表现为轻微的延迟。 这样,在计划内中断、或异常中断时,App
转载 2017-08-23 16:04:00
141阅读
2评论
Abstract. 本文通过给出曲面上曲线PCurve的定义来对OpenCascade中的Curve On Surface进行理解,并介绍了OpenCascade对应的类BRep_CurveOnSurface实现。通过Tcl脚本输出的球的拓朴信息,分析PCurve的实际应用。   Key words. OpenCascade, ACIS, PCurve, Curve on Surface, Par
转载 2021-08-17 13:49:10
632阅读
Applications in computer graphics and computer-aided design (CAD) require the rapid generation of smooth curves that can be quickly and conveniently modified.For reasons of aesthetics and computationa
转载 2015-06-04 14:31:00
94阅读
program using VCuser can click and move the 4 control points, the curve will update when the point is moving..CPoint points[4];int ptSize = 10;
转载 2009-09-04 00:06:00
38阅读
2评论
# Elliptic Curve Cryptography 待填坑。。。 ...
转载 2021-10-22 10:08:00
255阅读
2评论
python拟合 菜鸟的笔记 函数curve_fit(f, x, y) from scipy.optimize import curve_fit def power_func(x, a, b): return x**a + b popt, pcov = curve_fit(power_func, x, y) print(*popt) yvals = [power_func(i, *
转载 2023-05-26 21:07:00
93阅读
最近,使用curve_fit时遇到一个问题,百思不得其解,看了官网,上网查都没有找到这种问题所在,最后通过一些实验确定:应该是由于我这个问题中的数值存在较小值,如果在function中使用了除法会导致数值计算的问题,所以不正确。 接下来具体描述下我遇到的问题,和得出我这种猜测的支撑依据。1.问题描述在做交通流三参数模型拟合时,我使用了scipy的curve_fit函数。数据大概是这个样子的: 然后
# 使用python curve_fit 做曲线拟合 ## 整体流程 要使用python的curve_fit函数进行曲线拟合,需要经历以下步骤: 1. 准备数据:收集需要进行拟合的数据,并将其整理成x和y两个数组的形式。 2. 定义拟合函数:根据实际情况,选择适当的函数形式作为拟合函数。 3. 调用curve_fit函数:传入拟合函数、x和y数组,获得拟合结果。 4. 解析拟合结果:获取拟合
原创 2023-09-04 16:14:41
282阅读
# Python 画curve arrow 作为一名经验丰富的开发者,我将教会你如何使用Python绘制curve arrow。在本文中,我将为你提供一系列的步骤,并附带相应的代码和注释,帮助你完成这个任务。 ## 流程概述 首先,让我们来概述一下整个流程,以便你可以清晰地了解每个步骤的目的和顺序。下面是一个简单的表格,展示了绘制curve arrow的流程: | 步骤 | 描述 | |
原创 7月前
22阅读
Scipy是一个用于数学、科学、工程领域的常用软件包,可以处理插值、积分、优化、图像处理、常微分方程数值解的求解、信号处理等问题。它用于有效计算Numpy矩阵,使Numpy和Scipy协同工作,高效解决问题。scipy.optimize中有curve_fit方法可以拟合自定义的曲线,如指数函数拟合,幂指函数拟合和多项式拟合,下面导入相应的包进行拟合的一个例子:导入需要的包from scipy.op
摘要Abstract:几何曲线是参数表示的曲线 ,在边界表示中其数据存在于BRep_TEdge中,BRep_TEdge中不仅包括了几何曲线,还包含其他类型的几何信息。本文主要对OpenCascade的BRep表示中几何曲线进行说明,将在后面分析Topology部分的读写程序时来说明这三种拓朴结构中分别包括哪些几何信息。 关键字Key Words:OpenCascade BRep, Geometry
转载 2021-08-17 13:36:48
596阅读
Abstract. The natural parametric equations of a curve are parametric equations that represent the curve in terms of a coordinate-independent parameter, generally arc length s, instead of an arbitray v
转载 2021-08-17 13:55:47
728阅读
Abstract. OpenCASCADE does not provide helix curve directly, but you can build a helix curve by the pcurve of a surface(curve on surface). When you understand the pcurve of a surface, you can make a h
转载 2021-08-17 14:01:28
546阅读
一. Scipy介绍         SciPy (pronounced "Sigh Pie") 是一个开源的数学、科学和工程计算包。它是一款方便、易于使用、专为科学和工程设计的Python工具包,包括统计、优化、整合、线性代数模块、傅里叶变换、信号和图像处理、常微分方程求解器等等。         官方地址
转载 3月前
89阅读
  • 1
  • 2
  • 3
  • 4
  • 5