使用贝塞尔曲线(2D,3D)的简单示例 要求: 程式语言: Python, C++ 导入库: Matplotlib, NumPy 项目层次结构: 储存库[/ Bezier_Curve_Simple /]: [ Brief presentation of Bézier curves ] /PDF/ [ Main Script ] /Script/ 应用: 贝塞尔曲线(线性)2D和3D: 贝塞尔曲线(二次)2D和3D: 贝塞尔曲线(三次方)2D和3D: 贝塞尔曲线(N度)2D和3D: 使用简化因子(1,...,n)的简化路径-2D演示: 简化因子-1: 简化因子-2: 简化因素-3: 简化因子-4: 简化因子-5: 简化因子-6: 简化因子-7或更多: 联络资料: 执照
2022-12-03 09:35:23 3.01MB Python
1
一般的 该文件基于Duane Hanselman的“曲线相交”功能。 它扩展了函数的范围以处理任意线/多边形,这些线/多边形也可能具有垂直线段或具有非增加 x 值的线段。 描述计算两条二维线/多边形的交点。 用法[X,Y]=CURVEINTERSECT(H1,H2) 或 [X,Y]=CURVEINTERSECT([H1 H2]) 或[X,Y]=CURVEINTERSECT(X1,Y1,X2,Y2) 或-> (H1,H2) 线对象句柄-> (Xi,Yi) 线的坐标-> (X,Y) 交点坐标 例子x1=rand(10,1); y1=rand(10,1); x2=rand(10,1); y2=rand(10,1); [x,y]=curveintersect(x1,y1,x2,y2); 情节(x1,y1,'k',x2,y2,'b',x,y,'ro')
2022-11-08 15:50:20 11KB matlab
1
通过curve25519实现打点,点乘,点除,OPRF方案,封装相关内容,包含内部的数据转换,传统a*G*x*b的问题是可以消掉x和a,获得b*G,如何解决问题,就是打点,将数据x转化成椭圆曲线上的一个点H(x),计算a*H(x),从而解决这个问题。
2022-11-04 18:00:08 154KB curve
1
应用传统连续潮流法绘制PV曲线,有详细的步骤说明。
1
贝塞尔曲线长度 Bezier曲线(主要是Cubic字体)广泛用于图形和设计程序中,例如SVG和Opentype字体。 有一些数学上完整的方法可以计算给定贝塞尔曲线的长度,但是它们涉及复杂的演算,而且并不总是容易得出结果。 当前用于查找贝塞尔曲线长度的非微积分方法是将其递归地分解成小段,直到曲线足够小以至于可以由一条直线近似。 该方法是时间和计算密集型的。 该项目旨在通过蛮力计算和测试一系列“快速”方法来计算贝塞尔曲线的长度。 通过计算结果并将其与递归结果进行比较,我们可以找出每种“快速”方法的差距。 希望我们能找到足够接近的东西。 准确性结果 在尝试了许多简单的几何函数之后,根据贝塞尔曲线的4个点,没有一个得到非常准确的结果(与预期的一样)。 最接近的实际上是将P1 / P2与P3 / P4之间的距离相加。 这是一张图。 橙色是当前最佳的切片方法,绿色是简单的加长法。 这里至少存在一个
2022-10-26 16:52:15 91KB JavaScript
1
用于绘制LLC的增益曲线。把这段代码放到Matlab里,运行,就能够绘制出来LLC的增益曲线了。
1
The Bell Curve by Richard J. Herrnstein and Charles Murray Pirated Edition PART 1. THE EMERGENCE OF A COGNITIVE ELITE 1 Cognitive Class and Education, 1900-1990 29 2 Cognitive Partitioning by Occupation 51 3 The Economic Pressure to Partition 63 4 Steeper Ladders, Narrower Gates91 PART 2 COGNITIVE CLASSES AND SOCIAL BEHIOR 5 Poverty 127 6 Schooling 143 7 Unemployment, Idleness, and Injury155 8 Family Matters167 9 Welfare Dependency191 10 Parenting203 11 Crime 235 12 Civility and Citizenship 253 PART 3 THE NATIONAL CONTEXT 13 Ethnic Differences in Cognitive Ability 269 14 Ethnic Inequalities in Relation to IQ317 15 The Demography of Intelligence 341 16 Social Behavior and the Prevalence of Low Cognitive Ability 369 PART 4. LIVING TOGETHER 17 Raising Cognitive Ability389 18 The Leveling of American Education 417 19 Affirmative Action in Higher Education 447 20 Affirmative Action in the Workplace 479 21 The Way We Are Headed509 22 A Place for Everyone 527 APPENDIXES Statistics for People Who Are Sure They Can’t Learn Statistics 553 ù Technical Issues Regarding the National Longitudinal Survey of Youth 569 3Technical Issues Regarding the Armed Forces Qualification Test as a Measure of IQ 579 4 Regression Analyses from Part 2 593 5 Supplemental Material for Chapter 13 625 6 Regression Analyses from Chapter 14 645 7 The Evolution of Affirmative Action in the Workplace655 Notes 665 Bibliography 775 Index 833 some Bigots and Enthusiasts, and through Fear assented to by some wiser and better Men; it is this. They argue against a fair Discussion of popular Prejudices, because, say they, tho’they would be found without any reasonable Support, yet the Discovery might be productive of the most dangerous Consequences. Absurd and blasphemous Notion! As if all Happiness was not connected with the Practice of Virtue, which necessarily depends upon the Knowledge of Truth. EDMUND BURKE A Vindication of Natural Society
2022-10-07 13:05:37 1.41MB 正态分布
1
简单的收益率曲线
2022-08-18 17:44:04 1KB matlab
1
QPSK在含有高斯白噪声的瑞利信道下的误码率仿真
2022-08-03 12:08:40 3KB QPSK QPSK误码率 bravebsu qpskrayleigh
超椭圆 绘制超椭圆(或拉米曲线)
2022-06-14 16:38:31 34KB java superellipse lame-curve Java
1