搜索结果

找到约 222 项符合 Table 的查询结果

DSP编程 This program requires the DSP2833x header files. // // This program requires an external I2C RT

This program requires the DSP2833x header files. // // This program requires an external I2C RTC connected to // the I2C bus at address 0x6f. // // As supplied, this project is configured for "boot to SARAM" // operation. The 2833x Boot Mode table is shown below. // For information o ...
https://www.eeworm.com/dl/516/464477.html
下载: 148
查看: 1067

DSP编程 This program requires the DSP2833x header files. // // As supplied, this project is configured

This program requires the DSP2833x header files. // // As supplied, this project is configured for "boot to SARAM" // operation. The 2833x Boot Mode table is shown below. // For information on configuring the boot mode of an eZdsp, // please refer to the documentation included with the ...
https://www.eeworm.com/dl/516/464479.html
下载: 84
查看: 1068

行业发展研究 C8051F340/1/2/3/4/5/6/7 devices are fully integrated mixed-signal System-on-a-Chip MCUs. Highlighted

C8051F340/1/2/3/4/5/6/7 devices are fully integrated mixed-signal System-on-a-Chip MCUs. Highlighted features are listed below. Refer to Table 1.1 for specific product feature selection
https://www.eeworm.com/dl/692/477662.html
下载: 185
查看: 1038

嵌入式/单片机编程 The potential of solving real-time demanding industrial applications, using vision-based algorithms

The potential of solving real-time demanding industrial applications, using vision-based algorithms, drastically grew due to an increasing availability of computational power. In this thesis a novel real-time, vision-based Blackjack analysis system is presented. The embedding of the vision algorithm ...
https://www.eeworm.com/dl/647/480268.html
下载: 166
查看: 1049

其他书籍 本书是英文版

本书是英文版,但内容非常不错,本书目录如下: Table of Contents SIP—Understanding the Session Initiation Protocol, Second Edition Foreword to the First Edition Preface to - the Second Edition Preface to - the First Edition Chapter 1 - SIP and the Internet Chapter 2 - Introduction to SIP Chapter 3 - ...
https://www.eeworm.com/dl/542/488637.html
下载: 33
查看: 1065

SQL Server Beginning with tips for the person who is programming with SQL for the first time, SQL Tips and Tech

Beginning with tips for the person who is programming with SQL for the first time, SQL Tips and Techniques grows with your skills. You can start with Tip 1, "Understanding the Definition of a Database," and by the last Tip, "Displaying Image Data Stored Within a SQL Table," you will have covered all ...
https://www.eeworm.com/dl/689/492205.html
下载: 28
查看: 1060

认证考试资料 This guide explains how data networks operate, why data systems are becoming more complicated, and h

This guide explains how data networks operate, why data systems are becoming more complicated, and how data networks are changing to permit broadband services and applications. Table of Contents Introduction To Data Networks—PDN, LAN, MAN, WAN, and Wireless Data, Technologies and System ...
https://www.eeworm.com/dl/698/493659.html
下载: 172
查看: 1068

其他 php+mysql物流配送网

一个实现全程跟踪服务的物流管理系统。采用PHP+mysql开发,附带所有源程序及数据表。-A follow-up services to achieve the whole system of logistics management. Developed using PHP+ mysql, with all source code and data in table form.
https://www.eeworm.com/dl/507277.html
查看: 18

单片机编程 用定时器以间隔500MS在6位数码管上依次显示0、1、 2、3….C、D、E、F,重复。

#include<reg51.h> #define uchar unsigned char #define uint unsigned int uint i,j; sbit dula=P2^6; sbit wela=P2^7; uchar code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d, 0x7d,0x07,0x7f,0x6f,0x77,0x7c, 0x39,0x5e,0x79,0x71}; void main() {  j=0; i=0;     TMOD=0X01; TH0=(65536-50000)/256; TL ...
https://www.eeworm.com/dl/509595.html
下载: 1
查看: 605

单片机编程 红外解码程序

/*  * _168ZHONGDUAN2.c  *  * Created: 2014/11/2 15:12:45  *  Author: lenovo  */  #include <avr/io.h> #include <avr/iom168pa.h> #include <avr/interrupt.h> #include <util/delay.h> #include <avr/eeprom.h> //#include <util/delay_basic.h> //unsigned char const SEGtabl ...
https://www.eeworm.com/dl/509771.html
查看: 52