登录
首页 » 其他项目 » The software EWB lights, digital logic circuit curriculum design, good things we...

The software EWB lights, digital logic circuit curriculum design, good things we...

于 2022-02-11 发布 文件大小:172.58 kB
0 210
下载积分: 2 下载次数: 1

代码说明:

EWB 软件实现的交通灯,数字逻辑电路课程设计,好东西哦-The software EWB lights, digital logic circuit curriculum design, good things well

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

发表评论

0 个回复

  • ALTERA上DE2平台,使用LCD模块,在LCD上显示字母字符。与已有程序相比,程序更加优化,代码更少。...
    ALTERA上DE2平台,使用LCD模块,在LCD上显示字母字符。与已有程序相比,程序更加优化,代码更少。-ALTERA on DE2 platform, the use of LCD modules, LCD display in alphabetic characters. Compared with the existing procedures, procedures more optimized, less code.
    2023-07-29 03:20:03下载
    积分:1
  • 51的红外线解码程序
    51的红外线解码程序-51 infrared decoding procedures
    2023-03-16 12:15:04下载
    积分:1
  • 将摩托罗拉和英特尔十六进制文件转换为二进制文件
    Convert Motorola & Intel Hex file to Binary file
    2022-02-01 05:08:37下载
    积分:1
  • 最新的水表检验规程,这个很重要的!特别是从事表类行业的兄弟们!谢谢你们的支持,我们一起进步!...
    最新的水表检验规程,这个很重要的!特别是从事表类行业的兄弟们!谢谢你们的支持,我们一起进步!-Latest meter test a point of order, this very important! Particularly those engaged in table-type industries brothers! Thank you for your support, we progress together!
    2022-03-22 23:27:43下载
    积分:1
  • CoStream 无缓存 Pipe Stream
    翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在  XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream(); static string outpath; static void Main(string[] args) { // ... XmlDocument doc = new XmlDocument(); doc.Load(args[0]); outpath = args[1]; var reading_thread = new Thread(ReaderBody); reading_thread.Start(); using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true })) doc.Save(pipe); reading_thre
    2022-03-17 17:34:17下载
    积分:1
  • 清华大学的数据结构讲座,C++语言,相当不错,还有我。
    清华大学数据结构讲义,c语言的,很不错,就不必细说了吧。-data structure lectures Tsinghua University, c language, quite well, and there is no need to elaborate on it.
    2022-04-09 09:24:13下载
    积分:1
  • 这是一个下推自动机的模拟程序为完成作业而写,仅仅为实现算法没有界面演示...
    这是一个下推自动机的模拟程序为完成作业而写,仅仅为实现算法没有界面演示-This is a pushdown automata simulation operating procedures for the completion of writing, only to realize no algorithm interface demo
    2022-01-21 20:48:02下载
    积分:1
  • 1、任务:为宿舍管理人员编写一个宿舍管理查询软件, 程序设计要求: (1)采用交互工作方式 (2)可以增加、删除、修改信息 (3)建立数据文件 ,数...
    1、任务:为宿舍管理人员编写一个宿舍管理查询软件, 程序设计要求: (1)采用交互工作方式 (2)可以增加、删除、修改信息 (3)建立数据文件 ,数据文件按关键字(姓名、学号、房号)进行排序(用选择排序) 2、查询菜单: (用二分查找实现以下操作) (1)按姓名查询 (2)按学号查询 (3)按房号查询 3、打印任一查询结果(可以连续操作) -a task : to prepare dormitory management staff inquiries a dormitory management software, program design requirements : (1) interactive work (2) can add, delete, change information (3) Establish data files, data files by keyword (name, school, room number) rank (with choice of ranking) 2, inquiries menu : (2 hours with you to achieve the following operational) (1) the names of inquiries (2) the school inquiry (3) of the inquiry three, Print the results of an inquiry (capable of continuous operation)
    2023-03-09 03:15:04下载
    积分:1
  • Marr_Hildret算子的详细讲解,能更好的提高边缘提取的效果 很难得的哟...
    Marr_Hildret算子的详细讲解,能更好的提高边缘提取的效果 很难得的哟-Marr_Hildret Operator elaborate better marginal increase of the effect is difficult to extract the yo
    2022-07-14 16:39:48下载
    积分:1
  • 一个2D游戏开发的编辑器源码。包括场景编辑,物品编辑,角色编辑。本站上传的该源码文档为2DGameRef...
    一个2D游戏开发的编辑器源码。包括场景编辑,物品编辑,角色编辑。本站上传的该源码文档为2DGameRef-a 2D game development of the source code editor. Scenes include editors, articles editor, editorial role. Upload the site of the source document for two DGameRef
    2022-11-26 04:35:03下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载