CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - matrix.c

搜索资源列表

  1. SP_dianzhen

    0下载:
  2. 51单片机LED点阵,程序,原理图。点阵显示时钟,汉字,温度!-51 MCU LED dot matrix, procedures, schematic diagram. Dot matrix display clock, Chinese characters, the temperature!
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:91.69kb
    • 提供者:沈浩
  1. PIC

    0下载:
  2. PIC16F877入门程序和仿真原理图,包括LED,数码管,1602,LCD12864,矩阵键盘,继电器,定时器,等内容。-PIC16F877 entry procedures and simulation schematic diagram, including the LED, digital tube, 1602, LCD12864, matrix keyboards, relays, timers, and so on.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:525.65kb
    • 提供者:尹波
  1. Ssd1818a_Appnote

    0下载:
  2. The "1818" is my first search word in this website, So I upload Lcd drive(Ssd1818a) C language code as my support. 96*64 dot matrix Graphic LCD controller: SSD1818A Parallel interface Initial routine code Command write and Data write
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:732.66kb
    • 提供者:Jianan
  1. LED

    0下载:
  2. 点阵显示c语言源程序128*64 256*32 -Dot-matrix display c language source code 128* 64 256* 32
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:59.08kb
    • 提供者:liyht
  1. FontMaker

    0下载:
  2. 1、从Keil C源代码中自动提取中文字符,并生成从左至右、从上至下顺序的字库文件; 2、生成的字库自动按升序排列; 3、提取中文时自动识别并跳过注释内容; 4、可自动分辨点阵大小,须在源代码中行末加注释。如行末加“//12X12”表示该行中的中文字符全部为12X12点阵-1, from the Keil C source code automatic extraction of Chinese characters, and generates from left to right
  3. 所属分类:SCM

    • 发布日期:2017-05-20
    • 文件大小:5.85mb
    • 提供者:李军
  1. 6416+1302

    0下载:
  2. 64点阵C程序有移动功能具有时间显示,可设置时间,断电保存-64 dot-matrix C procedures with mobile features the time display can be set-up times, power save
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:5.28kb
    • 提供者:liuwanwei
  1. Latticescreen

    0下载:
  2. 51单片机C语言多种点阵屏驱动程序(开发软件为keil C ---8字点阵屏左移程序,64_16点阵屏驱动程序,上移显示程序,左移显示程序)51 monolithic integrated circuit C language many kinds of lattice screen driver (develops the software is keil C ---8 character lattice screen left shift procedure, the 64_16 latti
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:394.91kb
    • 提供者:罗剑
  1. led-8zi

    1下载:
  2. /***************************************************** 16*128 LED点阵屏 C 程序 ****************************************************** 声明: 本程序供大家学习之用,用勿用于商业用途。尊重版权。 编写:邓椿薪 时间:2006年1月20日 晚 邮箱:love2151@xinhuanet.com *************
  3. 所属分类:SCM

    • 发布日期:2015-07-30
    • 文件大小:1.89kb
    • 提供者:kd911
  1. lcd_ziku

    0下载:
  2. 240*160 DOC LCD字模库应用C程序 -240* 160 DOC LCD matrix C Library Application procedures
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6.08kb
    • 提供者:5912
  1. bmp-font-bit

    0下载:
  2. 这是用C++ Builder写的两个位图转换成C51格式的提取程序源代码.仅供参考学习,请勿用于商业目的。谢谢 (1)EX1生成4096色16bit(双8bit)RGB数据 (2)EX2用于字库提取,采用横向扫描,可以在画图程序里输入汉字保存图片后转换, 但我推荐使用C51bbs上龙版的字模3输入汉字,然后保存图片或copy到画图程序,可以 很方便的制作各种菜单图片 如有什么问题可以Email跟我联系 95908@163.com 16:54 2004
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1.74mb
    • 提供者:like
  1. dianziqing

    0下载:
  2. 电子琴,由4X4 组成16 个按钮矩阵,设计成16 个音。可随意弹奏想要表达的音乐-Organ, composed by the 16 button 4X4 matrix, designed to tone 16. Free to play music to express
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:224.54kb
    • 提供者:林洪
  1. jisuanqi

    0下载:
  2. 用飞思卡尔GP32单片机实现普通十进制计算器的功能,按键采用4×4键盘,显示采用16×2点阵式字符LCD,键盘符号定义如下:左下角的“<-”表示退格,即删除键,按一次删除LCD的最后一个数字。 LCD的第一行显示运算式,第二行显示运算结果。其他功能同普通计算器相同(只实现加减乘除四则运算功能)。 扩展功能:负数、小数运算。复合运算。连续运算。2进制、8进制运算。 -GP32 with Freescale MCU general metric calculator functio
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:80.41kb
    • 提供者:deng1243
  1. cannon

    0下载:
  2. cannon 并行程序 Matrix multiplication with the Cannon Algorithm: The matrices A and B are stored in files. The file names have to be specified as parameter. The root process reads the matrices and distributes the respective values to all processes,
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:1.57kb
    • 提供者:刘铭
  1. dianzhen--c

    0下载:
  2. 此程序是8*8点阵的动态显示源码,可用keil c 直接编译,非常适合单片机开发者直接调用,或者初学者学习用。-This procedure is 8* 8 dot matrix of the dynamic display source that can be used directly keil c compiler, very suitable for single-chip developers to directly call, or for beginners to learn.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:9.19kb
    • 提供者:liupeng
  1. c

    0下载:
  2. ms98c51系列单片机矩阵按键,算法简单实用,有可移植性好等优点。-ms98c51 Series MCU matrix keys, the algorithm is simple and practical, there are portability and good.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:889byte
    • 提供者:孙义
  1. C51_KEY_LED

    0下载:
  2. C51单片机,用Dtled-6芯片驱动6个数码管,用来显示当键盘按下时所对应的键值,其中键盘为矩阵式-C51 Microcontroller with Dtled-6 chip driving six digital tube, used to display when the keyboard is pressed, the corresponding key, in which the keyboard for the matrix
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:1.21kb
    • 提供者:王渊博
  1. 320-240-8835A-AVR-2560-C-IAR

    0下载:
  2. 用于ATMEGA2560驱动的由8835A控制的320240单色液晶点阵C代码。环境为IAR5.-Control for ATmega2560 driven by the 8835A 320 240 monochrome LCD dot matrix C code
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:202.41kb
    • 提供者:zhaochunyong
  1. 51单片机C语言各类程序大全

    1下载:
  2. 51单片机的各类操作例程,流水灯,数码管,按键,矩阵,电机,LCD模块,AD/DA,串口,红外,TFT彩屏,NRF905无线模块等等。(51 microcontroller various operation routines, water lights, digital tubes, keys, matrix, motor, LCD module, serial port, AD/DA, IR, TFT color, NRF905 wireless module etc..)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-24
    • 文件大小:10.82mb
    • 提供者:ahpu_lp
  1. matrixclock-20160910_max

    0下载:
  2. this is c code for control led matrix, you can using hub08, or max7219. work fine
  3. 所属分类:单片机开发

    • 发布日期:2018-01-07
    • 文件大小:172kb
    • 提供者:nobitaemon
  1. Matrix Key

    0下载:
  2. C51矩阵键盘,亲测可用,包含源程序与.HEX文件(C51Matrix Key,which has been tested ,including the c source file and the hex file.)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-20
    • 文件大小:1kb
    • 提供者:褐色书包
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com