资源列表
[嵌入式Linux] calculator
说明:QT做的简易计算器,实现简单的计算,建议在LINUX下运行-QT do simple calculator, the realization of simple calculation, it is suggested that under the LINUX operation<李菀申> 在 2026-01-12 上传 | 大小:1.02mb | 下载:0
[单片机(51,AVR,MSP430等)] NT35310
说明:51单片机,驱动NT35310TFT显示屏,显示红绿蓝黑白灰阶图片。-The 51 MCU drive NT35310TFT display, display the red, green and blue black and white gray scale images.<fengming> 在 2026-01-12 上传 | 大小:162kb | 下载:0
[单片机(51,AVR,MSP430等)] 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.<fengming> 在 2026-01-12 上传 | 大小:374kb | 下载:0
[其他嵌入式/单片机内容] 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)<zhanghf> 在 2026-01-12 上传 | 大小:92kb | 下载:0
[嵌入式Linux] GCC_chinese-handbook
说明:gcc 中文手册 主要是用于linux 文件的编译,里面包含常见的liunux 命令。-the gcc Chinese manual compiled for linux file inside contains common liunux command.<郑衣钵> 在 2026-01-12 上传 | 大小:105kb | 下载:0
[其他嵌入式/单片机内容] 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<zhanghf> 在 2026-01-12 上传 | 大小:1.61mb | 下载:0
[微处理器(ARM/PowerPC等)] CCD_Test
说明:流水灯的程序用来控制发光二级管的亮与灭是一种智能控制-On and off the program of light water is used to control the light-emitting diode is an intelligent control<sky> 在 2026-01-12 上传 | 大小:515kb | 下载:0
[VHDL编程] 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<zhanghf> 在 2026-01-12 上传 | 大小:312kb | 下载:0
[VHDL编程] 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<zhanghf> 在 2026-01-12 上传 | 大小:1.61mb | 下载:0
[VHDL编程] 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)<zhanghf> 在 2026-01-12 上传 | 大小:339kb | 下载:0
[其他嵌入式/单片机内容] 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<Norway> 在 2026-01-12 上传 | 大小:277kb | 下载:0
[单片机(51,AVR,MSP430等)] 波形发生器 F767
说明:TIM触发DAC产生三角波,正弦波,波形修改main函数定义的数组就行(TIM triggers DAC to produce triangular wave, sine wave)<qwerty1123> 在 2026-01-12 上传 | 大小:9.91mb | 下载:0