control

共 2,028 篇文章
control 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 2028 篇文章,持续更新中。

WiseMAC is a medium access control protocol designed for the WiseNETTMwireless sensor network. It i

WiseMAC is a medium access control protocol designed for the WiseNETTMwireless sensor network. It is based on CSMA and uses the preamble sampling technique to minimize the power consumed when liste

Neural network based ship heading control

Neural network based ship heading control

Advanced handoff control using fuzzy inference for indoor radio system.rar

Advanced handoff control using fuzzy inference for indoor radio system.rar

Copy gen_jmsn.dll to your Winamp Plugins Directory. JMSN Auto Nickname Changer plugins support only

Copy gen_jmsn.dll to your Winamp Plugins Directory. JMSN Auto Nickname Changer plugins support only winamp 2.x version. [StartUp] In Tools -> Options.. -> Auto Nickname tabs, Configure your

简单地说

简单地说,Spring 是一个以控制倒置(Inversion of Control)原则为基础的轻量级框架。控制倒置是一个用于“基于组件的体系结构”的设计模式,它将“判断依赖关系”的职责移交给容器,而不是由组件本身来判断彼此之间的依赖关系。当在Spring内实现组件时, 容器“轻量级”的方面就展现出来了:针对Spring开发的组件不需要任何外部库;而且, 容器是轻量级的,它避免了像EJB容器那样的

Winsock_Control是一个基于网络的CS程序。非常好用。大家也可以下来试试。

Winsock_Control是一个基于网络的CS程序。非常好用。大家也可以下来试试。

This paper reviews the techniques that have been developed for error control and concealment in the

This paper reviews the techniques that have been developed for error control and concealment in the past 10–15 years

Linux socket programming delves into many particulars of network programming. It is organized into f

Linux socket programming delves into many particulars of network programming. It is organized into five specific parts: network programming from the client perspective, The Server Perspective and Load

Distributed embedded control system

Distributed embedded control system

RF Wireless is st_tr1100_pa. It uses CC1100 control everything its.

RF Wireless is st_tr1100_pa. It uses CC1100 control everything its.

Korea, a data table control 韩国控件数据表 升级版 很好用

Korea, a data table control 韩国控件数据表 升级版 很好用

po asm file for remote control source

po asm file for remote control source

This MagicARM 2410 GPRS sample codes and BENQ M22 GPRS datasheet, the sample code inlcude GPRS dialu

This MagicARM 2410 GPRS sample codes and BENQ M22 GPRS datasheet, the sample code inlcude GPRS dialup, GPRS SMS and GPRS Remote Control

try to connect your com serial with your arm kit and see the led control executable binary ...

try to connect your com serial with your arm kit and see the led control executable binary ...

这是在源有代码上修改的驱动,具有BULK,ISO,CONTROL等传输模式,可通过DA,DB命令向Cypress68013ar芯片写入并读取相关信息,同时可以将从USB总线上获取的数据直接保存为文件的

这是在源有代码上修改的驱动,具有BULK,ISO,CONTROL等传输模式,可通过DA,DB命令向Cypress68013ar芯片写入并读取相关信息,同时可以将从USB总线上获取的数据直接保存为文件的功能

This demonstration shows how a ZigBee coordinator can be set up. This demo allows the Demonstratio

This demonstration shows how a ZigBee coordinator can be set up. This demo allows the Demonstration Board (PICDEM Z or Explorer 16) to act as either a "Switching Load Controller" (e.g. a light) o

generalized predictive control

generalized predictive control

To control EEPROM (for example AT24C16),This document introduce TWI communication with ATmega128.

To control EEPROM (for example AT24C16),This document introduce TWI communication with ATmega128.

It is an embedded C program written to control ADC0832 with MCU P89V51RD2. There are R/W function. A

It is an embedded C program written to control ADC0832 with MCU P89V51RD2. There are R/W function. All code are proven to be worked.

5位的操作数X和Y输入后暂存在寄存器A和B中

5位的操作数X和Y输入后暂存在寄存器A和B中,两位的操作控制码control暂存在寄存器C中,按照control码的不同,分布实现下列操作: 00控制X+Y 01控制X-Y 10控制X and Y 11控制 X xor Y 运算结果暂存在寄存器D中,然后输出。