搜索结果
找到约 516 项符合
tutorial 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (83)
- Java书籍 (42)
- 技术资料 (40)
- VC书籍 (31)
- 软件设计/软件工程 (28)
- Java编程 (22)
- 电子书籍 (20)
- 其他 (17)
- 文章/文档 (17)
- 软件工程 (15)
- VHDL/FPGA/Verilog (14)
- DSP编程 (12)
- 通讯编程文档 (10)
- matlab例程 (10)
- 文件格式 (9)
- 人工智能/神经网络 (9)
- 模拟电子 (7)
- Linux/Unix编程 (7)
- 嵌入式/单片机编程 (7)
- 行业发展研究 (7)
- 驱动编程 (6)
- 书籍源码 (5)
- Oracle数据库 (5)
- 电源技术 (4)
- 通讯/手机编程 (4)
- 游戏 (4)
- VIP专区 (4)
- 书籍 (3)
- 可编程逻辑 (3)
- 编辑器/阅读器 (3)
- 汇编语言 (3)
- 单片机开发 (3)
- STL (3)
- JavaScript (3)
- 其他嵌入式/单片机内容 (3)
- 数值算法/人工智能 (2)
- 技术教程 (2)
- 嵌入式综合 (2)
- 教程资料 (2)
- 源码/资料 (2)
- 网络 (2)
- 嵌入式Linux (2)
- 微处理器开发 (2)
- J2ME (2)
- Delphi/CppBuilder (2)
- Delphi控件源码 (2)
- 其他行业 (2)
- 系统设计方案 (2)
- 教程 (1)
- 单片机编程 (1)
- 行业应用文档 (1)
- 无线通信 (1)
- 接口技术 (1)
- 学术论文 (1)
- 加密解密 (1)
- 数据库系统 (1)
- 电子元器件应用 (1)
- 测试测量 (1)
- 开发工具 (1)
- 实用工具 (1)
- 传感与控制 (1)
- 通信网络 (1)
- 工控技术 (1)
- allegro (1)
- Internet/网络编程 (1)
- 串口编程 (1)
- 编译器/解释器 (1)
- 传真(Fax)编程 (1)
- 数学计算 (1)
- 数据结构 (1)
- Windows CE (1)
- Symbian (1)
- 中间件编程 (1)
- RFID编程 (1)
- MacOS编程 (1)
Linux/Unix编程 Learn how to build a custom Linux® distribution to use in an embedded environment, in this case
Learn how to build a custom Linux&reg distribution to use in an embedded environment,
in this case to drive a Technologic Systems TS-7800 single-board computer. In this
tutorial, you learn about cross-compiling, the boot loader, file systems, the root file
system, disk images, and the boot process, ...
其他书籍 Visual Basic Shell Programming ventures where none have gone before by showing how to develop shell
Visual Basic Shell Programming ventures where none have gone before by showing how to develop shell extensions that more closely integrate an application with the Windows shell, while at the same time providing an advanced tutorial-style treatment of COM programming with Visual Basic. Each major typ ...
模拟电子 校准触摸屏系统研究
Abstract: Mechanical misalignment and scaling factors lead to a mismatch between the values coming from a touchscreen panel (as translated by a touch screen controller) and the display (typically an LCD) on which the touch screenpanel is mounted. This tutorial discusses how to calibrate the touch ...
传感与控制 微机电系统(MEMS)控制驱动讨论
Abstract: The number of uses for microelectromechanical systems (MEMS) is growing—they allow us todo jobs once considered impossible. This tutorial explains the applications for MEMS and the increasingneed to provide precision control and drivers for these devices. Design and manufacturing c ...
模拟电子 为什么我的CMOS逻辑电路烧起来了
Abstract: What can be simpler than designing with CMOS and BiCMOS? These technologies are very easy to use butthey still require careful design. This tutorial discusses the odd case of circuits that seem to work but exhibit somepeculiar behaviors—including burning the designer's fingers! ...
其他书籍 This book is about using Python to get jobs done on Windows.This intended to be a practical book foc
This book is about using Python to get jobs done on Windows.This intended to be a practical book focused on tasks. It doesn t aim to teach Python programming, although we do provide a brief tutorial. Instead, it aims to cover:How Python works on Windows The key integration technologies supported by ...
人工智能/神经网络 Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right
Hidden_Markov_model_for_automatic_speech_recognition
This code implements in C++ a basic left-right hidden Markov model
and corresponding Baum-Welch (ML) training algorithm. It is meant as
an example of the HMM algorithms described by L.Rabiner (1) and
others. Serious students are directed to the so ...
其他 For advanced geometry, most apps will prefer to load pre-authored meshes from a file. Fortunately,
For advanced geometry, most apps will prefer to load pre-authored
meshes from a file. Fortunately, when using meshes, D3DX does most of
the work for this, parsing a geometry file and creating vertx buffers
for us. This tutorial shows how to use a D3DXMESH
object, including loading it from a file and ...
技术资料 FreeRTOS 用户指南 高清完整版
The FreeRTOS™
Reference Manual API Functions and Configuration OptionsThis document provides a technical reference to both the primary FreeRTOS API1
, and the
FreeRTOS kernel configuration options. It is assumed the reader is already familiar with the
concepts of writing multi tasking applicat ...
驱动编程 This the third edition of the Writing Device Drivers articles. The first article helped to simply ge
This the third edition of the Writing Device Drivers articles. The first article helped to simply get you acquainted with device drivers and a simple framework for developing a device driver for NT. The second tutorial attempted to show to use IOCTLs and display what the memory layout of Windows NT ...