摘要:
一、Getting Started 1、Getting Started Build a circuit with no inputs and one output. That output should always drive 1 (or logic high). 建立一个没有输入和一个输出的电路 阅读全文
摘要:
1.斐波那契数列 Fibonacci数列的递推公式为:Fn=Fn-1+Fn-2,其中F1=F2=1。 当n比较大时,Fn也非常大,现在我们想知道,Fn除以10007的余数是多少。 #include<stdio.h> int main() { int n; scanf("%d",&n); int a[ 阅读全文
摘要:
一、启动“Proteus 8 Professional”出现如下界面 二、选择“new project”后,出现“新建项目向导部分”,在此设置文件名和保存路径 三、点击next之后,在下一页的顶部选项卡中选择“Create a schematic from the selected template 阅读全文