CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 8*8 matrix display

搜索资源列表

  1. project3

    0下载:
  2. 用VHDL语言实现一个10秒倒计时电路,要求使用8*8点阵显示计时结果-VHDL language used to achieve a 10 seconds countdown circuits require the use of 8* 8 dot matrix display timing results
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:289.54kb
    • 提供者:eefamily
  1. 2w58OJFi

    0下载:
  2. 8*8点阵模块,能实现向左向右移动,能够实现整屏翻页显示。-8* 8 dot matrix module, able to move left, right, is capable of realizing the whole display screen next page.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:30.24kb
    • 提供者:
  1. 16X16-1

    0下载:
  2. 16X16点阵显示8位数字 使用 【STC12C5A60S2(STC公司的一种51单片机)】,晶振频率为22.1184MHz-16X16 dot matrix display 8-bit digital to use 【STC12C5A60S2 (STC' s a 51 SCM)】, crystal frequency of 22.1184MHz
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:37.63kb
    • 提供者:oshk
  1. yingyue_3

    0下载:
  2. 单片机音乐彩灯程序,用8*8的LED点阵显示图样,用数码管计时,蜂鸣器发出音乐。-SCM' s Lantern program, with 8* 8 LED dot matrix display design, digital control with timer, buzzer music.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2.63kb
    • 提供者:xiao tuo
  1. mimasuo

    0下载:
  2. 单片机实现的密码锁,功能如下:1:用4×4矩阵键盘组成0-9数字键及确认键和删除键。 2:可以自行设定或删除8位密码,能够掉电保存。 3:用5位数码管组成显示电路提示信息,当输入密码时,只显示“8.”,当密码位数输入完毕按下确认键时,对输入的密码与设定的密码进行比较,若密码正确,则门开,此处用绿色led发光二极管亮一秒钟做为提示,若密码不正确,禁止按键输入3秒,同时用红色led发光二极管亮三秒钟做为提示;若在3秒之内仍有按键按下,则禁止按键输入3秒被重新禁止。 -MCU passwo
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:55.13kb
    • 提供者:罗宇
  1. shibaog

    1下载:
  2. 利用EDA/SOPC实验开发平台提供的16*16点阵LED以及EP2C35核心板,实现循环滚动显示“姓名+学号”(左移或者右移均可)。 (1)手动生成自己姓名和学号在16*16点阵LED上的字模(即控制某些LED亮,某些LED灭)。 (2)实现循环滚动显示“姓名+学号”(左移或者右移均可)。 (3)汉子用16*16点显示、数字用16*8显示。-16* 16 dot matrix LED EDA/SOPC experimental development platform an
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:629.33kb
    • 提供者:石保国
  1. hanzidianzhen

    0下载:
  2. 各种图形通过8*8LED屏点阵显示,作为初学CAVR语言,编写点阵显示的选择-A variety of graphics 8* 8LED screen dot matrix display, as a beginner CAVR language, writing dot matrix display selection
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:703byte
    • 提供者:于慈
  1. dianzhen

    0下载:
  2. 51单片机的控制8*8的点阵来显示数字及字母的程序,没有闪烁感-Control of 8*8 51 singlechip dot matrix display of numbers and letters in the program, no flickering
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:15.29kb
    • 提供者:wangliang
  1. juzhen

    0下载:
  2. 8*8矩阵显示,主要是用于单片机的矩阵实验-8* 8 matrix display, mainly for single-chip matrix experiments
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:11.78kb
    • 提供者:lee
  1. good

    0下载:
  2. 适用于51单片机的 中断4×4矩阵键盘 带一个8段码动态显示输出-Is suitable for the 51 single-chip microcomputer interrupt is 4* 4 matrix keyboard Take a section 8 of code dynamic display output
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:17.02kb
    • 提供者:chen
  1. ASCII_DZK

    0下载:
  2. 全ASCII码8*16点阵库,是根据DOS界面下的字符显示生成,很美观-Full ASCII 8* 16 dot matrix library is based on the character display under DOS interface generation, very beautiful
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:157.72kb
    • 提供者:杨振
  1. maze

    0下载:
  2. 编写一个程序求解迷宫问题,迷宫是一个m行n列的0-1矩阵,其中0表示无障碍,1表示有障碍,设入口为(1,1),出口为(m,n),每次移动只能从一个无障碍的单元移到其周围8个方向上任一无障碍的单元,编制程序给出一条通过迷宫的路径。 要求:(1)输入m*n的迷宫矩阵,如: 6 9 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 1 1 0 1 1 0 0 0 0 1 1 1 1 0 1 1 1 1 0 1 1 1 0 1 0 0 1 0 0
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.33kb
    • 提供者:jiaochongze
  1. MATRIX

    0下载:
  2. 8*8点阵动态扫描,实现字符的动态显示。基于VHDL语言,原理和源程序文件。-based on the vhdl ,a 8* 8 matrix which can display characters dynamically is designed and completed.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:739byte
    • 提供者:贾郑和
  1. maze

    0下载:
  2. 用 8×8 点阵进行游戏显示。 迷宫游戏,采用双色点阵显示,其中红色 LED 为迷宫墙壁,绿色 LED 表示人物。通过 BTN0~BTN3 四个按键控制迷宫中的人物进行上下左右移动,使人 物从起始点出发,走到迷宫的出口,游戏结束。-The game with 88 dot matrix display. Maze games, using two-color dot matrix display, in which the red LED maze walls, a green
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:2.69mb
    • 提供者:gary
  1. MAX7219

    0下载:
  2. 8*8点阵显示代码,可以按模板自己更新代码,设计自己想像的图案(8*8 dot matrix display code)
  3. 所属分类:其他

    • 发布日期:2017-12-15
    • 文件大小:1kb
    • 提供者:Async17
  1. in-seven

    0下载:
  2. 七段顯示器是用來顯示數字的常用電子元件,在很多地方都可以看到它的身影,例如電子時鐘、溫度顯示器和各種儀表 七段顯示器分成共陽極和共陰極兩種,不管是哪一種,內部構造都是由 8 個 LED 發光二極體所組成,其中七個是筆劃,另外一個是小數點,如下圖所示,依順時針方向分別為 a, b, c, d, e, f, g 以及小數點 dp (decimal point)(Raspberry Pi A seven-segment display (SSD), or seven-segment indicator
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:1kb
    • 提供者:cheddar
搜珍网 www.dssz.com