资源列表
[其他嵌入式/单片机内容] dan-pian-ji
说明:里面包含了浙江大学09年电子竞赛培训资料和单片机100例实例-contains 100 cases instances of Zhejiang University in 2009 of electronic competition training materials and microcontroller<付自杰> 在 2025-06-18 上传 | 大小:1.67mb | 下载:0
[其他嵌入式/单片机内容] led
说明:LED32个I/O口驱动程序,三种模式,89C51-The LED32 a I/O port driver, three modes, 89C51<胡林> 在 2025-06-18 上传 | 大小:21kb | 下载:0
[嵌入式Linux] calculator
说明:QT做的简易计算器,实现简单的计算,建议在LINUX下运行-QT do simple calculator, the realization of simple calculation, it is suggested that under the LINUX operation<李菀申> 在 2025-06-18 上传 | 大小: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> 在 2025-06-18 上传 | 大小: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> 在 2025-06-18 上传 | 大小: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> 在 2025-06-18 上传 | 大小:92kb | 下载:0
[嵌入式Linux] GCC_chinese-handbook
说明:gcc 中文手册 主要是用于linux 文件的编译,里面包含常见的liunux 命令。-the gcc Chinese manual compiled for linux file inside contains common liunux command.<郑衣钵> 在 2025-06-18 上传 | 大小: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> 在 2025-06-18 上传 | 大小: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> 在 2025-06-18 上传 | 大小: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> 在 2025-06-18 上传 | 大小: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> 在 2025-06-18 上传 | 大小:1.61mb | 下载:0
[单片机(51,AVR,MSP430等)] 波形发生器 F767
说明:TIM触发DAC产生三角波,正弦波,波形修改main函数定义的数组就行(TIM triggers DAC to produce triangular wave, sine wave)<qwerty1123> 在 2025-06-18 上传 | 大小:9.91mb | 下载:0