搜索资源列表
ucos51v2021
- uC/OS-II在51上移植的完整源代码V1.0,包含shell源码。双击yy.uv2可以直接进行软件仿真。该代码解决了重入问题,对串口进行了特殊处理,不占用任务号,基于中断实现。该代码通过了软件仿真、硬件仿真、固化测试,请放心使用-uC / OS-II in 51 transplant on the integrity of the source code V1.0 contains shell source. Double-click yy.uv2 direct simulation sof
MSP430单片机C语言编程中的退出睡眠问题
- MSP430在进入睡眠后,如果发生事件产生中断,那么单 片机会退出睡眠,自动执行中断程序,但是当中断返回时,主 程序又重新进入睡眠状态。如果要在发生中断后,主程序需 要退出睡眠,那么需要在中断程序中修改SP堆栈中的内容, C语言没有指令可以修改堆栈内的内容,可以采用C语言与 汇编语言混合编程的方法解决此问题。-MSP430 into sleep, and if events have disrupted, SCM will withdraw from sleep, inter
EW8051-EV-720C
- IAR 8051 7.20C 的测试版,然后再传破解程序,破解程序不打包,因为破解可以破解最新的所有IAR的程序(2006-3)-IAR 8051 7.20C beta, and then sent the break procedures, procedures packing crack, crack can solve the problem because of all the latest IAR procedures (2006-3)
multiply
- 本上载源码解决了16位二进制数的乘法,32为除以16位二进制数的除法-uploaded the source code to solve the 16 binary multiplication of the number, 32 to 16 divided by the number of binary division
randomicity
- 8位单片机很多地方需要随机数,比如游戏的洗牌,可在timer中取数,但是随机数质 量不高。随机数是一个既简单又复杂的问题,这里的例子使用了众所周知的线性叠加法,没 有完美的方法产生随机数,不过线性叠加法是一个合适的方法,彻底解决8位机随机数的问 题。-eight SCM need many random numbers, such as the shuffling game, in which a few timer. But random quality is not high.
USB1.1C51code
- USBD12芯片通讯的上位机调试源代码,本版本部分资源已汉化,并解决英文版不能编译问题-USBD12 Chip PC communications debugging source code, the version of some of the resources already signified. English and can not solve the problem Compiler
51biancheng
- 51单片机C语言的编程技巧 在进行单片机应用系统设计时.汇编语言是一种常用的软件工具。它能直接操作硬件.指令的执行速度快。但其指令繁育统的固有格式受硬件结构的限制很大.且难于编写与调试.同时其可移植性也较差。随着单片机硬件性能的提高.其工作速度越来越快.因此在编写单片机应用系统程序时.更着重于程序本身的编写效率。本文介招的C51交叉编译器就是解决连一问题的利器-51 microcontroller C programming language skills during SCM applic
gongsirenliziyuanyouhua
- it is very good ,it can solve many problems
sa07023029
- 本程序模拟GP算法处理数据的方法步骤How can computers learn to solve problems without being explicitly programmed? In other words, how can computers be made to do what is needed to be done, without being told exactly how to do it?this is an answer
EM78P259N.rar
- EM78P259N.ASM汇编头文件,解决EUIDE编译器的不足,义隆编译器差,安装后竟然没库文件,此文件为所有寄存器的地址和名字总结。,EM78P259N.ASM assembler header files, to solve EUIDE compiler deficiencies, poor ELAN compiler, library files did not even after installation, this file is the name of all the regi
12864eluosi
- keil 3下,用51单片机实现的俄罗斯方块,采用的是常见12864点阵液晶,键盘部分改进成支持连续按键,解决了程序运行时,液晶显示花屏的BUG,这程序对程序爱好者来说是个好东西-keil 3, using 51 single-chip microcomputer of the Russian box, using the 12864 is a common dot-matrix LCD, the keyboard part of the support of continuous improv
yuv420ToRgb565
- 功能:(ov511) 1、YUV420 格式采集视频数据 2、将YUV420 视频数据转成 RGB565 在320*240RGB LCD 16bpp 上显示 3、采用查找表及移位技术解决浮点运算耗时问题,提高LCD刷新屏幕的频率,无闪烁。-Function: (ov511) 1, YUV420 format video data collected 2, YUV420 video data into RGB565 in 320* 240RGB LCD 16bpp display 3,
SAVRP
- 该算法经运行,无任何问题,可用于解决模拟退货算法求解车辆路线问题-The algorithm by running without any problems, can be used to solve the simulation algorithm Return Vehicle Routing Problem
Text2
- 这是一段错误的源程序,本人想了很久都没解决这个关开ds1302的问题-This is a wrong source, I would like for a long time did not solve the problem of clearance to open DS1302
SM8958_source_V3.0
- 单片机读写SD MMC CARD 源码,可以解决CPLD或FPGA模拟SDIO的麻烦-SD MMC CARD Singlechip source to read and write, can solve the CPLD or FPGA simulation SDIO trouble
SONET_V1.0
- SONET 教學V1.0_方便使用者在學習射頻電路模擬上遇到的問題解決方式-SONET teaching V1.0_ user-friendly learning RF circuit simulation on the way to solve the problems encountered
ElectronicCompass
- 早期的指南针采用了磁化指针和方位盘的组合方式,整个指南针从便携性、指示灵敏度上都有一定不足。本系统采用专用的磁场传感器结合高速微控制器(MCU)的电子指南针能有效解决这些问题。 系统采用了磁阻(GMR)传感器采集某一方向磁场强度后通过MCU控制器对其进行处理并显示上传,通过对电子指南针硬件电路和软件程序的分析,阐述了电子指南针基本的工作原理及实现。实际测试指南针模块精度达到1°,能够在LCD上显示当前方位并能通过键盘控制上传指南针处理得到的数据到上位机。 -Since the early
proteussample
- proteus and keil 两者联合实现Max7221动态显示,解决一些初学者对proteus and keil如何实现的困惑;-proteus and keil both United Max7221 achieve dynamic display, solve some beginners on how to achieve proteus and keil of confusion
FaceDetection
- face detection Face detection can be regarded as a more general case of face localization In face localization, the task is to find the locations and sizes of a known number of faces (usually one). In face detection, one does not have this addition
c-to-solve-coin-problem
- 用c语言程序解决3次称硬币问题。具体,12个硬币中有一个是假币,假币可能比真币重也可能比真币轻,只用3次称量找出假币。-C language program to solve the said coin. Specifically, 12 coin is a counterfeit money, counterfeit money than the real coin weight may also be lighter than the real coin, used only 3 times