美文网首页
Lab3 DOL example

Lab3 DOL example

作者: MichelleLI | 来源:发表于2016-11-11 19:13 被阅读0次

Example 1

将计算平方修改为计算立方:

  1. 修改完的运行结果:


    DOLexp1.png
  2. 修改完的*.dot截图:


    dot1.png

3.修改内容:


exp1.png

将square_fire函数中的i = i * i; 改为 i = i * i * i;

Example 2

让3个Square模块变成2个:

  1. 修改完的运行结果:


    DOLexp2.png

2.修改完的*.dot截图:


dot2.png

3.修改内容:


exp2.png

将第一行的value=3 改为value=2

相关文章

  • Lab3 DOL example

    Example 1 将计算平方修改为计算立方: 修改完的运行结果:DOLexp1.png 修改完的*.dot截图:...

  • DOL实例分析&编程

    DOL实例分析&编程 example2.dot截图 可以看出过程由三次平方变为两次平方。 代码解释 example...

  • 嵌入式lab3

    嵌入式系统导论实验报告 1.实验题目 DOL的编程与实例分析 2.实验结果 (1)修改example2中的文件,使...

  • 无标题文章

    DOL修改 1. 修改example1,使其输出三次方数 主要部分在square.c中: 在这个程序中定义了平方的...

  • #Readme

    Install DOL in Ubuntu 14.04 in lab1 Description(DOL 框架描述)...

  • Lab3

    Lab3 report 练习0:填写已有实验 手动合并:修改lab3\kern\debug\kdebug.c、la...

  • DOL——readme

    README.md Description The distributed operation layer (DO...

  • SQL指令操作篇

    SQL: Structured Query Language DOL: create / drop /alter ...

  • 每日英语(一)

    原句: Even if they are willing to make the sacrifice in dol...

  • Aussie dollar knocked lower on r

    A big miss on the trade surplus caused the Australian dol...

网友评论

      本文标题:Lab3 DOL example

      本文链接:https://www.haomeiwen.com/subject/kivfpttx.html