搜索结果

找到约 624 项符合 INCLUDE 的查询结果

按分类筛选

显示更多分类

ARM LPC4300系列ARM双核微控制器产品数据手册

The LPC4350/30/20/10 are ARM Cortex-M4 based microcontrollers for embeddedapplications. The ARM Cortex-M4 is a next generation core that offers systemenhancements such as low power consumption, enhanced debug features, and a highlevel of support block integration.The LPC4350/30/20/10 operate at CPU ...
https://www.eeworm.com/dl/553/36630.html
下载: 103
查看: 1064

ARM LPC315x系列ARM微控制器用户手册

The NXP LPC315x combine an 180 MHz ARM926EJ-S CPU core, High-speed USB 2.0OTG, 192 KB SRAM, NAND flash controller, flexible external bus interface, an integratedaudio codec, Li-ion charger, Real-Time Clock (RTC), and a myriad of serial and parallelinterfaces in a single chip targeted at consumer, in ...
https://www.eeworm.com/dl/553/36646.html
下载: 97
查看: 1040

技术书籍 Algorithms(算法概论)pdf

This book evolved over the past ten years from a set of lecture notes developed while teaching the undergraduate Algorithms course at Berkeley and U.C. San Diego. Our way of teaching this course evolved tremendously over these years in a number of directions, partly to address our students' ...
https://www.eeworm.com/dl/537/36842.html
下载: 61
查看: 1458

C/C++语言编程 基于单片机的简单电子琴(源代码)

简单电子琴的51单片机程序 #include<reg51.h>       //包含51单片机寄存器定义的头文件 sbit P14=P1^4;     //将P14位定义为P1.4引脚 sbit P15=P1^5;          //将P15位定义为P1.5引脚 sbit P ...
https://www.eeworm.com/dl/503/37090.html
下载: 183
查看: 1150

C/C++语言编程 C语言程序设计入门(中文版)及软件下载

解压包包含了C语言入门经典教程和Visuak c++软件 【基本简介】 Visual C++是一个功能强大的可视化软件开发工具。自1993年Microsoft公司推出Visual C++1.0后,随着其新版本的不断问世,Visual C++已成为专业程序员进行软件开发的首选工具。 虽然微软公司推出了Visual C++.NET(Visual C++7.0),但它的应用的很大的局限 ...
https://www.eeworm.com/dl/503/37177.html
下载: 93
查看: 1138

C/C++语言编程 C语言函数大全(语法着色版)

    C语言函数大全,已包含绝大部分的函数。每个函数包含函数名,功能,用法,举例,内容详尽。希望对大家有所帮助~~   函数名: abort   功 能: 异常终止一个进程   用 法: void abort(void);   程序例:   #include   #include   int main(void)   {   printf("Cal ...
https://www.eeworm.com/dl/503/37264.html
下载: 96
查看: 1190

C/C++语言编程 旋转led时钟程序

#include<reg51.h> unsigned char miao=0,fen=0,shi=0; unsigned  char  miao1=0,miao2=0; unsigned  char  fen1=0,fen2=0; unsigned  char  shi1=0,shi2=0;
https://www.eeworm.com/dl/503/37314.html
下载: 121
查看: 1053

C/C++语言编程 飞思卡尔智能车的舵机测试程序

飞思卡尔智能车的舵机测试程序 #include <hidef.h>      /* common defines and macros */#include <MC9S12XS128.h>     /* derivative information */#pragma LINK_INFO DERIVATIVE "mc9s12xs128" void SetBusCLK_16M(void)       &nbsp ...
https://www.eeworm.com/dl/503/37340.html
下载: 101
查看: 1202

C/C++语言编程 cs5460a程序(C程序源代码)

#include <reg51.h>#include <main.h>#include <interrupt.h> cs5460a应用电路(含源程序)bit code table_odd_even_bit[16]={0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0}; extern uchar rs485_timeout,pointer_buf485;extern uchar rs485_buf[MAX_485_LEN];extern uchar idata spi_buf[MAX_SPI_LEN];extern uchar pointer_send,send_l ...
https://www.eeworm.com/dl/503/37368.html
下载: 111
查看: 1162

C/C++语言编程 c8051f330 C程序源代码

//------------------------------------------------------------------------------------//此程序为ADC转换程序,可以选择向ADC0BUSY写1或用定时器0,1,2,3作为ADC的启动信号。////------------------------------------------------------------------------------------//头文件定义//-------------------------------- ...
https://www.eeworm.com/dl/503/37370.html
下载: 64
查看: 1103