首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • GitHub 2.8k star 开源既封神,“Liquid‑Glass‑React”,让你前端界面瞬间拥有苹果级液态玻璃效果!

    响应用户思维:支持 elasticity、mouseContainer,实现手感灵动的交互效果。 弹性流动(elasticity) 控制组件在鼠标移动时的形变反馈,模拟“液态”真实弹性 。 技术架构与优势技术优势一览维度优势说明原生视觉还原使用高保真 shader 重现苹果原生玻璃质感高度可配置8+ 参数可调节,满足高自由度视觉需求交互流畅elasticity 和 mouseContainer 夸张按钮示例<LiquidGlass displacementScale={64} blurAmount={0.1} saturation={130} aberrationIntensity={2} elasticity containerRef} className="bg-img w-full h-screen"> <LiquidGlass mouseContainer={containerRef} elasticity

    88210编辑于 2025-07-24
  • 来自专栏WELSIM

    使用WELSIM进行有限元塑性变形分析

    LAW2 (PLAS_JOHNS) – Density + Isotropic Elasticity + Johnson-Cook2. PLAS_ZERIL -- Density + Isotropic Elasticity + Zerilli-Armstrong3. LAW22(DAMA) — Density + Isotropic Elasticity + Johnson-Cook + General Damage4. LAW27(PLAS_BRIT) — Density + Isotropic Elasticity + Johnson-Cook + Orthotropic Brittle Failure5. LAW36(PLAS_TAB) — Density + Isotropic Elasticity + Rate-Dependent Multilinear Hardening8.

    24910编辑于 2025-04-12
  • 来自专栏challenge filter

    【总结性】微服务调度相关论文

    Elasticity in Cloud Computing : State of the Art and Research Challenges,弹性调度的综述文献,对调度的不同方法、使用虚拟机还是docker Finally, we present a resource scaling algorithm TWRES (time window resource elasticity scaling algorithm of Cloud resources and scaling is essential for maintaining elasticity in resource allocation. We show evidence of true elasticity both in theoretical and numerical applications. Overall, Chameleon achieves the best scaling behavior based on user and elasticity performance metrics

    1.2K40编辑于 2022-06-17
  • 来自专栏愷龍的Blog

    Roles and Boundaries 角色与边界

    Characteristics 云特征 on-demand usage 按需使用 ubiquitous access 随处访问 multitenancy (and resource pooling) 多租户(和资源池) Elasticity Elasticity弹性 the automated ability of a cloud to transparently scale IT resources, as required in response Characteristics on-demand usage按需使用 ubiquitous access泛在连接 multitenancy (and resource pooling)多租户和资源池 Elasticity

    69410编辑于 2022-09-26
  • 来自专栏云原生应用工坊

    Open Source Modern Container Application Architecture Guide

    Cloud-native, on the other hand, is an approach to building and running applications that exploits the elasticity Differences Between Cloud-Native and Simple Cloud Migration Elasticity and Scalability: Cloud-native In contrast, applications that are merely migrated to the cloud may not possess this kind of elasticity

    37110编辑于 2023-12-06
  • 来自专栏快乐阿超

    scopedb官网首页

    that runs directly on top of any commodity object storage, unleashing the power of cloud elasticity description="ScopeDB is a database built directly on top of S3 and unleashes the power of cloud elasticity

    2.4K00编辑于 2025-02-19
  • 来自专栏素质云笔记

    因果推断笔记——因果图建模之微软开源的EconML(五)

    Prediction") plt.plot(X_test.flatten(), truth_te_estimate, "--", label="True Elasticity") plt.fill_between Range", ) plt.xlabel("Income") plt.ylabel("Songs Sales Elasticity") plt.title("Songs Sales Elasticity Prediction") plt.plot(X_test.flatten(), truth_te_estimate, "--", label="True Elasticity") plt.fill_between Range", ) plt.xlabel("Income") plt.ylabel("Songs Sales Elasticity") plt.title("Songs Sales Elasticity Range", ) plt.xlabel("Income") plt.ylabel("Songs Sales Elasticity") plt.title("Songs Sales Elasticity

    7.8K41编辑于 2021-12-07
  • 来自专栏distributed cloud

    How to deploy other virtualization management software in CDC

    deploy other virtualization software.Cloud Bare Metal (CBM) is a bare metal cloud service combining the elasticity

    19210编辑于 2024-06-11
  • 来自专栏电子科技大学

    腾讯云TDP-opennebula的安装

    It combines virtualization and container technologies with multi-tenancy, automatic provision and elasticity

    1.6K30编辑于 2022-05-19
  • 来自专栏ChatGPT

    Claude 3.7:真正的"全能型战士"大模型,现已在国内可直接使用

    vel;     this.acc = createVector(0, 0);     this.radius = radius;     this.color = color;     this.elasticity p5.Vector.mult(normal, dotProduct * 2);         this.vel.sub(reflection);         this.vel.mult(this.elasticity 如果球体相对于彼此远离,则不处理碰撞       if (velAlongNormal > 0) return;              // 计算反弹速度       let e = (this.elasticity + other.elasticity) / 2;       let j = -(1 + e) * velAlongNormal;       j /= 1/this.radius + 1/other.radius

    1.6K21编辑于 2025-04-26
  • 来自专栏Policy 是门科学

    线性回归的结果解释 II:函数形式变化的影响

    \beta_1 \times edu + u β_1 此时,回归系数 表受示教育程度(edu)每增加1年,“小时工资对数” 的变化程度,其实质为 wage 的增长率,也被称作半弹性(semi-elasticity 下表列示了四种对数形式变换的回归结果解释,表中“对 的解释”是关键,对前三种变换类型我们已经能够掌握并应用,最后剩下针对弹性系数的 log-log 转换类型,该转换得到的是一个常弹性模型(a constant elasticity 众所周知,弹性(elasticity)是经济学中一个再强调也不为过的概念,这也决定了 log-log 变换的重要性。 再次回到先前 CEO 薪资决定因素的例子。 与公司销售额(sales)之间的关系,建立如下回归模型: log(salary)=\beta_0 + \beta_1 \times log(sales) + u 其中, 即为薪资的销售额弹性(the elasticity

    3.5K170编辑于 2024-08-01
  • 来自专栏一臻数据

    别再说查询慢了!我只用一个配置把老板的"你怎么这么慢"变成了"你怎么这么快"

    发现几个问题: SHOW VARIABLES LIKE '%cache%'; BE节点的内存设置过小: query_cache_max_size_mb = 64 # 默认值偏小 query_cache_elasticity_size_mb = 32 立即调整为更合理的配置: -- 当 Cache 的内存空间超过 query_cache_max_size_mb + query_cache_elasticity_size_mb 时, query_cache_max_size_mb = 256 query_cache_elasticity_size_mb = 128 另外还可以在 FE 中配置,当结果行数或大小超过某个阈值时,不创建

    41910编辑于 2024-12-24
  • 来自专栏个人学习笔记

    腾讯云TDP-Plaxis远程脚本教程三——实体对象及其参数(土工格栅与Embedded桩)

    在不考虑热效应的情况下具体参数描述如下表所示: 属性名 描述 计算公式或取值方法 Elasticity 定义材料的弹性或弹塑性 0:弹性,1:弹塑性,2:弹塑性(N~εε,3:粘弹性) IsIsotropic 123456 # 创建土工格栅的材料,这里使用弹性各向同性材料属性,此时的各向同性可以被正常勾选geogridMat = g_i.geogridmat('MaterialName', '土工格栅', 'Elasticity 并应用到创建的土工格栅上: # 创建一般各向同性弹性材料,EA设为10E8,GA为EA的一半 geogridMat = g_i.geogridmat('MaterialName', '土工格栅', 'Elasticity 为预定义时,会自动计算,矩形按正方形计算 单位:m2m2 Iyy I3I3关于第三个方向轴的截面惯性矩 单位:m4m4 Izz I2I2关于第二个方向轴的截面惯性矩 单位:m4m4 sigy 屈服应力,当Elasticity = g_i.embeddedbeamrow(EmbeddedLine2D) Embedded2DMat = g_i.embeddedbeammat('MaterialName', '嵌固桩', 'Elasticity

    3.4K10编辑于 2022-05-30
  • 来自专栏元闰子的邀请

    从分层架构到微服务架构(五)之服务化架构

    前文有提到过,SBA 虽然支持服务实例扩容,但是更粗的服务粒度会导致扩容的性价比并不高,因此 Scalability 和 Elasticity 得分不高。 Scalability 和 Elasticity的差异: Scalability 通常指软件系统在不中断业务的前提下,通过 scale-up 或 scale-out 等手段来应对更高业务负载,强调的是软件系统应对高负载的能力 Elasticity 通常指硬件系统能够根据实际的业务负载情况,适时增加或减少硬件资源,强调的是硬件资源的高效利用。

    96800编辑于 2022-04-08
  • 来自专栏along的开发之旅

    Ascend 910b vllm运行报错: cannot import name 'log' from 'torch.distributed.elastic

    -3.10.14/lib/python3.10/site-packages/deepspeed/runtime/config.py", line 41, in <module> from ..elasticity import ( File "/data/miniconda3/envs/ascend-3.10.14/lib/python3.10/site-packages/deepspeed/elasticity DSElasticAgent File "/data/miniconda3/envs/ascend-3.10.14/lib/python3.10/site-packages/deepspeed/elasticity

    66710编辑于 2025-04-24
  • 来自专栏一臻数据

    我用Doris SQL Cache拯救了每日早会,太绝了!

    BE 内存控制 -- 当 Cache 的内存空间超过 query_cache_max_size_mb + query_cache_elasticity_size_mb 时, -- 释放最近最久未使用的 query_cache_max_size_mb = 256 query_cache_elasticity_size_mb = 128 这不就是给咖啡机设置了储水量上限,既保证了性能,又避免了资源浪费

    39800编辑于 2025-02-12
  • 来自专栏程序人生

    大数据杂谈

    但往往任务和任务的运行时不尽相同(甚至冲突),用VM做隔离,磁盘和CPU的额外损耗不小,且受限于硬件能力,scale还做不大;同时VM的硬伤是elasticity,资源的切分一旦确定,修改的代价不小。 为了适应计算上elasticity,最近两年在整个生态圈上又出现了新的资源管理和调度系统,如mesos,yarn。

    91480发布于 2018-03-28
  • 来自专栏前端导学

    管理经济学 读书笔记 一

    第三章 弹性 elasticity 1 引言 需求弹性 elasticity of demand:是需求相对于影响因素的变动而变化的程度。 收入弹性,交叉价格弹性,广告弹性 2 自身价格弹性 需求自身的价格弹性(own-price elasticity of demand):消费者对产品价格变动的敏感程度。简称价格弹性或需求弹性。 5 其他弹性 消费者收入,互补品和代替品的价格,卖家的广告等 收入弹性(income elasticity) 收入弹性测量的是需求的变化相对于消费者收入变化的敏感度。 交叉价格弹性可以是正值(替换品),负值(互补品),取值范围从负无穷大到正无穷大 广告弹性(advertising elasticity) 广告弹性度量了需求对卖方广告支出变化的敏感度。 价格弹性 供给的价格弹性(price elasticity of supply)衡量的是供给数量对产品价格变化的反应程度。 供给的价格弹性:产品价格没上涨1%,产品供给量变化的百分比。

    2.9K31发布于 2019-05-26
  • 来自专栏用户10004205的专栏

    Unity【Dynamic Bone】- 关于人物模型头发、衣物等细节的处理

    为想要控制的节点添加Dynamic Bone组件,Root设为该骨骼节点: 调整其核心属性值: 1.Damping 阻尼:可以理解为阻力,值越大运动幅度越小 2.Elasticity 弹性:可以理解为灵活性

    2.2K20编辑于 2022-08-29
  • 来自专栏用户10004205的专栏

    ScrollRect & LayoutGroup & Content Size Fitter & Mask使用滑动列表的几项要点

    是否启用垂直滑动 Movement Type:包含三种类型 1.Unrestricted不受限制的;2.Clamped可以将内容强制保持在滑动矩形的边界内;3.Elastic在内容到达滑动矩形的边缘时弹回 Elasticity

    90740编辑于 2022-08-29
领券