搜索结果
找到约 133 项符合
needed 的查询结果
按分类筛选
- 全部分类
- 书籍 (18)
- 单片机编程 (16)
- 驱动编程 (8)
- 技术资料 (8)
- 电源技术 (7)
- 其他 (5)
- 微处理器开发 (5)
- 其他书籍 (5)
- Linux/Unix编程 (4)
- 模拟电子 (3)
- 电子书籍 (3)
- 通讯编程文档 (3)
- 数学计算 (3)
- Java书籍 (3)
- Java编程 (3)
- 嵌入式/单片机编程 (3)
- 软件设计/软件工程 (3)
- 网络 (3)
- DSP编程 (2)
- 加密解密 (2)
- matlab例程 (2)
- 游戏 (2)
- 串口编程 (2)
- VxWorks (2)
- 教程资料 (1)
- 可编程逻辑 (1)
- 数据结构 (1)
- VC书籍 (1)
- 书籍源码 (1)
- 人工智能/神经网络 (1)
- 嵌入式Linux (1)
- 文件格式 (1)
- SQL Server (1)
- Internet/网络编程 (1)
- 行业发展研究 (1)
- 单片机开发 (1)
- VHDL/FPGA/Verilog (1)
- 软件工程 (1)
- BREW编程 (1)
- MySQL数据库 (1)
- C/C++语言编程 (1)
- VIP专区 (1)
matlab例程 Finds a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algo
Finds a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once)
通讯编程文档 The present document specifies the CAMEL Application Part (CAP) supporting the fourth phase of the n
The present document specifies the CAMEL Application Part (CAP) supporting the fourth phase of the network feature Customized Applications for Mobile network Enhanced Logic. CAP is based on a sub-set of the ETSI Core INAP CS-2 as specified by ETSI EN 301 140 1 [26]. Descriptions and definitions prov ...
文件格式 We present a particle filter construction for a system that exhibits time-scale separation. The sep
We present a particle filter construction for a system that exhibits
time-scale separation. The separation of time-scales allows two simplifications
that we exploit: i) The use of the averaging principle for the
dimensional reduction of the system needed to solve for each particle
and ii) the factor ...
驱动编程 This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest i
This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest in the topic, so this article will pick up where the first left off. The main focus of these articles will be to build up little by little the knowledge needed to write device drivers. In this article, ...
其他书籍 μC/OS-II Goals Probably the most important goal of μC/OS-II was to make it backward compatible with
μC/OS-II Goals
Probably the most important goal of μC/OS-II was to make it backward compatible with μC/OS (at least from an
application’s standpoint). A μC/OS port might need to be modified to work with μC/OS-II but at least, the application
code should require only minor changes (if any). Als ...
游戏 Motoko it s a 2D library to handle the graphical user interface of the game. It supports the basic c
Motoko it s a 2D library to handle the graphical user interface of the game. It supports the basic controls of the windows GUI look like: PictureBox, TextBox, ListBox, LabelBox, ControlListBox, ComboBox, Button, CheckButton, Dialog, Panel, HScrollBar and VScrollBar. It uses the library CRM32Pro, so ...
matlab例程 This document is intended to serve as an introduction to Wavelet processing through a set of Matlab
This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. These scripts are selfs contents (needed additional ...
SQL Server LiteSQL is a C++ library that integrates C++ objects tightly to relational database and thus provide
LiteSQL is a C++ library that integrates C++ objects tightly to relational database and thus provides an object persistence layer. LiteSQL supports SQLite3, PostgreSQL and MySQL as backends. LiteSQL creates tables, indexes and sequences to database and upgrades schema when needed.
数学计算 The program md.f implements a simple molecular dynamics simulation in continuous real space. The vel
The program md.f implements a simple molecular dynamics simulation in continuous real space. The velocity Verlet algorithm is used to implement the time stepping. The force and energy computations are performed in parallel, as is the time integration. (The program uses some Fortran90 features, so an ...
Java编程 Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write
Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you ...