资源列表
HY-510Btest
- hy510b 自己买的51 开发板源代码-51 development board hy510b buy their own source code
stc51-Microcontroller-programe
- 压缩包中共有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
sequence_detector
- 序列检测器的设计师用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)
chuan2bing
- 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
bin2chuan
- 在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
CCD_Test
- 流水灯的程序用来控制发光二级管的亮与灭是一种智能控制-On and off the program of light water is used to control the light-emitting diode is an intelligent control
fPGA_LED
- 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
GCC_chinese-handbook
- gcc 中文手册 主要是用于linux 文件的编译,里面包含常见的liunux 命令。-the gcc Chinese manual compiled for linux file inside contains common liunux command.
Uart
- 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)
HX8357B-
- 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.
NT35310
- 51单片机,驱动NT35310TFT显示屏,显示红绿蓝黑白灰阶图片。-The 51 MCU drive NT35310TFT display, display the red, green and blue black and white gray scale images.
calculator
- QT做的简易计算器,实现简单的计算,建议在LINUX下运行-QT do simple calculator, the realization of simple calculation, it is suggested that under the LINUX operation
