搜索结果
找到约 121 项符合
Connected 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (16)
- 书籍 (13)
- 单片机开发 (8)
- 技术资料 (8)
- 汇编语言 (7)
- Java编程 (4)
- Linux/Unix编程 (3)
- 数值算法/人工智能 (3)
- 微处理器开发 (3)
- 其他嵌入式/单片机内容 (3)
- 电源技术 (2)
- 其他 (2)
- J2ME (2)
- DSP编程 (2)
- 其他书籍 (2)
- 文章/文档 (2)
- 人工智能/神经网络 (2)
- 电子书籍 (2)
- VC书籍 (2)
- matlab例程 (2)
- 书籍源码 (2)
- 网络 (2)
- VHDL/FPGA/Verilog (2)
- 其他 (2)
- 驱动程序 (1)
- PCB图/BOM单/原理图 (1)
- 模拟电子 (1)
- 教程资料 (1)
- 通信网络 (1)
- 无线通信 (1)
- C/C++语言编程 (1)
- 开发工具 (1)
- 实用工具 (1)
- 可编程逻辑 (1)
- 工控技术 (1)
- 测试测量 (1)
- 其他数据库 (1)
- Internet/网络编程 (1)
- 串口编程 (1)
- 行业发展研究 (1)
- 软件设计/软件工程 (1)
- Oracle数据库 (1)
- 嵌入式/单片机编程 (1)
- 编译器/解释器 (1)
- 其他行业 (1)
- Delphi/CppBuilder (1)
- Java书籍 (1)
- 工业控制 (1)
- 论文 (1)
嵌入式/单片机编程 This designs demonstrates how to use the Ethernet port using a Nios II system on the DE2 board. It s
This designs demonstrates how to use the Ethernet port using a Nios II system on the DE2 board. It sends packets, and using a loopback Ethernet cable, it ll receive the same packets which are then displayed. It also works if the board is connected to another packet source.
其他书籍 輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括 1) base C++ review, 2) Pointers and Dynamic Objects, 3) R
輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括
1) base C++ review,
2) Pointers and Dynamic Objects,
3) Recursion,Linked Lists,
4) Stacks and Queues,
5) Algorithm Analysis,
6) Insertion Sort and Mergesort,
7) Quicksort,
8) Heaps and Heapsort,
9) Lower Bound of Sorting and Radix Sort,
...
其他嵌入式/单片机内容 WAP browser is based on the Wireless Application Protocol web browser, WAP1.3 will enable mobile pho
WAP browser is based on the Wireless Application Protocol web browser, WAP1.3 will enable mobile phones and other devices connected to the Internet, browse the Internet website.
文章/文档 The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general co
The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control
and data transfer communication between ICs.
Some of the features of the I2C bus are:
&#8226 Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A
...
微处理器开发 ST32 基于(英蓓特)STM32V100的EXTI程序 This example shows how to configure an external interrupt line. In t
ST32
基于(英蓓特)STM32V100的EXTI程序
This example shows how to configure an external interrupt line.
In this example, the EXTI line 9 is configured to generate an interrupt on each
falling edge. In the interrupt routine a led connected to PC.06 is toggled.
This led will be toggled due to the softa ...
单片机开发 The ADC0803 family is a series of three CMOS 8-bit successive approximation A/D converters using a
The ADC0803 family is a series of three CMOS 8-bit successive
approximation A/D converters using a resistive ladder and
capacitive array together with an auto-zero comparator. These
converters are designed to operate with microprocessor-controlled
buses using a minimum of external circuitry. The 3-S ...
其他书籍 15篇光流配准经典文献
15篇光流配准经典文献,目录如下:
1、A Local Approach for Robust Optical Flow Estimation under Varying
2、A New Method for Computing Optical Flow
3、Accuracy vs. Efficiency Trade-offs in Optical Flow Algorithms
4、all about direct methods
5、An Introduction to OpenCV and Optical Flow
6、Bayesian Real ...
人工智能/神经网络 neural network utility is a Neural Networks library for the C++ Programmer. It is entirely object o
neural network utility is a Neural Networks library for the
C++ Programmer. It is entirely object oriented and focuses
on reducing tedious and confusing problems of programming neural networks.
By this I mean that network layers are easily defined. An
entire multi-layer network can be created in a f ...
人工智能/神经网络 % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is p
% Train a two layer neural network with the Levenberg-Marquardt
% method.
%
% If desired, it is possible to use regularization by
% weight decay. Also pruned (ie. not fully connected) networks can
% be trained.
%
% Given a set of corresponding input-output pairs and an initial
% network,
% ...
matlab例程 Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Ne
Train a two layer neural network with a recursive prediction error
% algorithm ("recursive Gauss-Newton"). Also pruned (i.e., not fully
% connected) networks can be trained.
%
% The activation functions can either be linear or tanh. The network
% architecture is defined by the matrix NetDef , w ...