搜索资源列表
lwip-1.1.1
- 最新版IWip(LWIP?),解决了v1.10的许多bug希望对大家有用,有能力的可以自己移植一下-latest version IWip (Viedo?) , the ITA solve the many bug hope useful for all, the ability of what can try their transplant
延长watchdog的方法
- 你可曾经为硬件看门狗的复位时间太短,而苦恼过,这个方法帮你解决问题. 用定时器喂狗,如果超过一定时间(程序跑飞,或整个中断都关闭,都会导致定时器不喂狗,导致看门狗的复位,从而延长了看门狗的复位时间)不喂就复位. 程序中我以lcpRD2为例.-you may have to reset the hardware watchdog short time and anguish that this approach help you solve the problem. DOG with timers
menupro
- //一个简单却实用的菜单程序 //如果编写简单的程序的话这个菜单函数就可以不用看了,但是当你编写到复杂的程序的时候就可能就会为人机界面和各个函数直接的连接而烦恼了,这个菜单函数就是用来解决这个问题,虽然没有UCGUI厉害,但是我觉得代码在2000行一下的话用起来还是不错的选择的.虽说简单但是用到了结构体大部分的知识了,希望c语言不太好的朋友自己补习一下好了. -//A simple but useful menu program// if a simple procedure to pr
Cristmas_LED
- 设计逆变式LED彩灯控制系统的目的,主要是解决目前市场上的彩灯只有220V供电,且彩灯的色彩单一,移动性能差的状况。本系统采用3V干电池进行供电,具有良好的便携性能。此外,我们将LED彩灯分成红、绿、蓝三种颜色的,通过这RGB颜色的变化以及PWM脉宽的调节,可以调制出各种各样不同的颜色。为了实现彩灯的串联,我们还将3V电压升至34V。彩灯的颜色以及式样的控制则由单片机进行控制。-LED lantern design inverter control system seeks to solve t
S3C2440A_Nand_Bootloader
- 由于Nand Flash不能直接线性的访问,所以对于烧到Nand的上的程序,处理器无法直接执行,为了解决这个问题,S3C2440A在内部设置了地位于0x0000_0000容量为4Kbytes的SRAM,在处理器上电时会通过内部电路自动把Nand里头4k的程序(bootloader)装载到SRAM执行,这里称其为小程序,小程序执行后 再装载Nand里位于4K以后的大程序到SDRAM执行。-As Nand Flash can not directly access a linear, so
uCGUIGBAv1
- GBA(ARM7)嵌uCGUI,以网上下载的一个源码程序包为基础修改,解决GUI的API的显示字符乱码问题。-GBA (ARM7) embedded uCGUI, in order to download a source package based on changes to the API to solve GUI display garbled characters in the issue.
mendforProtel99SECHSSP6
- 解决了网上流行protel99se汉化版因汉化了有很多功能会没有的,功能不全如:电源实体点了也无法调出某些工具条和菜单丢失,一旦装了汉化之后卸载了重装也无法去除汉化菜单,小巧好使的protel99se汉化版补丁,-To solve an online pop protel99se Chinese Version of a result of localization that a lot of features will not, dysfunction such as: power entit
LPC2114_FSK_proteus
- 该代码是针对超声波FSK模式测距在proteus下的仿真研究,利用LPC2114实现调制解决,主要难度是解FSK信号变化时刻,实现高精度测距。-The code is a FSK mode of ultrasonic ranging in proteus simulation under study, the modulation using LPC2114 to solve the main difficulty is to explain the FSK signal changes in
CPUsourcecode
- 本设计实现了一个具有标准的32位5级流水线架构的MIPS指令兼容CPU系统。具备常用的五十余条指令,解决了大部分数据相关,结构相关,乘除法的流水化处理等问题,并实现了可屏蔽的中断网络。-This design implements a standard 32-bit 5-stage pipeline architecture of MIPS instruction compatible CPU system. Instructions with more than 50 commonly use
111
- 利用共同体传送浮点数数据,可以方便上位机轻松解决数据传输问题-Floating-point data transmission using the Community, you can easily transfer data easily solve PC problems
jitterbug-1.21
- 仿真数字矩阵识别系统,解决应用中遇到的问题,使用简单易于操作-Simulation of digital matrix identification system to solve application problems, easy to use easy to operate
1602temperature
- 1602显示的温度计 利用了一个温度表解决温度显示乱码-1602 thermometer shows the temperature using a thermometer to solve garbled
yyy
- 大多数用电器的开关都是手动控制的,在使用过程中存在着诸多的不便。为了解决这个问题,本文提出了一个多功能遥控器的设计方案。其可以通过自学习而拥有对多台用电器的遥控功能,省时省力,从而使人们免除为了控制用电器而东跑西转的烦恼。本文采用单片机AT89S51为核心,外加调频收发电路、继电器的驱动等电路组成,实现无线多路遥控开关的设计功能。-Most use of electrical switches are manually controlled, in the course there are ma
BD
- 研究无源北斗定位技术的目的,在于解决目前北斗定位体制下,存在用户数量受限、用 户机需发射信号、定位数据更新率慢等缺点。利用现有的2颗北斗地球同步卫星、1颗备份卫星的 星历信息以及测量获得的时差信息,可以推导出实现无源定位的数学模型。该方法通过试验数据 获得了50 m范围的定位结果,从而验证了该项技术的正确性-The purpose of the passive Beidou, is to solve the current Beidou system, there is the number o
SDCARD
- stm32 SDIO 操作的寄存器版本,是根据库函数版本改的,不支持多块写入,貌似是库函数原有的bug,暂时没法解决。使用时依次调用SD_Init(),SD_GetCardInfo(&SDCardInfo),SD_SelectDeselect((u32) (SDCardInfo.RCA << 16)),SD_EnableWideBusOperation(SDIO_BusWide_4b),然后就可以调用扇区读写操作了。-the stm32 SDIO operation of the r
STM32-EXTI
- 当使用外部中断时,出现#20 identifier EXTI15_10_IRQChannel is undefinedSTM ,因为官方库升级的原因,该源程序帮你解决你的问题-When using an external interrupt, appear# 20 identifier EXTI15_10_IRQChannel is undefinedSTM, as reasons for the upgrade of the official repository of the source
serial-program
- 基于cc2430的串口模拟程序,可以解决串口不够用的问题。-Cc2430-based serial simulation program, we can solve the problems of the serial port is not enough.
vf-parameter
- 三相异步电机的v/f调制参数,用于调制三相异步电机,解决启动速度太慢的问题,改善了电压补偿-Three-phase induction motor v/f modulation parameters for modulation three-phase asynchronous motors, solve the problems of start-up speed is too slow, to improve the voltage compensation
EIB-TP-UART-IC
- 西门子智能家居KNX接口模块,KNX 通过建立调度程序,解决KNX实时性传输-Siemens smart home the KNX interface modules, KNX through the establishment of the scheduler, to solve the real-time transmission of KNX
YY
- STM32 工程模板 解决根据视频配置时出现的BUG-STM32 project template to solve the video configuration BUG
