搜索资源列表
DS12887时钟芯片编程
- 利用程序中的函数,来读取时钟芯片的秒、分、时、日、月、年、世纪,亦能对其设置时间日期。-procedures for the use of function, to read clock chip seconds, hours, days, months, years, centuries, but also the date of its set-up time.
at89c51rc编程编程函数
- 此为at89c51rc的编程和校验函数,特此提醒:前16K比后16K编程速度要快,此程序晶振为16M。-for programming and checking function, and would like to remind : before the 16K than the 16K speed faster programming, this procedure crystal to 16M.
str731
- 该数据包包含了 73x_Examples.rar---------------str731的库函数 STR73xF.pdf--------------------芯片介绍 str73xfreference.pdf-----------芯片编程手册 73x_FP.rar---------------------FLASH烧写程序 Use_lib_manual.pdf-------------库函数使用说明 库函数包含了各种外围设备的例程.-the packet
PICC编程技巧
- 教会你PICc的编程技巧,包括PIC的汇编与c,以及一些函数,高效编程技巧-church you PICc programming skills, including the compilation and PIC c, and some function, efficient programming skills
WINC51编程
- 本书以Keil 公司最新版本的C51 编译器为核心,阐述了在Windows 环境下采用单片 机高级语言C51 进行应用系统程序设计的基本原理和方法,详细介绍了Keil C51 的 Windows 集成开发环境Vision 51 和软件仿真器dScope51 的强大功能和具体使用方法。在 Windows 集成开发环境pVision 51 中,可以完成从源程序编写、编译、连接定位到目标文件 的仿真调试等的全部工作。dScope 51 是一种基于Windows 的多窗口软件仿真器,它可以在 完全没有8
多功能高精度信号发生器的设计
- 摘要:直接数字频率合成(DDS)是七十年代初提出的一种新的频率合技术,其数字结构满足了现代电子系统的许多要求,因而得到了迅速地发展。现场可编程门阵列器件(FPGA)的出现,改变了现代电子数字系统的设计方法,提出了一种全新的设计模式。本设计结合这两项技术,并利用单片机控制灵活的特点,开发了一种新的函数波形发生器。在实现过程中,本设计选用了Altera公司的EP1C6Q240C8芯片作为产生波形数据的主芯片,充分利用了该芯片的超大集成性和快速性。在控制芯片上选用了AT89C51单片机作为控制芯片。本
Nor Flash的读、写、擦除、编程等操作函数
- Nor Flash的读、写、擦除、编程等操作函数,具体以sst39v1601为例。,Nor Flash read, write, erase, programming and other operating functions, specific to sst39v1601 as an example.
MAX038
- 采用MAX038的函数发生器,所需元器件简单,编程易懂。-Using the MAX038 function generator, components required for a simple, easy-to-understand programming.
CJTISP
- 单片机的底层串口升级程序,可以适用于任何可自编程的单片机,本工程默认定位在0xF000地址,可根据需要在配置文件里更改。用户的应用程序只需定义如下函数指针void ( *update )()=0xF000 然后调用update() 就可以跳转到升级程序进行串口升级操作。-Microcontroller serial port to upgrade the underlying process can be applied to any self-programming of the MCU, t
STM8L_LED_NoLib_SingleFile
- STM8L-Discovery 不使用库函数编程-STM8L-Discovery programming without ST-Library
STM32-key_interrupt
- stm32程序采用库函数编程,按键采用扫描查询方式,由按键控制led亮灭,按键接PD5,led接PB0-stm32 procedures using programming libraries, button scanning inquiry, led by the key control light off, key pick PD5, led then PB0
STM32F103VG_CAN2
- 基于Cortex M3的微处理器STM32F103VG的CAN通信功能模块,C语言编程,Keil编译环境,利用库函数编程。已编译成功,可直接利用。谢谢。-Based on Cortex M3 microprocessor STM32F103VG the ADC modules, C language programming, Keil compiler environment, the use of programming libraries. Has been compiled success
STM32F103VG_PWM
- 基于Cortex M3的微处理器STM32F103VG的PWM功能模块,可改变占空比,利用C语言编程,Keil编译环境,利用库函数编程。已编译成功,可直接用于电机、风扇、蜂鸣器等。谢谢。-STM32F103VG Cortex M3 microprocessor-based PWM function module, the duty cycle can be changed using the C programming language, Keil compiler environment, t
STM32F103VG_RS232
- 基于Cortex M3内核的微处理器STM32F103VG的RS232通信功能模块,利用C语言编程,Keil编译环境,利用库函数编程。已编译成功,可以同电脑通信,可直接利用。谢谢。-Cortex M3 core-based microcontroller STM32F103VG the RS232 communication module, using the C programming language, Keil compiler environment, the use of progra
12864
- MSP430g2553简易的于HB12864结合的主函数编程,此为头文件配置,网上比较不好找-The main function programming MSP430g2553 simple HB12864 combination, this is the configuration of the header files, the Internet is relatively easy to find
oiepvtch
- 通过使用SystemParametersInfo函数,你可以骗过Windows,使之误以为屏幕保护程序正在运行(By using the SystemParametersInfo function, you can deceive the Windows, mistook the screen saver is running)
库函数
- STC参考库函数,主要用于STC的编程使用,在编程时可以使用上述函数。(The STC reference library, mainly for STC programming, the programming can use the above function)
STC15系列库函数与例程测试版V2.0
- STC专用实验系统的参考函数,也用于STC的通讯过程中,编程使用,在编程时可以使用上述函数(STC dedicated experimental system reference function, but also for STC communication process, programming use, in programming can use the above functions)
232串口通讯
- STM32串口通讯代码 C语言STM32库函数编程,232串口通讯。(STM32 serial communication code)
LED循环点亮
- LED灯循环点量(可做成跑马灯)(库函数编程)(LED light cycle point (can be made marquee) (library function programming))