CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 嵌入式/单片机编程

资源列表

« 1 2 ... .89 .90 .91 .92 .93 10294.95 .96 .97 .98 .99 ... 33646 »
  1. HY-510Btest

    0下载:
  2. hy510b 自己买的51 开发板源代码-51 development board hy510b buy their own source code
  3. 所属分类:SCM

    • 发布日期:2017-11-30
    • 文件大小:790.23kb
    • 提供者:唐麒麟
  1. stc51-Microcontroller-programe

    0下载:
  2. 压缩包中共有7个用keil编写的51单片机例程,分别可以实现:串口测温电脑显示、点阵流动广告模拟、多个18B20在1602液晶显示、红外解码1602液晶显示、双色点阵交替动态显示、能显示温度的万年历以及液晶显示的计数器。-Compressed package in a total of seven the 51 SCM routines with keil prepared, respectively, can be achieved: serial the thermometry comput
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-14
    • 文件大小:276.59kb
    • 提供者:Norway
  1. sequence_detector

    0下载:
  2. 序列检测器的设计师用Verilog语言实现的,实现了状态之间的有效处理,在FPGA开发板上可运行-module xulie_check(clk,rst,x,y) output y input clk,rst,x reg y reg [2:0] state parameter s0=0,s1=1,s2=2,s3=3,s4=4,s5=5,s6=6,s7=7 always@(posedge clk or negedge rst)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-09
    • 文件大小:338.78kb
    • 提供者:zhanghf
  1. chuan2bing

    0下载:
  2. Verilog语言实现的串行输出转换位并行输出的程序代码,并生成模块电路图-module b_c(dout,clk,clr,din) output dout input [3:0] din input clk,clr reg dout reg [3:0] q reg [1:0] cnt always@(posedge clk) begin cnt<=cnt+1 if(clr
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-18
    • 文件大小:1.61mb
    • 提供者:zhanghf
  1. bin2chuan

    0下载:
  2. 在FPGA开发板上座的输出波形的实验,输出波形通过示波器显示出来-// This is an example of a simple 32 bit up-counter called simple_counter.v // It has a single clock input and a 32-bit output port module simple_count(input clock , output reg [31:0] counter_out) always
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-02
    • 文件大小:311.91kb
    • 提供者:zhanghf
  1. CCD_Test

    0下载:
  2. 流水灯的程序用来控制发光二级管的亮与灭是一种智能控制-On and off the program of light water is used to control the light-emitting diode is an intelligent control
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-27
    • 文件大小:514.74kb
    • 提供者:sky
  1. fPGA_LED

    0下载:
  2. FPGA开发板做的一个简单LED驱动,使用Verilog语言实现- This is an example of a simple 32 bit up-counter called simple_counter.v It has a single clock input and a 32-bit output port module simple_count(input clock , output end of module counter
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-22
    • 文件大小:1.61mb
    • 提供者:zhanghf
  1. GCC_chinese-handbook

    0下载:
  2. gcc 中文手册 主要是用于linux 文件的编译,里面包含常见的liunux 命令。-the gcc Chinese manual compiled for linux file inside contains common liunux command.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-20
    • 文件大小:105.42kb
    • 提供者:郑衣钵
  1. Uart

    1下载:
  2. Keil—MDK的UART程序,方便使用Uart_Pringt()实现的串口打印函数-#include <Uart.h> #include <S3C2440.h> int main() { unsigned int a = 10 Uart0_Init(115200) while(1) { Uart0_SendByte(12) Uart0_Printf("Test d\n",a)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-21
    • 文件大小:92.15kb
    • 提供者:zhanghf
  1. HX8357B-

    0下载:
  2. 51单片机,驱动HX8357B TFT显示屏,支持16,18bit显示模式,显示红绿蓝黑白灰阶图片。-51 single-chip driver HX8357B TFT display, support 16,18 bit display mode, display the red, green and blue black and white gray scale images.
  3. 所属分类:SCM

    • 发布日期:2017-11-27
    • 文件大小:374.16kb
    • 提供者:fengming
  1. NT35310

    1下载:
  2. 51单片机,驱动NT35310TFT显示屏,显示红绿蓝黑白灰阶图片。-The 51 MCU drive NT35310TFT display, display the red, green and blue black and white gray scale images.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-12-01
    • 文件大小:161.6kb
    • 提供者:fengming
  1. calculator

    0下载:
  2. QT做的简易计算器,实现简单的计算,建议在LINUX下运行-QT do simple calculator, the realization of simple calculation, it is suggested that under the LINUX operation
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-09
    • 文件大小:1.02mb
    • 提供者:李菀申
« 1 2 ... .89 .90 .91 .92 .93 10294.95 .96 .97 .98 .99 ... 33646 »
搜珍网 www.dssz.com