搜索结果
找到约 547 项符合
Read 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (50)
- 其他 (40)
- 其他书籍 (35)
- Linux/Unix编程 (31)
- Java编程 (29)
- VHDL/FPGA/Verilog (20)
- 单片机编程 (18)
- 嵌入式/单片机编程 (15)
- VC书籍 (14)
- 微处理器开发 (14)
- 其他嵌入式/单片机内容 (11)
- 压缩解压 (11)
- 文章/文档 (10)
- 编译器/解释器 (8)
- Java书籍 (8)
- Delphi控件源码 (8)
- 书籍源码 (8)
- 操作系统开发 (7)
- 汇编语言 (7)
- 嵌入式Linux (7)
- 电子书籍 (7)
- 技术资料 (7)
- matlab例程 (6)
- 其他行业 (6)
- 人工智能/神经网络 (6)
- 驱动编程 (6)
- 加密解密 (6)
- 系统设计方案 (6)
- GPS编程 (6)
- 串口编程 (5)
- 软件设计/软件工程 (5)
- 软件工程 (5)
- 网络 (5)
- 通讯/手机编程 (5)
- 源码 (5)
- 数据结构 (4)
- USB编程 (4)
- 多国语言处理 (4)
- 文件格式 (4)
- 数据库系统 (4)
- 游戏 (4)
- *行业应用 (4)
- VIP专区 (4)
- Windows CE (3)
- RFID编程 (3)
- 磁盘编程 (3)
- 其他数据库 (3)
- 编辑器/阅读器 (3)
- 中间件编程 (3)
- Jsp/Servlet (3)
- SQL Server (3)
- 数学计算 (3)
- 通讯编程文档 (3)
- 书籍 (3)
- J2ME (2)
- 技术管理 (2)
- VxWorks (2)
- uCOS (2)
- JavaScript (2)
- Internet/网络编程 (2)
- FlashMX/Flex源码 (2)
- DSP编程 (2)
- 实用工具 (1)
- 多媒体处理 (1)
- 模拟电子 (1)
- 电源技术 (1)
- 教程资料 (1)
- 嵌入式综合 (1)
- 无线通信 (1)
- C/C++语言编程 (1)
- 可编程逻辑 (1)
- 测试测量 (1)
- Windows Mobile (1)
- Oracle数据库 (1)
- 电子政务应用 (1)
- 语音压缩 (1)
- 数值算法/人工智能 (1)
- 3G开发 (1)
- 金融证券系统 (1)
- 人物传记/成功经验 (1)
- SCSI/ASPI (1)
- 行业发展研究 (1)
- CA认证 (1)
- MTK (1)
- Symbian (1)
- Modem编程 (1)
- 手机短信编程 (1)
- 认证考试资料 (1)
- Windows编程 (1)
- 软件 (1)
- 笔记 (1)
其他书籍 this is the book for vhdl which is explained for beggining student . it is so much easy to understan
this is the book for vhdl which is explained for beggining student . it is so much easy to understand for the beginners.so just read it.
编辑器/阅读器 ds18b20 digitsl 1-wire thermometer with programmable resolution code for initialization write and re
ds18b20 digitsl 1-wire thermometer with programmable resolution code for initialization write and read and convert temperature functions
Linux/Unix编程 很珍贵的资料
很珍贵的资料,本人花了近一年的时间才稿定了,这个主要说明cip控制协议在linux的编程说明及数据包装。先上转read数据包装方式,有空再上传write的。
数据结构 The task in this assignment is to implement an airline routing system. Your system should be able t
The task in this assignment is to implement an airline routing system. Your
system should be able to read in a
ight network as a graph from a le, where
airports are represented as vertices and
ights between airports are represented
as edges, take as input two airports and calculate the shortest ro ...
数学计算 svd 算法代码 This directory contains instrumented SVDPACKC Version 1.0 (ANSI-C) programs for compiling
svd 算法代码
This directory contains instrumented SVDPACKC Version 1.0 (ANSI-C)
programs for compiling within the "svdrun" script. The "svdsum"
script can be run after all output files of the form <dataset>.outN,
where N=1,2,... have been produced by svdrun. more details please read the file read ...
Windows编程 Windows read compass sensor code
现在很多windows平板 带有很多sensor&nbsp;
本代码可以运行在win8、win10下 读取compass的值
只要稍加修改API中的参数 即可读取其他sensor的值
大家可以从中学习如何在windows下如何读取传感器数值
例如Lightsensor Accelerometer Gyrometer P-sensor等
...
源码 atmel studio ICM30630
The package can read ICM30630 raw datas by SPI interface.
软件 PL0语言设计一个词法分析器
PL0语言是与pascal类似的语言,但是比pascal语言的词法、语法更加严格苛刻。
在PL0语言中,只有五种类型的单词:关键字、用户自定义标识符、数字、特殊符号以及非法标识符。
根据题目给出的PL0的文法,关键字只有如下几个:
Const——用来声明常量;
Var——用来声明变量;
Procedure——用来声明过程;
...