三、实验内容 1、Z-Buffer算法实现面的消隐 注意:1)消隐面Z-Buffer的缓冲数组的定义及功能 2)边表,桶表的使用,建议参考多边形扫描填充部分代码。 内含伪代码或流程图、效果截图、代码
2023-06-29 22:23:52 85KB 算法 软件/插件 流程图
1
伪代码演示sequence diagram插件使用
2023-04-17 14:05:57 409KB sequencediagram
1
leetcode伪代码merge-two-binary-tree 题目解读: 题目来源: 原文: Given two binary trees and imagine that when you put one of them to cover the other, some nodes of the two trees are overlapped while the others are not. You need to merge them into a new binary tree. The merge rule is that if two nodes overlap, then sum node values up as the new value of the merged node. Otherwise, the NOT null node will be used as the node of new tree . 解读: 给定两个二元树Tree1, Tree2 把Tree1跟Tree2 做merge merge 规则如下: 1 假设对应的节点两个原本二元树都有值则
2023-04-12 13:10:14 4KB 系统开源
1
笔记里讲述了,如何使用LaTeX的algorithm2e库设计各种各样的伪代码样式及框架,会有你想要的答案。
2023-03-27 23:02:37 247KB LaTeX 伪代码
1
2.1 分治策略的基本思想 2.1.1 分治算法的一般性描述 2.2 分治算法的分析 2.3 改进分治算法的途径(不做要求) 2.3.1 通过代数变换减少子问题个数 2.3.2 利用预处理减少递归内部的计算量 2.4 典型实例 2.4.1 求最大最小元 2.4.2 排序问题 2.4.3 选择问题
2023-03-02 14:41:16 1.15MB 分治策略 算法 代码
1
快速排序算法是在所有数量级为(o(nlogn))的排序算法中其平均性能最好
2023-01-27 21:30:38 1012B 快排
1
算法伪代码,结构清晰、代码简单、可读性好、格式规范,并且给出了每个算法的输入参数和输出参数的含义
2022-10-16 22:08:13 27KB ai
1
ViewBinding与Kotlin委托结合使用,去除setContentView。 ViewBindingPropertyDelegate和hi-dhl/Binding库的伪代码,用来了解其内部实现原理。 相当于是手写了一个简单的ViewBindingDelegate和Binding库 可看我的博客有详细介绍 : https://blog.csdn.net/EthanCo/article/details/126739511
1
MIPS指令集 包含所有MIPS指令及其伪代码描述。计算机组成原理实验必备。
2022-07-21 14:23:17 1.61MB MIPS MIPS指令集 伪代码
1