资源列表
编码显示器
- 利用8255扩展并行端口(硬件电路参见CodeDisplay_8255.DSN)。当KEY按下时,利用8255的PC口输入二进制值编码(6位),将该值转换成十进制后显示在2位7段LED显示器上。(Using 8255 to extend parallel ports (see CodeDisplay_8255.DSN for hardware circuits). When the KEY is pressed, the binary value encoding (6 bits) is ent
哆啦A梦
- 可键盘交互,可移动哆啦A梦,基于C++和openGL(Keyboard interaction, removable duo, based on c + + and OpenGL)
2017
- 能够先后显示“2017”,间隔1秒钟,不停的循环,在阳性数码显示管上显示(Can show "2017", a space of one second)
交通灯
- 在单片机上运行,模拟十字路口交通灯的亮灯情况,红绿灯亮灯时间可以调节(Run on the microcontroller, analog traffic lights at the intersection of lights, traffic lights can be adjusted light)
微机控制的饮料包装流水线
- 某饮料包装流水线,一个包装箱能装12瓶饮料,要求每通过12瓶流水线暂停5秒,等待封箱打包完毕,然后重新启动流水线继续装箱。设计饮料包装流水线的控制电路,要求具有产量统计功能(数量及每箱生产时的时间-年月日小时分),发光二极管显示流水线的状态(运行、故障、打包)。(A beverage packaging line, a packing box can hold 12 bottles of beverages, requiring 12 bottles per row through the su
DS1302时钟电路及程序
- 实现实时时钟,具有调节时间两个按钮,采用共阴极LED显示屏呈现时间(Real time clock with two buttons for adjusting time)
51黑论坛_实例95 99.9秒秒表
- 秒表程序,基于51单片机的秒表代码,程序,各种功能基本具备(Stopwatch program stopwatch program 51 microcontroller code, based on the basic functions have)
例子程序
- 单片机中的例子程序,有许多实用的例子,可以供初学者参考(Singlechip examples of procedures, there are many practical examples, you can refer to beginners)
实验18_LCD汉字显示实验
- 基于80386平台,使用汇编语言,完成LCD的汉字显示。(Based on the 80386 microprocessor, use assembly language to complete the LCD display of Chinese characters.)
Eight_Queens
- 使用MIPS指令实现八皇后问题的求解,代码较精简(Solve the Eight Queens Problem with MIPS)
SNAKE
- 一段C++贪吃蛇有趣方便理解好玩,适合初学者入门(A section of C++ snake, interesting, convenient, understand, funny, suitable for beginners entry)
maerkf
- 求解马尔科夫链的一种方法,适用于新手来研究~(A method for solving Markov chains)