8. 可编程逻辑[英] Programmable Logic A dedicated logic circuit will only perform the function it was designed to implement. A combinational circuit behaves according to its truth table, whereas a sequential circuit’s 2023-05-14 学习笔记 > 数字逻辑电路设计
7. 时序逻辑2:时序逻辑电路的设计[英] Sequential Logic 2: Circuit Design Next State Feedback Logic The sequenctial logic circuit operating the external inputs and internal state, feedback to form internal inputs, which is called next st 2023-05-10 学习笔记 > 数字逻辑电路设计
多目标优化遗传算法综述 多目标优化遗传算法综述 Multi-objective optimization using genetic algorithms: A tutorial. Abdullah Konak, et al. 帕累托最优理论 在数学上,多目标优化问题可以被公式化为如下表述: 如果多目标问题的每一种解都可以使用\(n\)维空间\(X\)中的一个的向量进行表示:\(\boldsymbol{x 2023-04-24 研究 > 进化计算 > 遗传算法
并行遗传算法 并行遗传算法 A Survey of Parallel Genetic Algorithms, Erick Cantu-Paz. 并行化的基本思想是将一个任务分解为彼此独立而且可以同时解决的若干个子任务。遗传算法的执行流程具有潜在的可以将整个任务独立分解为多个独立子任务的特性,这样的性质称为隐式并行性。目前并行的遗传算法可以大致分为三类: 主从遗传算法(master-slave GA) 2023-04-13 研究 > 进化计算 > 遗传算法
6. 时序逻辑1:触发器[英] Sequential Logic 1: Types of Flip-Flops Sequential logic circuit A sequential logic system with feedback connections from the output called internal inputs. User cannot control the internal inputs. 2023-04-03 学习笔记 > 数字逻辑电路设计
5. 组合逻辑2:用数字逻辑电路实现[英] Combinational Logic 2: Implementation using Digital Circuit Logical transformation To deal with the lack/limit of circuit components, the transformation are introduced. In implementation of circuit 2023-03-27 学习笔记 > 数字逻辑电路设计
阿里云ECS Windows Server实例文件共享 阿里云ECS Windows Server实例文件共享 阿里云为云服务器Windows Server实例提供了两种共享文件的方式: 自带ECS云助手发送文件 FileZilla ECS云助手 使用自带的ECS云助手上传文件非常简单,只需要在ECS控制台中找到ECS云助手,找到对应的实例,点击发送文件选择要发送的文件即可。 这种方法不能批量发送文件,而且每次发送文件的大小限制 2023-03-18 技术杂谈
高性能计算平台 高性能计算平台 测试和评价 测试理论 浮点运算 高斯消元 Linpack Linpack是国际上使用最广泛的测试高性能计算机系统浮点性能的基准测试。通过对高性能计算机采用高斯消元法求解一元 N次稠密线性代数方程组的测试,评价高性能计算机的浮点计算性能。Linpack的结果按每秒浮点运算次数(flops)表示。 Linpack测试包括三类,Linpack100、Linpack1000和 2023-03-15 技术杂谈
4. 组合逻辑1:布尔代数的规范形式及化简[英] Combinational Logic 1: Canonical Form and Its Minimization Logical Reasoning Suppose the statement \(F\) is determined by two variables: \(A\), \(B\), the relationship of \(F\) can be expressed usi 2023-03-13 学习笔记 > 数字逻辑电路设计
3. 逻辑系统·布尔代数基础[英] Logical System and Boolean Algebra Logical System Logical System is a kind of system based on Boolean Algebra (布尔运算) which can be represented by a black box(黑箱). It has a set of input lines. Log 2023-03-06 学习笔记 > 数字逻辑电路设计