搜索资源列表
科学计算方法_51_256
- 51汇编语言,格式为.chm文件,这个好象就是九十年代初孙涵芳(如果我没记错的话)写的一 本书后附的子程序。子程序不全对,至少有个除法的余数有问题,扩大了2倍,我记不清是哪个了,你把其中的一个左移语句去掉就行了,别的记不得了。欢迎常联系。-51 assembly language format. Chm documentation, It was like the early 1990s-wu (if I remember correctly so) wrote a book attached
avr-charger
- 针对蓄电池充电过程中出现的种种问题,采用了分级定电流的脉冲快速充电方案,提出了充电器的硬件电路和控制软件的设计方案。该充电方案对充分发挥蓄电池的功效,提高对蓄电池的充电速度,减少充电损耗,延长蓄电池的使用寿命具有重要意义。 -against rechargeable battery occurred in the course of various problems using the current classification set the pulse rapid charging, th
SLE4442读写程序
- 前一阵子做了个IC卡读写程序,可以读写SLE4442系统逻辑加密卡的,本来想在网上找一个,没找到,自己写了一个,为了让后来人可以轻松一点,所以就奉献给大家:) 注释比较少(本人的坏习惯),看起来有点累,不过建议你在自己看之前先熟悉一下SLE4442的协议。 程序是经过测试的,在我的931上工作的很好,有什么问题,发信给我 Ploto_zhu@etang.com-done a while ago, IC card reader procedures, can read and writ
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
线反转法行列键盘扫描
- 行列键盘的学习是单片机学习的必经之路,可是对了初学者来说学习起来并 不容易。书上的资料不多,或是说明不细,抑或太复杂不易理解。我在学行列键 盘时也有过此类的问题,近日我发现了一个非常好的行列扫描的方式——线反转 法行列键盘扫描,它简单易懂,非常适合初学者学习,也可作为程序开发之用。-ranks keyboard of learning is a must to learn microcontroller, but to a newcomer learning together is
CRC校验代码源程序
- CRC循环冗余,是一种查表法,实现数据的自动打包问题-Cyclic Redundancy is a look-up table method, the data is automatically packaged problems
PCI2040_problem
- PCI2040编程问题汇集-PCI2040 pooled programming problems!
51DSl302
- P串行实时时钟芯片DSl302程序设计中的问题与对策-P serial real-time clock chip DSl302 program design problems and countermeasures
VB-PIC-sorce-code-Rev-1
- 按摩椅软件开发示例,VB-PIC单片机通讯题,主要是串口通讯问题-massage chairs software development practices, VB - PIC communications problems, the main problem is the serial communication
cesu
- delhpi实例精粹,网络测速系统,有问题可以和我联系!-delhpi example essence, the network gun systems, and problems can contact me!
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.
LCD1602_TEMP_18b20
- 对于不同的18b20这个程序可能有些问题,我遇到是的将暂存器的数据拷回18b20中数据无法保存. 换过18b20就正常了.-for different 18b20 this procedure may be some problems, I have met is to register the data back to beat 18 b20 data available. Alternatively 18b20 will be back to normal.
keilc51chbook111111
- 这是一本关于Intel 80C51 以及广大的51 系列单片机的书这本书介绍给读者一些 新的技术使你的8051 工程和开发过程变得简单请注意这本书的目的可不是教你各种 8051 嵌入式系统的解决方法 为使问题讨论更加清晰在适当的地方给出了程序代码我们以讨论项目的方法来说 明每章碰到的问题所有的代码都可在附带的光盘上找到你必须熟系C 和8051 汇编因 为本书不是一本C 和汇编的指导书你可以买到不少关于ANSI C 的书最佳选择当然是Intel 的数据书可从你的芯片供应商处
D12_For_LCP2200_uCos-II
- D12 For uCos-II PDIUSBD12 在EasyARM2200开发板上运行,uCos-II下的源码. D12 For uCos-II PDIUSBD12 设备端演示软件 ZLG_D12.pdf USB驱动程序软件包简要说明及应用例子 常见问题及解决.txt 遇到问题请阅读该文件 -D12-II PDIUSBD12 in development EasyARM2200 Market operation uCos-II under the source. D1
7512-2
- 程序能够实现将十二位的二进制数5V对应fffH变换成一路0~5V的电压。 精度方面:在使用时上下波动范围大约是0~2fH能保证高位寄存器准确; 调试过程中遇到了一系列问题:(1)p0口的使用需接上拉电阻,内部没有带电阻;(2)调试的过程最好使用单步运行,以便于察看寄存器的内容;(3)对系统板不熟悉,一些硬件方面容易出问题,像口连接,电源、地的连接。(4)直流电源使用不准确,内部的各个电源输出是独立的,需要共地。 -procedures to achieve 12 to a binar
wind_media_library_3_0_3
- WindML3.0补丁 WIND MEDIA LIBRARY 3.0.3 (CP3) for Tornado 2.2.0 and Tornado 2.2.1 Up-to-date product bulletins, information on known problems and fixes/changes made in this release, and essential reference documentation can be obtained from the W
Embedded.Controller.Hardware.Design
- A major goal of this book is to show to make devices that are inherently reliable by design. While a lot of attention has been given to “quality improvement,” the majority of the emphasis has been placed on the processes that occur after the design o
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
16-basic-test-problems-in-C-language
- 想成为嵌入式程序员面试时都应知道的16个基本C语言测试问题-16 basic test problems in C language