-
VHDL电子时钟
用VHDL实现的电子时钟,24小时格式,可以通过按键调整时间得益于数电知识中的计数器级联构成高进制计数器的启发,我的思路是这样的:1)各不同位的时钟问题。时钟共有6位,分别为秒的高低位、分的高低位、时的高低位。把秒低位的进位当作秒高位的时钟,秒高位的进位当作分低位的时钟,依次类推,可以解决不同位的不同时钟问题。2)各不同位的进制问题。与此同时要解决进制问题,秒分的低位为十进制,秒分的高位为六进制,以及时的高位为三进制(电子时钟为24小时制),这五种情况都易解决,但时的低位就有点复杂了,既有十进制的情形又有四进制的情形。仔细琢磨之后,根据两条IF语句解决了这个问题。那就是若小时高位为”0000”或”0001”时,时的低位为十进制,若小时高位为”0010”,时的低位为四进制。3)校时问题。刚开始时,对了校时没有个思路。但有一次我想看看整体进制等对不对,于是把整体时钟调快了很多,这样,很快就走了“24”小时,然后灵感就来了,就想可以设置这么两个不同频率的整体时钟,一个可能控制分,一个可以控制小时,然后为了可以精确到秒,又设置了一个可以让整个时钟系统暂停的按键,这样整个时钟的实现就完成了,最后又在时分和分秒中间加入了一个小横杠”-”。
- 2023-08-22 19:40:04下载
- 积分:1
-
自己做的一款手机RPG游戏
虽然不是很好
但是值得新手
自己做的一款手机RPG游戏
虽然不是很好
但是值得新手-Own a cell phone to do the RPG Game, though not very good but it is worth novice
- 2023-01-29 06:40:04下载
- 积分:1
-
控制系统,请仔细查看
也许对你有用
控制系统,请仔细查看
也许对你有用 -Control System, please carefully review may be useful to you
- 2022-07-28 07:12:22下载
- 积分:1
-
在研究了各种预览方法后,作为总结,写了这个程序,跟大家一起分享。
上次写的简便无刷新文件上传系统最初的目的就是用来实现这个图片预览效果。
兼容:ie6/...
在研究了各种预览方法后,作为总结,写了这个程序,跟大家一起分享。
上次写的简便无刷新文件上传系统最初的目的就是用来实现这个图片预览效果。
兼容:ie6/7/8, firefox 3.5.5
后台支持下还兼容:opera 10.10, safari 4.0.4, chrome 3.0
asp版本使用Persits.Jpeg组件缩放图片,测试请先安装该组件。
-After studying the various preview method, in summary, wrote this program to share with you. The last write simple non-refresh file upload system, the initial aim is to achieve this image preview. Compatibility: ie6/7/8, firefox 3.5.5 is also compatible with the background support: opera 10.10, safari 4.0.4, chrome 3.0 asp version of the use of Persits.Jpeg component scaling picture, testing, install this component.
- 2022-03-24 00:03:49下载
- 积分:1
-
字模编程,输入汉字,能够显示成为16*16的点阵
字模编程,输入汉字,能够显示成为16*16的点阵-Matrix programming, input Chinese characters, are able to show that to become 16* 16 lattice
- 2022-03-20 21:50:26下载
- 积分:1
-
用delphi写的密码管理工具.
用delphi写的密码管理工具.-used to write the password management tool.
- 2022-04-14 10:38:16下载
- 积分:1
-
To achieve solid envelope alignment. Using interpolation, fitting handle. More a...
实现实包络对齐。采用插值,拟合处理。更加精确的对齐-To achieve solid envelope alignment. Using interpolation, fitting handle. More accurate alignment
- 2022-01-26 18:16:45下载
- 积分:1
-
similar to the UNIX system simulation of a simple C source code extremely powerf...
类似于 UNIX 系统的简单模拟 C 源代码 功能异常强大 虽小但很实用!-similar to the UNIX system simulation of a simple C source code extremely powerful small but very practical!
- 2022-05-29 19:55:24下载
- 积分:1
-
一个打砖块游戏的源码,VC工程可以编译通过
一个打砖块游戏的源码,VC工程可以编译通过-A source打砖块games, VC project can be compiled
- 2022-02-01 00:08:18下载
- 积分:1
-
这个游戏是一个演示从cards.dll文件拔卡。我不是..
This game is a demonstration of pulling cards from the cards.dll File. I m not sure who the author of the cards.bas module is but it is off the hook. Kudos to whoever wrote that.
- 2022-04-21 23:43:04下载
- 积分:1