《计算机组成及汇编语言原理》学习第 8 天,p121-p122 总结,总计 2 页。
一、技术总结
1.memory优化
(1)cache memory
remove blank from “Most computers support two different kinds (levels) of cache: level one (L1) cache is built into the …
本期我们先来实现简单常见的打字机及文本淡入的动画效果。
一.实现文本透明度修改
我们先来实现文本透明度的修改的功能
基本思路
遍历textinfo中的数组characterinfo,修改其中character成员的网格顶点的透明度。
实现源码
using System.Collections;
using T…