-
fifofile名称:FIFO
FIFOFile name:FIFO
//Describe:32*32bit FIFO
//Input:data[31:0],wrreq,rdreq,clock
//Output:q[31:0],full,empty
//Date:2009-12-10
-FIFO
- 2022-01-26 01:28:57下载
- 积分:1
-
仓库管理系统
应用背景相信对于仓库管理的程序大家都不陌生,应用场合也是比较明确的,通过这一程序的编译和使用,可以让学习者更加清晰的掌握C++的数据结构处理,对于这方面感兴趣的朋友可以关注下。关键技术这一管理系统使用的程序处理技术比较标准,对于仓库类的数据分类和记录处理比较模板化,适合于感兴趣的人群,可以以此为基础继续完善深度定制开发,需要个人能够对数据处理较为熟练
- 2022-06-27 10:03:56下载
- 积分:1
-
串口调试程序,短路后得到自己的接口…
串口调试用程序,请自行把接口短路后调度接收-Serial debugging program, the interface on its own after a short circuit to receive Scheduling
- 2022-02-11 19:43:57下载
- 积分:1
-
小程序:一个不成熟的托盘程序,请大家给点意见
小程序:一个不成熟的托盘程序,请大家给点意见-small pro
- 2022-03-23 10:37:34下载
- 积分:1
-
本程序比较了维特比译码三种判决类型的误码率曲线
本程序比较了维特比译码三种判决类型的误码率曲线-This program compares the three kinds of sentence types of Viterbi decoding the bit error rate curve of
- 2023-03-05 18:25:03下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
a serial debugging tools, can see the same serial input and output of the actual...
一个串口调试工具,可以同样看到串口的输入和输出情况,在实际调试中很有用-a serial debugging tools, can see the same serial input and output of the actual useful debugging
- 2022-04-16 06:52:57下载
- 积分:1
-
一款背单词的小程序,可以自己在自定义词库中加单词,运行环境JCreator...
一款背单词的小程序,可以自己在自定义词库中加单词,运行环境JCreator-back one word of small programs can be defined in adding the word thesaurus, the environment JCreator
- 2022-02-26 20:30:09下载
- 积分:1
-
基础学习,是学习数据结构课程所要涉及的相关代码,可做参考...
基础学习,是学习数据结构课程所要涉及的相关代码,可做参考-basic learning
- 2023-07-10 13:05:04下载
- 积分:1
-
代码用Verilog可发现中值写作。用一个C++文件看…
A code writing by Verilog which can find medium value. With a C file to see the simulation results. A co-design example of C and Verilog.
- 2022-10-23 17:50:08下载
- 积分:1