首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏懒人开发

    (6.1)James Stewart Calculus 5th Edition:Areas between Curves

    Areas between Curves 曲线之间的面积 之前说过,对应的定积分,表示某个范围内,曲线和x轴直接正区域的面积 其实,很容易理解 2条曲线之间的面积,图像可以表示为: 如果对的x*i 去对应第

    69730发布于 2018-09-12
  • 来自专栏星河造梦坊专栏

    添加角色控制器、Curves、添加滑动

    添加角色控制器Character Controller后,人物不会因动画问题而导致Y轴变化,人物会始终位于水平地面上

    73810编辑于 2024-08-14
  • 来自专栏懒人开发

    (10.2)James Stewart Calculus 5th Edition:Calculus with Parametric Curves

    ---- Calculus with Parametric Curves 参数曲线的微积分 表示曲线的参数等式。 对应的微积分在 参数曲线的应用。

    65610发布于 2018-09-12
  • 来自专栏懒人开发

    (10.1)James Stewart Calculus 5th Edition:Curves Defined by Parametric Equations

    ---- Curves Defined by Parametric Equations 曲线定义的参数方程 有的时候,有些曲线不符合 the Vertical Line Test 竖线检测 例如: ? ---- Families of Parametric Curves 参数曲线的族 (之前感觉 数学书上,名词的翻译是一坨屎,现在感觉,的确也不好翻译,和沟通一样,所有的沟通都会有信息丢失) 比如,我们有等式

    1.2K10发布于 2018-09-12
  • 来自专栏个人路线

    Flutter:AnimatedOpacity 示例

    child, required double opacity, Curve curve = Curves.linear, required Duration duration, 在以下示例中,我们将使用: Curves.easeInOut:开始缓慢,加速,然后缓慢结束 Curves.bounceInOut:幅度先增大后缩小 Curves.elasticInOut:在超出范围时增长然后缩小 title: const Text("大前端之旅"), ), body: Column( children: [ // Using Curves.easeInOut AnimatedOpacity( duration: const Duration(seconds: 3), curve: Curves.easeInOut Colors.black), ), ), )), // Using Curves.elasticInOut

    72820编辑于 2022-06-24
  • 来自专栏阿策小和尚

    【Flutter 专题】71 图解基本隐式动画 Widget

    : Curves.easeInExpo, ? sizeCurve 为尺寸切换动画,当两个 Widget 大小不同时效果明显; sizeCurve: Curves.easeInExpo, sizeCurve: Curves.fastOutSlowIn 和尚在切换过程中尝试不同的显示隐藏动画效果; switchInCurve: Curves.easeInCubic, switchOutCurve: Curves.fastLinearToSlowEaseIn , switchInCurve: Curves.easeInExpo, switchOutCurve: Curves.fastOutSlowIn, ? , switchOutCurve: Curves.fastOutSlowIn, child: isChanged ?

    98631发布于 2019-12-30
  • 来自专栏AnRFDev

    Flutter widget动画效果之CurvedAnimation

    (parent: controller, curve: Curves.linear); decelerate = new CurvedAnimation(parent: controller , curve: Curves.decelerate); } @override Widget build(BuildContext context) { buildItemWidget '), buildItemWidget(bounceIn, Colors.amber, 'Curves.bounceIn'), buildItemWidget (linear, Colors.red, 'Curves.linear'), buildItemWidget(decelerate, Colors.indigo, 'Curves.decelerate 'Curves.ease'), ], ), ), ); } } ?

    1.3K20发布于 2021-02-01
  • 来自专栏web秀

    使用 pasition 制作酷炫Path过渡动画

    最后一条curve的终点就是第一条curve的起点 知道基本规则之后,我们可以进行渲染,这里拿canvas里渲染为例子: Fill模式: function renderShapes(context, curves , color){ context.beginPath(); context.fillStyle = color||'black'; context.moveTo(curves[ 0][0], curves[0][1]); curves.forEach(function(points){ context.bezierCurveTo(points[2], points ){ renderShapes(context,curves,"#006DF0") }) Stroke模式: function renderCurve(context, points, color ){ curves.forEach(function (curve) { renderCurve(context, curve, "#006DF0") }) }) 当然你也可以把

    1.6K20发布于 2019-09-05
  • [C++][opencv]基于opencv实现photoshop算法曲线调整

    【测试环境】 vs2019 opencv==4.8.0 【效果演示】 【核心实现代码】 Curves.hpp #ifndef OPENCV2_PS_CURVES_HPP_ #define OPENCV2 _PS_CURVES_HPP_ #include "opencv2/core.hpp" #include "opencv2/imgproc.hpp" #include "opencv2/highgui.hpp : Curves(); virtual ~Curves(); Curve RGBChannel; //RGB总通道 Curve RedChannel; //Red通道 Curve GreenChannel _ */ Curves.cpp #include "Curves.hpp" #ifdef HAVE_OPENMP #include <omp.h> #endif #define SWAP(a, b Curves::Curves() { CurrentChannel = &RGBChannel; } Curves::~Curves() { } void Curves::draw(Mat &

    23810编辑于 2025-07-21
  • 来自专栏Python数据结构与算法

    【高数定积分求解旋转体体积】 —— (上)高等数学|定积分|柱壳法|学习技巧

    shell method to find the volume of the solid generated by revolving the region bounded by the given curves shell method to find the volume of the solid generated by revolving the region bounded by the given curves shell method to find the volume of the solid generated by revolving the region bounded by the given curves shell method to find the volume of the solid generated by revolving the region bounded by the give curves

    90610编辑于 2024-01-18
  • 来自专栏韦东山嵌入式

    LCD模组驱动开发

    j] &= gamma_par_mask[j]; write_reg(par, PVGAMCTRL + i, curves[c + 0], curves[c + 1], curves [c + 2], curves[c + 3], curves[c + 4], curves[c + 5], curves[c + 6], curves[c + 7], curves [c + 8], curves[c + 9], curves[c + 10], curves[c + 11], curves[c + 12], curves[c + 13]); [c + 2], curves[c + 3], curves[c + 4], curves[c + 5], curves[c + 6], curves[c + 7], curves[c + 8], curves[c + 9], curves[c + 10], curves[c + 11], curves[c + 12], curves[c + 13]); } return

    60710编辑于 2024-08-24
  • 来自专栏C++

    【HarmonyOS之旅】基于ArkTS开发(二) -> UI开发三

    需要使用动画能力接口中的插值计算,首先要导入curves模块。 import Curves from '@ohos.curves' @ohos.curves模块提供了线性Curve. import Curves from '@ohos.curves' import router from '@ohos.router' @Entry @Component struct Logo { 转场id为foodItem.id,转场动画时长为1s,延时0.1s播放,变化曲线为贝塞尔曲线Curves.cubicBezier(0.2, 0.2, 0.1, 1.0) ,需引入curves模块。 // FoodList.ets import Curves from '@ohos.curves' @Component struct FoodListItem { private foodItem import Curves from '@ohos.curves' @Component struct FoodImageDisplay { private foodItem: FoodData

    38810编辑于 2025-01-18
  • 来自专栏腾讯云TVP

    Does the New Reasoning Paradigm (Query+CoT+Answer) Support a New Scaling Law?

    While S-curves (nonlinear curves characterized by sigmoid functions) can describe technology adoption Three S-curves DebateZhang Junlin observes that since OpenAI's O1, two other phases have gained recognition Scaling Law (also called Test Time Scaling Law).This raises a crucial question: Are there really three S-curves The combination of pre-training and post-training growth curves (s1 and s2) might indeed reflect the the next phase of artificial intelligence development, we might need to discover entirely new growth curves

    26500编辑于 2025-02-14
  • 来自专栏Android知识点总结

    [- Flutter福利篇 -] Hero转场组件共享 — 附赠-路由动画工具类

    int duration_ms; final Curve curve; ScaleRouter({this.child, this.duration_ms = 500,this.curve=Curves.fastOutSlowIn int duration_ms; final Curve curve; RotateRouter({this.child, this.duration_ms = 500,this.curve=Curves.fastOutSlowIn int duration_ms; final Curve curve; Right2LeftRouter({this.child,this.duration_ms=500,this.curve=Curves.fastOutSlowIn int duration_ms; final Curve curve; Top2BottomRouter({this.child,this.duration_ms=500,this.curve=Curves.fastOutSlowIn int duration_ms; final Curve curve; Bottom2TopRouter({this.child,this.duration_ms=500,this.curve=Curves.fastOutSlowIn

    1.1K30发布于 2020-04-30
  • 来自专栏鸿蒙开发笔记

    HarmonyOS Next 悬浮窗拖拽和吸附动画

    介绍本示例使用position绝对定位实现应用内悬浮窗,并且通过animateTo结合curves动画曲线实现悬浮窗拖拽跟手和松手吸附边缘的弹性动画效果。 animateTo({ curve: curves.responsiveSpringMotion() }, () => { this.positionX = windowX - this.offsetX 轴偏移和设备顶部状态栏高度 }) break; }手指抬起时,通过判断悬浮窗中心在水平方向位于窗口中心的左侧或右侧设置悬浮窗靠左或靠右,如果悬浮窗超出内容区上下边界,则将悬浮窗设置在边界位置,使用curves.springMotion 源码参考FloatWindowMainPage.ets case TouchType.Up: { // TODO:知识点:通过判断悬浮窗在窗口中的位置,设置悬浮窗贴边,使用curves.springMotion ()弹性动画曲线,可以实现阻尼动画效果 animateTo({ curve: curves.springMotion() }, () => { // 判断悬浮窗中心在水平方向是否超过窗口宽度的一半

    62120编辑于 2024-09-13
  • 来自专栏数据科学与人工智能

    Python 多维数据可视化

    import pandas as pd import matplotlib.pyplot as plt from pandas.plotting import andrews_curves data = pd.read_csv('D:\\iris.csv') plt.figure('多维度-andrews_curves') plt.title('andrews_curves') andrews_curves

    2.2K30发布于 2020-10-23
  • 来自专栏Android知识点总结

    【Flutter 组件集录】FadeInImage| 8月更文挑战

    我们可以配置两个动画的时长和曲线来达到期望的动画效果,如下是测试案例的效果: 属性名 类型 默认值 用途 fadeOutDuration Duration 300 ms 占位图淡出时长 fadeOutCurve Curves Curves.easeOut 占位图淡出动画曲线 fadeInDuration Duration 700 ms 目标图淡入时长 fadeInCurve Curves Curves.easeIn 目标图淡入动画曲线 FadeInImage( width: 100, height: 100, fadeOutDuration:Duration(seconds: 1), fadeOutCurve: Curves.easeOutQuad , fadeInDuration: Duration(seconds: 2), fadeInCurve: Curves.easeInQuad, placeholder: AssetImage , fadeInDuration: Duration(seconds: 2), fadeInCurve: Curves.easeInQuad, placeholderErrorBuilder

    1.6K20编辑于 2022-03-18
  • 来自专栏Flutter

    【Flutter实战】动画核心(2/2)

    ); }); _animation = Tween(begin: 100.0, end: 200.0) .chain(CurveTween(curve: Curves.bounceIn Curve { @override double transformInternal(double t) { return t; } } 直接返回 t 其实就是线性动画,即 Curves.linear )) .animate(_controller); 或者: _animation = _controller .drive(CurveTween(curve: Curves.linear )) .drive(Tween(begin: 100.0, end: 200.0)); 只需要 Curve : _animation = CurveTween(curve: Curves.linear ) .animate(_controller); 或者 _animation = _controller.drive(CurveTween(curve: Curves.linear)); 一个

    88320发布于 2020-09-11
  • 来自专栏Android知识点总结

    [- Flutter福利篇 -] Hero转场组件共享 — 附赠-路由动画工具类

    int duration_ms; final Curve curve; ScaleRouter({this.child, this.duration_ms = 500,this.curve=Curves.fastOutSlowIn int duration_ms; final Curve curve; RotateRouter({this.child, this.duration_ms = 500,this.curve=Curves.fastOutSlowIn int duration_ms; final Curve curve; Right2LeftRouter({this.child,this.duration_ms=500,this.curve=Curves.fastOutSlowIn final Curve curve; List mapper; Left2RightRouter({this.child,this.duration_ms=500,this.curve=Curves.fastOutSlowIn int duration_ms; final Curve curve; Top2BottomRouter({this.child,this.duration_ms=500,this.curve=Curves.fastOutSlowIn

    63520发布于 2020-10-16
  • 来自专栏Android知识点总结

    【 开源计划 - Flutter组件】 旋转切换 toggle_rotate

    1.所有属性: 名称 类型 功能 备注 默认 rad double 旋转角度 弧度制 pi / 2 durationMs int 动画时长 毫秒 200 curve Curve 动画曲线 - Curves.fastOutSlowIn ToggleRotate( curve: Curves.decelerate, durationMs: 400,//动画时长 clockwise: false, //是否是顺时针 child ToggleRotate( curve: Curves.decelerate, durationMs: 400, child: Image(width:60,height: 60,image ToggleRotate( rad: pi / 4, curve: Curves.linear, child: Image(width:60,height: 60,image: AssetImage this.rad = pi / 2, this.clockwise = true, this.durationMs = 200, this.curve = Curves.fastOutSlowIn

    1.1K30发布于 2020-04-30
领券