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

    DAY18:阅读纹理内存之Layered Textures

    Layered Textures A one-dimensional or two-dimensional layered texture (also known as texture array in (and a height of zero for one-dimensional layered texture). 而层的坐标是整数的,例如: 第3层, 第2层图片,而不会像是普通的2D(相比1D的layered的)或者3D纹理(相比2D的Layered)那样,虽然大家都是2个坐标和3个坐标。 但含有Layered的字样的纹理最后一个坐标不是纹理内部的, 而是代表层次,因为我们普通的2D和3D的可以随时插值, 允许最后一个坐标是1.2, 3.4这种浮点值,而Layered的最后一个坐标是整数值 我建议你总是将Layered的理解成纹理数组,这样好理解很多。 有不明白的地方,请在本文后留言 或者在我们的技术论坛bbs.gpuworld.cn上发帖

    1.1K50发布于 2018-06-22
  • 来自专栏一个会写诗的程序员的博客

    整洁面向对象分层架构 (Clean Object-Oriented and Layered Architecture)

    在计算机领域,“分层” 概念无处不在。比如 web 开发时的 MVC ,网络编程时的 OSI 参考模型和 TCP/IP 协议族。

    1.6K40发布于 2019-11-07
  • 来自专栏凯哥讲故事系列

    从Pace-layered架构看中台的三个价值本质

    当我深入研究Gartner提出的分层架构(Pace-Layered Architecture)的时候,很多问题迎刃而解,也许,Pace-layered架构师中台的”第一性原理“。 02.Pace-layered Architecture介绍 Pace-Layered Architecture是Gartner提出的一种企业分层架构的思想。 当我们理解了Pace Layered Architecture的核心理念后,我们再来看中台的概念。 06.从Pace Layered Architecture视角看中台 我们全面的理解了分层架构后,再回头来看中台,我们会发现,企业的前中后三层,不正好对应到Pace-Layered 架构么? 07.Pace Layered Architecture给中台建设的三点启发 通过对Pace Layered Architecture的理解,我们能够从本质上理解中台的三个核心价值: 沉淀企业最差异化的能力

    3.4K54发布于 2020-05-08
  • 来自专栏人工智能极简应用

    【深度学习】多目标融合算法(六):渐进式分层提取模型PLE(Progressive Layered Extraction)

    今天在CGC的基础上,重点讲解PLE(Progressive Layered Extraction)模型,可以理解PLE为CGC的多层堆叠,通过将独享专家、共享专家基于门控网络交叉学习,既能学习独有任务的特异性 二、PLE(Progressive Layered Extraction,渐进式分层提取模型) 2.1 技术原理 PLE(Progressive Layered Extraction)全称为渐进式分层提取模型

    90211编辑于 2025-05-22
  • 来自专栏AI技术体系搭建过程

    把自己的经验装进 AI 的大脑:自定义skill和团队skill沉淀实战

    步骤一:创建SKILL.md展开代码语言:TXTAI代码解释java-layered-arch/├──SKILL.md←核心规范文件└──references/└──examples.md←可选:代码示例 #将SKILL.md放入该目录cp/path/to/java-layered-arch/SKILL.md.claude/skills/java-layered-arch/#②提交到Git(团队所有成员克隆后自动生效 skills/java-layered-archcpSKILL.md$HOME/.agents/skills/java-layered-arch/#③补充AGENTS.md(项目级规范文件,Codex自动读取 )cat>>AGENTS.md<<'EOF'##代码规范遵循java-layered-archSkill的分层规范。 EOF#④启动Codex并验证codex#会话中输入:/skills#确认列表中有java-layered-arch#⑤使用#自动触发(描述任务)或显式调用:#$java-layered-arch生成商品查询接口

    40021编辑于 2026-04-05
  • 来自专栏韩曙亮的移动开发专栏

    【Midjourney】Midjourney Prompt 提示词 ② ( 怀旧像素风 | 物体 A 被物体 B 包围 | 折纸艺术风格 )

    iPhone out of shining diamond / 镶钻的手机 /imagine prompt iPhone out of shining diamond 生成效果 : 大图展示 : 三、layered paper 提示词 - 折纸艺术风格 ---- layered paper 提示词 可以生成 具有 3D 效果的 折纸艺术风格 图片 ; 提示词拼接格式 : layered paper <描述内容> 示例 : layered paper sea wave / 折纸艺术风格的海浪 /imagine prompt layered paper sea wave 生成效果 : 大图展示 :

    52121编辑于 2023-10-11
  • 来自专栏GPUS开发者

    DAY19:阅读纹理内存之Texture Gather

    Cubemap Textures A cubemap texture is a special type of two-dimensional layered texture that has six Cubemap Layered Textures A cubemap layered texture is a layered texture whose layers are cubemaps of A layered texture can only be a CUDA array by calling cudaMalloc3DArray() with the cudaArrayLayered and Cubemap layered textures are only supported on devices of compute capability 2.0 and higher. 3.2.11.1.7 (扫描二维码查看Table 14) 本文备注/经验分享: Cubemap Textures和Cubemap Layered Textures 这部分我们也不常用。

    3.9K40发布于 2018-06-22
  • 来自专栏林德熙的博客

    WPF 制作支持点击穿透的高性能的透明背景异形窗口

    ) - walterlv 这篇博客的内容 接下来给上面的这个方法添加支持全窗口点击穿透功能,因为本文使用到 WS_EX_TRANSPARENT 的方法设置窗口全穿透,此时需要给窗口加上 WS_EX_LAYERED 而在 WPF 中,如果窗口在未设置 AllowsTransparency = true 时,会自动去掉 WS_EX_LAYERED 样式。 // Note: this prevents an external program from making // us system-layered 为了让 WPF 支持设置 WS_EX_LAYERED 样式,可以在上面 HwndTarget 的逻辑运行完成之后,运行咱自己的逻辑,再设置一遍。 和 WS_EX_TRANSPARENT 样式, //确保窗口始终有 WS_EX_LAYERED 这个样式,并在开启穿透时设置 WS_EX_TRANSPARENT 样式

    3.4K20发布于 2021-01-07
  • 来自专栏AI技术体系搭建过程

    AI时代如何沉淀和复用团队技能

    步骤一:创建 SKILL.md java-layered-arch/ ├── SKILL.md ← 核心规范文件 └── references/ └── examples.md # 将 SKILL.md 放入该目录 cp /path/to/java-layered-arch/SKILL.md .claude/skills/java-layered-arch/ ② 提交到 Git (团队所有成员克隆后自动生效) git add .claude/skills/ git commit -m "feat: add java-layered-arch skill for AI code 个人全局级(跨项目) mkdir -p $HOME/.agents/skills/java-layered-arch cp SKILL.md $HOME/.agents/skills/java-layered-arch EOF ④ 启动 Codex 并验证 codex # 会话中输入: /skills # 确认列表中有 java-layered-arch ⑤ 使用 # 自动触发(描述任务)或显式调用: # $java-layered-arch

    16110编辑于 2026-04-14
  • 来自专栏GPUS开发者

    DAY45:阅读Surface Object API

    reads the CUDA array specified by the one-dimensional layered surface object surfObj using coordinate writes value data to the CUDA array specified by the two-dimensional layered surface object surfObj at reads the CUDA array specified by the two-dimensional layered surface object surfObj using coordinate writes value data to the CUDA array specified by the one-dimensional layered surface object surfObj at reads the CUDA array specified by the cubemap layered surface object surfObj using coordinate x and y

    78420发布于 2018-08-01
  • 来自专栏GPUS开发者

    DAY43:阅读纹理之Texture Object API

    the one-dimensional texture object texObj using texture coordinate x and index layer, as described in Layered float dx, float dy); fetches from the CUDA array specified by the one-dimensional layered layer, float level); fetches from the CUDA array specified by the two-dimensional layered texture object texObj using texture coordinates (x,y,z), and index layer, as described in Cubemap Layered texture object texObj using texture coordinate (x,y,z) and index layer, as described in Cubemap Layered

    1.1K10发布于 2018-08-01
  • 来自专栏GPUS开发者

    DAY46:阅读Surface Reference API

    reads the CUDA array bound to the one-dimensional layered surface reference surfRef using coordinate writes value data to the CUDA array bound to the two-dimensional layered surface reference surfRef at reads the CUDA array bound to the two-dimensional layered surface reference surfRef using coordinate writes value data to the CUDA array bound to the one-dimensional layered surface reference surfRef at reads the CUDA array bound to the cubemap layered surface reference surfRef using coordinate x and y,

    1.2K50发布于 2018-08-01
  • 来自专栏听雨堂

    VB实现半透明或者部分透明窗体

    Long, ByVal crKey As Long, ByVal bAlpha As Byte, ByVal dwFlags As Long) As Long Public Const WS_EX_LAYERED Form_Load() Dim rtn As Long   rtn = GetWindowLong(Me.hwnd, GWL_EXSTYLE)    '取的窗口原先的样式 rtn = rtn Or WS_EX_LAYERED      '使窗体添加上新的样式WS_EX_LAYERED SetWindowLong Me.hWnd, GWL_EXSTYLE, rtn    '把新的样式赋给窗体   SetLayeredWindowAttributes

    2K50发布于 2018-01-23
  • 来自专栏GPUS开发者

    DAY44:阅读Texture Reference API

    texture reference texRef using texture coordinate x and index layer, as described in Layered Textures one-dimensional texture reference texRef using texture coordinate x and index layer as described in Layered one-dimensional texture reference texRef using texture coordinate x and index layer as described in Layered texRef, float x, float y, int layer); fetches from the CUDA array bound to the two-dimensional layered 新写的代码应当总是使用后者.后者有很多好处 (请参考之的地章节: DAY16:阅读纹理内存之纹理对象API DAY17:阅读纹理内存之纹理引用API DAY18:阅读纹理内存之Layered Textures

    60020发布于 2018-08-01
  • 来自专栏AI算法与图像处理

    AI 编辑视频!这特效太逆天了!代码开源 SIGGRAPH Asia 2021

    大家好,我是阿潘,今天给大家分享一篇最新的成果《Layered Neural Atlases for Consistent Video Editing》,可以用于视频编辑,从demo来看,可以实现的效果包括删除视频中的物体 论文标题: Layered Neural Atlases for Consistent Video Editing 【上次分享论文】NeROIC: Neural Object Capture and Rendering from Online Image Collections 论文、代码和主页链接: https://arxiv.org/abs/2109.11418 https://github.com/ykasten/layered-neural-atlases https://layered-neural-atlases.github.io/ 效果: 上面是一些视频编辑的应用示例。

    2.1K20编辑于 2022-02-10
  • 来自专栏Flink实战应用指南

    Flink Forward 2019--实战相关(11)--Pulasr与Flink整合的弹性数据处理

    Such layered architecture provides high throughput and low-latency while ensuring high availability and Pulsar’s segment centric storage design along with layered architecture makes Pulsar a perfect unbounded In this talk, Sijie Guo from Apache Pulsar PMC, will introduce Pulsar and its layered architecture and

    69500发布于 2019-07-11
  • 来自专栏VoiceVista语音智能

    Introducing SensoryCloud.ai Part 4: Cloud Security

    With SensoryCloud, the Fort Knox level security stems from a deliberately layered approach to security This multi-layered approach is a tried-and-true approach that utilizes industry best practices.

    25210编辑于 2022-04-02
  • 来自专栏程序员互动联盟

    【专业技术】搜狗歌词窗口如何来实现

    CreateWindowEx(WS_EX_TOOLWINDOW|WS_EX_TOPMOST|WS_EX_LAYERED,// extended style szClassName pointerto window-creation data 由于不需要菜单和边框,所以这里采用WS_POPUP风格,顶层窗口采用WS_EX_TOPMOST属性指定,要实现透明度,需要指定WS_EX_LAYERED ghApplication= hInstance; //创建透明、顶层窗口 ghMainWindow= CreateWindowEx(WS_EX_TOOLWINDOW|WS_EX_TOPMOST|WS_EX_LAYERED 本方法实现的类似Sogou歌词显示窗口的关键有两处: 一是需要实现透明窗口效果,用WS_EX_LAYERED属性和SetLayeredWindowAttributes函数实现,这样就只有窗口上的字出现。

    1.1K100发布于 2018-03-12
  • 吃透 3 大核心架构模式:分层、六边形、整洁架构,从底层逻辑到落地实现全解

    ; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.jam.demo.layered.entity.SysUserDO ; import com.jam.demo.layered.dto.UserCreateDTO; import com.jam.demo.layered.dto.UserRespDTO; import ; import com.jam.demo.layered.dto.UserRespDTO; import com.jam.demo.layered.entity.SysUserDO; import com.jam.demo.layered.mapper.SysUserMapper ; import com.jam.demo.layered.dto.UserCreateDTO; import com.jam.demo.layered.dto.UserRespDTO; import com.jam.demo.layered.service.SysUserService; import io.swagger.v3.oas.annotations.Operation; import

    20310编辑于 2026-04-14
  • 来自专栏AI早知道

    ChatGPT可手动调温、谷歌推出 A2UI 标准、通义千问推出 Qwen-Image-Layered 模型、多智能体可信标准在ITU立项

    通义千问推出 Qwen-Image-Layered 模型,实现图片 "分层编辑" 突破阿里巴巴通义实验室发布了Qwen-Image-Layered模型,这一创新性技术实现了图片的"分层编辑"功能。 核心事件:通义千问团队发布了Qwen-Image-Layered模型,实现了AI驱动的图像分层编辑功能。

    37100编辑于 2025-12-22
领券