登录
首页 » Verilog » UART

UART

于 2019-05-28 发布
0 60
下载积分: 1 下载次数: 0

代码说明:

说明:  Task4 for learning verilog

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Labview环境下串口采集单片机发送的数据以及用队列进行处理 UART_Queue
    Labview环境下串口采集单片机发送的数据以及用队列进行处理(Serial data acquisition and processing using queues)
    2011-08-14 10:47:13下载
    积分:1
  • 瑞萨串口例程
    瑞萨官方提供的串口例程,见附件。运行起来的效果与官方说明的一样(For the serial routines provided by Risa, see the annex. It works just as well as the official instructions.)
    2020-06-24 10:20:02下载
    积分:1
  • HideToolz
    程序隐藏工具,不是很靠谱,可以尝试一下,使用完后需关闭隐藏功能,不要问为什么(Program hiding tools, not very reliable, you can try it)
    2018-02-13 07:50:59下载
    积分:1
  • 实 验 报 告 第二单元
    求解非线性方程组的改进布谷鸟算法_樊晓敏(Improved cuckoo algorithm for solving nonlinear equations: Fan Xiaomin)
    2018-06-26 10:28:39下载
    积分:1
  • floating point multiplier
    floating point multiplier
    2022-08-25 05:32:46下载
    积分:1
  • 该代码是基于S3C44B0的键盘测试代码 该代码采用查询的方式来检测由外部产生的键盘信号....
    该代码是基于S3C44B0的键盘测试代码 该代码采用查询的方式来检测由外部产生的键盘信号.-The code is based on the keyboard S3C44B0 test code using the code the way to inquiries by external detection the keyboard signal.
    2022-01-30 16:52:15下载
    积分:1
  • 扩展规划
    用于电力线系统当中加入分布式电源的扩展规划。(It is used for expansion planning of distributed power system in power line system.)
    2018-04-22 15:08:12下载
    积分:1
  • C# 泛型列表List用法示例
    C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。   private void Frm_Main_Load(object sender, EventArgs e)   {    List People = new List{//创建人员列表    new Person(1,"王*科"),    new Person(2,"王*科"),    new Person(3,"赵*东")};    var query = from p in People//过滤人员名称中以"科"结束的序列    where p.Name.EndsWith("科")    select new    {    人员ID = p.ID,    人员姓名 = p.Name    };    foreach (var item in query)//遍历查询结果    {    label1.Text += item + " ";    }   }   }   public class Person   {    public Person(int id, string name)    {    this.ID = id;    this.Name = name;    }    public int ID { get; set; }//人员ID    public string Name { get; set; }//人员姓名   }
    2023-01-08 20:45:03下载
    积分:1
  • 蒙特卡洛算法整理
    蒙特卡罗模拟 各种应用实例(Monte Carlo simulation)
    2017-08-21 11:07:34下载
    积分:1
  • 机器学习实战
    机器学习实战,想用Python实现经典机器学习算法的可以好好看看(Machine learning practice using python)
    2017-10-29 21:02:27下载
    积分:1
  • 696522资源总数
  • 104036会员总数
  • 42今日下载