搜索结果
找到约 142 项符合
RE 的查询结果
按分类筛选
- 全部分类
- 其他 (10)
- 书籍 (10)
- 其他书籍 (8)
- Linux/Unix编程 (6)
- 技术资料 (6)
- 软件工程 (5)
- 单片机开发 (5)
- matlab例程 (4)
- Java书籍 (4)
- VC书籍 (4)
- 单片机编程 (3)
- 驱动编程 (3)
- 数值算法/人工智能 (3)
- 文章/文档 (3)
- 人工智能/神经网络 (3)
- 书籍源码 (3)
- 电子书籍 (3)
- 嵌入式/单片机编程 (3)
- Applet (2)
- 数学计算 (2)
- 行业发展研究 (2)
- 编译器/解释器 (2)
- 汇编语言 (2)
- Delphi控件源码 (2)
- Java编程 (2)
- 通讯编程文档 (2)
- 邮电通讯系统 (2)
- 游戏 (2)
- 教程 (2)
- 行业应用文档 (1)
- 模拟电子 (1)
- 电源技术 (1)
- 教程资料 (1)
- 嵌入式综合 (1)
- ARM (1)
- 技术书籍 (1)
- C/C++语言编程 (1)
- 可编程逻辑 (1)
- 数据结构 (1)
- 加密解密 (1)
- Delphi/CppBuilder (1)
- 人物传记/成功经验 (1)
- 其他嵌入式/单片机内容 (1)
- 微处理器开发 (1)
- 技术管理 (1)
- 文件格式 (1)
- 网络 (1)
- VHDL/FPGA/Verilog (1)
- 系统设计方案 (1)
- J2ME (1)
- 其他数据库 (1)
- MySQL数据库 (1)
- FlashMX/Flex源码 (1)
- 通讯/手机编程 (1)
- 软件设计/软件工程 (1)
- JavaScript (1)
- 编辑器/阅读器 (1)
- SQL Server (1)
- 多媒体处理 (1)
- 论文 (1)
- 习题答案 (1)
- 源码 (1)
- VIP专区 (1)
教程资料 使用Artix-7 FPGA 降低您的系统功耗与成本
As businesses and consumers expect more fromportable electronics, the FPGA industry has beencompelled to re-think how it serves these low-power,cost-sensitive markets. Application classes like
嵌入式综合 LabVIEW for Everyone(经典英文书籍)
The #1 Step-by-Step Guide to labviewNow Completely Updated for labview 8!
 
Master labview 8 with the industry's friendliest, most intuitive tutorial: labview for Everyone, Third Edition. Top labview experts Jeffrey Travis and Jim Kring teach labview the easy way: through carefully explained, s ...
ARM LPC1300系列产品勘误数据手册
On the LPC13xx, programming, erasure and re-programming of the on-chip flash can be performed using In-System Programming (ISP) via the UART serial port, and also, can be performed using In-Application Programming (IAP) calls directed by the end-user code. For In-System Programming (ISP) via the UAR ...
技术书籍 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' ...
C/C++语言编程 基于单片机的简单电子琴(源代码)
简单电子琴的51单片机程序
#include<reg51.h>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//包含51单片机寄存器定义的头文件
sbit&nbsp;P14=P1^4; &nbsp;&nbsp;&nbsp;&nbsp;//将P14位定义为P1.4引脚
sbit&nbsp;P15=P1^5;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//将P15位定义为P1.5引脚
sbit&nbsp;P ...
可编程逻辑 使用Artix-7 FPGA 降低您的系统功耗与成本
As businesses and consumers expect more fromportable electronics, the FPGA industry has beencompelled to re-think how it serves these low-power,cost-sensitive markets. Application classes like
驱动编程 The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the re
The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plug and Play and Power Management, and is 64-bit compliant.
书籍源码 The source code for "C++ Solutions". This book is a companion to the book that is widely recognized
The source code for "C++ Solutions". This book is a companion to the book that is widely recognized as "the C++ bible": The C++ Programming Language (third edition) by Bjarne Stroustrup. If you re a programmer, Bjarne s book comes very highly recommended.
数值算法/人工智能 The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine th
The cart with an inverted pendulum, shown below, is "bumped" with an impulse
force, F. Determine the dynamic equations of motion for the system, and lin
earize about the pendulum s angle, theta = Pi (in other words, assume that p
endulum does not move more than a few degrees away from the vertical, ...
Applet The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That c
The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That call is necessary because if the user moves the columns around, the view s index for the column doesn t match the model s index for the column. For example, the user might drag the Vegetarian column (w ...