搜索结果
找到约 699 项符合
Include 的查询结果
按分类筛选
- 全部分类
- 技术资料 (102)
- 单片机开发 (55)
- 单片机编程 (40)
- 其他 (40)
- 源码 (23)
- Linux/Unix编程 (22)
- 其他书籍 (19)
- 编译器/解释器 (17)
- 数学计算 (15)
- 书籍 (14)
- 人工智能/神经网络 (14)
- 数据结构 (14)
- 微处理器开发 (14)
- VC书籍 (13)
- 数值算法/人工智能 (11)
- 书籍源码 (11)
- matlab例程 (11)
- 其他嵌入式/单片机内容 (11)
- 汇编语言 (10)
- C/C++语言编程 (9)
- Java编程 (9)
- 电子书籍 (8)
- 压缩解压 (7)
- 嵌入式/单片机编程 (7)
- Delphi控件源码 (7)
- 软件设计/软件工程 (7)
- 加密解密 (6)
- 软件工程 (6)
- 驱动编程 (6)
- 网络 (6)
- VHDL/FPGA/Verilog (6)
- 其他行业 (6)
- DSP编程 (5)
- 多媒体处理 (5)
- 通讯/手机编程 (5)
- 模拟电子 (5)
- 可编程逻辑 (5)
- Internet/网络编程 (5)
- 游戏 (5)
- SCSI/ASPI (5)
- 嵌入式Linux (5)
- Windows CE (5)
- 电源技术 (4)
- 嵌入式综合 (4)
- 教程资料 (4)
- 其他数据库 (4)
- 通讯编程文档 (4)
- Java书籍 (4)
- VIP专区 (4)
- 软件 (3)
- 笔记 (3)
- 数据库系统 (3)
- 操作系统开发 (3)
- ARM (3)
- 编辑器/阅读器 (3)
- 文章/文档 (3)
- VxWorks (3)
- 系统设计方案 (3)
- Jsp/Servlet (3)
- Linux/uClinux/Unix编程 (2)
- 教育系统应用 (2)
- *行业应用 (2)
- 金融证券系统 (2)
- 文件格式 (2)
- 中间件编程 (2)
- SQL Server (2)
- 行业发展研究 (2)
- GPS编程 (2)
- 手册 (1)
- 行业应用文档 (1)
- 无线通信 (1)
- 设计相关 (1)
- PCB图/BOM单/原理图 (1)
- 技术书籍 (1)
- 教材/考试/认证 (1)
- 资料/手册 (1)
- 开发工具 (1)
- 教程资料 (1)
- Modem编程 (1)
- 语音压缩 (1)
- 传真(Fax)编程 (1)
- 技术管理 (1)
- USB编程 (1)
- uCOS (1)
- 手机WAP编程 (1)
- STL (1)
- Delphi/CppBuilder (1)
- 家庭/个人应用 (1)
- Symbian (1)
- TAPI编程 (1)
- Oracle数据库 (1)
- JavaScript (1)
- MySQL数据库 (1)
- 邮电通讯系统 (1)
- 并行计算 (1)
技术资料 基于8051+Proteus仿真案例
基础程序设计 01 闪烁的LED 
/*  名称闪烁的LED 
 说明LED按设定的时间间隔闪烁
*/ 
#include<reg51.h>&nbsp;
#define uchar unsigned char&nbsp;
#define uint unsigned int&nbsp;
sbit LED=P1^0;&nbsp;
//延时&nbsp;
void DelayMS(uint x) &nbsp;{&nbsp;
&nbsp;uchar i;&nbsp;
&nbsp;whil ...
技术资料 51单片机C语言程序设计Proteus仿真实训
基础程序设计 01 闪烁的LED&nbsp;
/* &nbsp;名称闪烁的LED&nbsp;
&nbsp;说明LED按设定的时间间隔闪烁&nbsp;
*/&nbsp;
#include<reg51.h>&nbsp;
#define uchar unsigned char&nbsp;
#define uint unsigned int&nbsp;
sbit LED=P1^0;&nbsp;
//延时&nbsp;
void DelayMS(uint x)&nbsp;{&nbsp;
&nbsp;uchar i;&nbsp;
&nbsp;w ...
技术资料 探析电子工程技术在单片机中的技术应用
随着科技的不断发展,电子行业也有了巨大的进步,电子工程技术的应用形式涵盖了控制技术、计算机技术以及信息技术等多个方面。本文重点对单片机中电子工程技术的应用进行分析,了解其单机片智能仪表、通讯技术和自动化生产等方面的应用,以期能够为相关人员提供参考。with the continuous development of science and technolog ...
技术资料 歌声程序
#include
#include
//__CONFIG(0X081C);
__CONFIG(0X3E24);
#define P_Buzz RC4
#define P_KeySw RA4
void Sub_Initial(void);
void sounddelay0(unsigned char delay_count);
void sound200ms();
//-------------------------------------------------------
//主函数
void main()
{
Sub_Initial();
while(1) ...
微处理器开发 FS4510开发板示例程序 demo5_pre----中断服务程序 串口驱动 演示的功能包括中断 定时器 串口 它提供了可以在 FS4510板子上运行的参考代码 文件说明 demo
FS4510开发板示例程序 demo5_pre----中断服务程序
串口驱动
演示的功能包括中断 定时器 串口 它提供了可以在 FS4510板子上运行的参考代码
文件说明
demo5_pre.apj 为 SDT2.51 的项目文件
汇编格式
init.s 为初始化文件
lcd.c LCD驱动文件
demo5.c 主程序
包含定时器初始化和 timer0 和 timer1 的使用 包含中断服务程 ...
Linux/Unix编程 Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work
Boost provides free peer-reviewed portable C++ source libraries.
We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial ...
书籍 Bio Medical CMOS IC
A major societal challenge for the decades to come will be the delivery of effective
medical services while at the same time curbing the growing cost of healthcare.
It is expected that new concepts-particularly electronically assisted healthcare will
provide an answer. This will include new devices, ...
技术资料 CANOPEN源代码
代码目录结构:debiandocdriversexamplesincludeobjdictgensrctest.hg_archival.txt.hgignore.hgtags.travis.ymlappveyor.ymlAUTHORSbitbucket-pipelines.ymlCanFestival-3.vc9.slnCanFestival-3.vc9.vcprojCanFestival-3.vc10.slnCanFestival-3.vc10.vcxprojCanFestival-3.vc10.vcxproj.filtersCanFestival-3.vc15.slnCanF ...
ARM LPC1850 Cortex-M3内核微控制器数据手册
The LPC1850/30/20/10 are ARM Cortex-M3 based microcontrollers for embeddedapplications. The ARM Cortex-M3 is a next generation core that offers systemenhancements such as low power consumption, enhanced debug features, and a highlevel of support block integration.The LPC1850/30/20/10 operate at CPU ...
数学计算 The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: he
The tar file contains the following files:
ptfsf.c: heart of the perfect TFSF code
ptfsf.h: header file for same
ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper
ptfsf-file-maker.c: code to generate an inci ...