搜索结果
找到约 2,721 项符合
data 的查询结果
按分类筛选
- 全部分类
- 技术资料 (558)
- 其他 (134)
- 其他书籍 (132)
- 单片机开发 (106)
- 书籍 (104)
- matlab例程 (99)
- 单片机编程 (96)
- Java编程 (84)
- 加密解密 (49)
- 数据结构 (46)
- 软件设计/软件工程 (45)
- 人工智能/神经网络 (43)
- 电子书籍 (39)
- 数据库系统 (38)
- SQL Server (34)
- 微处理器开发 (32)
- 通讯编程文档 (31)
- VHDL/FPGA/Verilog (31)
- 系统设计方案 (31)
- 压缩解压 (29)
- 汇编语言 (29)
- 数值算法/人工智能 (28)
- 数学计算 (28)
- 文章/文档 (28)
- 源码 (27)
- Delphi控件源码 (27)
- Linux/Unix编程 (25)
- 其他嵌入式/单片机内容 (24)
- 通讯/手机编程 (22)
- 书籍源码 (22)
- 企业管理 (22)
- 嵌入式/单片机编程 (22)
- 行业发展研究 (22)
- Java书籍 (21)
- 其他行业 (20)
- GPS编程 (20)
- VC书籍 (19)
- 文件格式 (18)
- 其他数据库 (18)
- Internet/网络编程 (17)
- 编译器/解释器 (16)
- 软件 (15)
- 驱动编程 (15)
- 网络 (15)
- DSP编程 (14)
- 无线通信 (13)
- 软件工程 (13)
- 教育系统应用 (13)
- 可编程逻辑 (12)
- J2ME (11)
- 接口技术 (10)
- 模拟电子 (10)
- 串口编程 (10)
- 手册 (9)
- 通信网络 (9)
- *行业应用 (9)
- 论文 (8)
- 其他 (8)
- 电源技术 (8)
- 教程资料 (8)
- USB编程 (8)
- 邮电通讯系统 (8)
- C/C++语言编程 (7)
- 操作系统开发 (7)
- 中间件编程 (7)
- 嵌入式综合 (6)
- 技术管理 (6)
- uCOS (6)
- 交通/航空行业 (6)
- 电子政务应用 (6)
- 多媒体处理 (5)
- 游戏 (5)
- 医药行业 (5)
- JavaScript (5)
- MySQL数据库 (5)
- 并行计算 (5)
- Jsp/Servlet (5)
- 3G开发 (5)
- Linux/uClinux/Unix编程 (4)
- 仿真技术 (4)
- 技术书籍 (4)
- 资料/手册 (4)
- 实用工具 (4)
- 多国语言处理 (4)
- 金融证券系统 (4)
- 嵌入式Linux (4)
- VxWorks (4)
- 家庭/个人应用 (4)
- Windows CE (4)
- 认证考试资料 (4)
- VIP专区 (4)
- 教程 (3)
- 电路图 (3)
- 习题答案 (3)
- 驱动程序 (3)
- 其他文档 (3)
- 技术教程 (3)
- 测试测量 (3)
- 开发工具 (3)
- 传感与控制 (3)
单片机编程 SN65LBC170,SN75LBC170,pdf(TRIP
The SN65LBC170 and SN75LBC170 aremonolithic integrated circuits designed forbidirectional data communication on multipointbus-transmission lines. Potential applicationsinclude serial or parallel data transmission, cabledperipheral buses with twin axial, ribbon, ortwisted-pair cabling. These devices ...
单片机编程 数字钟显示电路
SHUZIZHONG显示电路
源程序如下:
#include <reg51.h>#include <intrins.h>
unsigned char data dis_digit;
unsigned char code dis_code[]={ 0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};unsigned char data dis_buf[16];unsigned char data dis_index;char hour,min,sec,wang,yea ...
源码 BP神经网络matlab源程序代码
BP神经网络matlab源程序代码
%% &nbsp;该代码为 BP 神经网络的预测代码
% &nbsp;清空环境变量
&nbsp;
clc&nbsp;
clear&nbsp;
% &nbsp;
%% &nbsp;网络结构建立
&nbsp;
% 读取数据
&nbsp;
load data input output&nbsp;
input=data(;,1;2;3;4;5);
output=data(;,5);
%节点个数
&nbsp;
&nbsp;
%训练数据和预测数 ...
书籍 Wireless Communications 2nd Edition
n the first part of this book, we give an introduction to the basic applications of wireless com-
munications, as well as the technical problems inherent in this communication paradigm. After a
brief history of wireless, Chapter 1 describes the different types of wireless services, and works
out the ...
单片机编程 单片机P0口的片外数据存储器扩展
单片机作为一种微型计算机,其内部具有一定的存储单元(8031除外),但由于其内部存储单元及端口有限,很多情况下难以满足实际需求。为此介绍一种新的扩展方法,将数据线与地址线合并使用,通过软件控制的方法实现数据线与地址线功能的分时转换,数据线不仅用于传送数据信号,还可作为地址线、控制线,用于传送地址信号和控 ...
技术资料 基于LabVIEW与单片机的温湿度检测系统研究
传统的温湿度检测系统一般都是单片机处理检测到的温湿度数据,并通过LCD屏显示,在数据的处理和对比以及实时性上存在诸多问题。因此,本文提出基于LabVIEW作为上位机,STM32单片机作为下位机的实时温湿度检测系统。该系统通过单片机和传感器检测温湿度数据,将检测到的数据通过无线串口模块发送给上位机LabVIEW。上位机界面不仅 ...
Windows CE Details for How to develop an OAL .Step-by-step to develop an OAL. An OEM adaptation layer (OAL) is
Details for How to develop an OAL .Step-by-step to develop an OAL. An OEM adaptation layer (OAL) is a layer of code between the Windows CE kernel and the hardware of your target device. You develop an OAL to communicate data between your operating system (OS) and your target device and include code ...
人工智能/神经网络 This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS
This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output is
directed to the sc ...
matlab例程 Simple VaR Calculator provides: - Evaluation of return distribution of single asset or portfolio
Simple VaR Calculator provides:
- Evaluation of return distribution of single asset or portfolio of assets
- Volatility forecasts using moving average and exponential algorithm
- Value at Risk of single asset or portfolio measurement using parametric and historical simulation.
- Historical dat ...