搜索结果
找到约 209 项符合
DAT 的查询结果
按分类筛选
- 全部分类
- 技术资料 (32)
- 其他 (18)
- 单片机开发 (11)
- 人工智能/神经网络 (11)
- 数值算法/人工智能 (9)
- matlab例程 (9)
- 汇编语言 (8)
- DSP编程 (6)
- Java编程 (6)
- 数学计算 (5)
- 单片机编程 (4)
- 驱动编程 (4)
- Internet/网络编程 (4)
- 编译器/解释器 (4)
- 数据结构 (4)
- 数据库系统 (3)
- 书籍源码 (3)
- 其他数据库 (3)
- 其他行业 (3)
- PCB相关 (2)
- 加密解密 (2)
- 通讯/手机编程 (2)
- 操作系统开发 (2)
- 软件工程 (2)
- EDA相关 (2)
- 可编程逻辑 (2)
- 压缩解压 (2)
- 教育系统应用 (2)
- 企业管理 (2)
- 文件格式 (2)
- 文章/文档 (2)
- VHDL/FPGA/Verilog (2)
- 交通/航空行业 (2)
- 软件设计/软件工程 (2)
- 其他嵌入式/单片机内容 (2)
- 行业发展研究 (2)
- 源码 (1)
- 软件 (1)
- 教程 (1)
- C/C++语言编程 (1)
- 其他书籍 (1)
- 开发工具 (1)
- 嵌入式综合 (1)
- 模拟电子 (1)
- 软件下载 (1)
- 电子书籍 (1)
- 教程资料 (1)
- Linux/Unix编程 (1)
- 编辑器/阅读器 (1)
- Applet (1)
- 技术管理 (1)
- 嵌入式/单片机编程 (1)
- 嵌入式Linux (1)
- 微处理器开发 (1)
- Java书籍 (1)
- 酒店行业 (1)
- J2ME (1)
- 系统设计方案 (1)
- JavaScript (1)
- VC书籍 (1)
- MySQL数据库 (1)
- SQL Server (1)
- 并行计算 (1)
- MTK (1)
其他行业 度量衡:程序可在各种计量单位之间换算
度量衡:程序可在各种计量单位之间换算,适合各行各业的工程人员使用,您还可以通过编辑文件 Metrology.dat 轻轻松松对它进行扩充
人工智能/神经网络 Locally weighted polynomial regression LWPR is a popular instance based al gorithm for learning c
Locally weighted polynomial regression LWPR is a popular instance based al gorithm for learning continuous non linear mappings For more than two or three in puts and for more than a few thousand dat apoints the computational expense of pre dictions is daunting We discuss drawbacks with previous ...
其他 用于地理信息系统的地图资源
用于地理信息系统的地图资源,朝阳区地图,数据格式.Map,.Tab,.Dat,.ID用于MapX的开发,可在vb,vb.net,vc,c++,c#各平台下使用
人工智能/神经网络 This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.C
This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers using the K-means algorithm. Output isdirected to the screen ...
单片机开发 S6B0724液晶显示驱动程序 void LCD_BUSY(void) void write_LCD_data(uchar lcd_data) void write_LCD_command(
S6B0724液晶显示驱动程序
void LCD_BUSY(void)
void write_LCD_data(uchar lcd_data)
void write_LCD_command(uchar command)
void clear_lcd(void)
void LCDClearLine(uchar line)
void prints(uchar line,uchar * temp)
void printf(ulong int x)
void change_code(uint * x)
void Sendlcd(uchar x,uchar y,uchar ...
DSP编程 一个C54XX的FLASH烧写程序(将网友的8位烧写方式修改为16位方式
一个C54XX的FLASH烧写程序(将网友的8位烧写方式修改为16位方式,并实现.DAT文件加载),可以实C5410等系列DSP的BOOTLOAD功能。
文件格式 探讨了pbl的格式,Pbl有四种块类型
探讨了pbl的格式,Pbl有四种块类型,即Header、Free、Node、Data。Header块的前四个字节一定是HDR*,Free块则是FRE*,Node块是NOD*,Data块是DAT*
技术资料 客车乘员、驾驶员和经营者择车倾向性分析
通过对目前客运市场的调查分析, 为了解客运市场的状态和客车设计提供参考资料。关键词: 客车 市场调查 乘客 驾驶员Abstract: In o rder to p rovide dat
人工智能/神经网络 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 ...
单片机开发 时钟模块DS1307驱动I2C uchar Read_DS1307(uchar addr) void Write_DS1307_Byte(uchar byte) void Write_DS1
时钟模块DS1307驱动I2C
uchar Read_DS1307(uchar addr)
void Write_DS1307_Byte(uchar byte)
void Write_DS1307(uchar addr,uchar dat)
void rtc_get(void)
void rtc_set(void)