搜索结果
找到约 222 项符合
Table 的查询结果
按分类筛选
- 全部分类
- Java编程 (23)
- 其他 (14)
- 单片机编程 (12)
- SQL Server (10)
- 其他书籍 (10)
- C/C++语言编程 (9)
- Delphi控件源码 (9)
- JavaScript (8)
- 数据结构 (7)
- Applet (6)
- 单片机开发 (6)
- 其他数据库 (5)
- 文章/文档 (5)
- VHDL/FPGA/Verilog (5)
- 数据库系统 (4)
- 汇编语言 (4)
- Linux/Unix编程 (4)
- 源码 (4)
- 技术资料 (4)
- 电源技术 (3)
- 编译器/解释器 (3)
- 电子书籍 (3)
- 压缩解压 (3)
- DSP编程 (3)
- Oracle数据库 (3)
- 嵌入式综合 (2)
- ARM (2)
- 嵌入式/单片机编程 (2)
- SCSI/ASPI (2)
- 微处理器开发 (2)
- 网络 (2)
- Jsp/Servlet (2)
- 软件设计/软件工程 (2)
- 其他行业 (2)
- 系统设计方案 (2)
- 加密解密 (2)
- 模拟电子 (1)
- 教程资料 (1)
- 通信网络 (1)
- 传感与控制 (1)
- 可编程逻辑 (1)
- 源码/资料 (1)
- *行业应用 (1)
- 通讯编程文档 (1)
- 人工智能/神经网络 (1)
- GPS编程 (1)
- OA系统 (1)
- Java书籍 (1)
- 企业管理 (1)
- 文件格式 (1)
- 书籍源码 (1)
- Modem编程 (1)
- CA认证 (1)
- 软件工程 (1)
- 操作系统开发 (1)
- 中间件编程 (1)
- 嵌入式Linux (1)
- 数学计算 (1)
- 技术管理 (1)
- Ajax (1)
- 磁盘编程 (1)
- 其他嵌入式/单片机内容 (1)
- 行业发展研究 (1)
- 认证考试资料 (1)
- 编辑器/阅读器 (1)
- 手册 (1)
- 论文 (1)
- 书籍 (1)
- VIP专区 (1)
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 ...
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 ...
行业发展研究 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
嵌入式/单片机编程 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 ...
其他书籍 本书是英文版
本书是英文版,但内容非常不错,本书目录如下:
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 - ...
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 ...
认证考试资料 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 ...
其他 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.
单片机编程 用定时器以间隔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()
{&nbsp;
j=0;
i=0;
&nbsp; &nbsp; TMOD=0X01;
TH0=(65536-50000)/256;
TL ...
单片机编程 红外解码程序
/*
&nbsp;* _168ZHONGDUAN2.c
&nbsp;*
&nbsp;* Created: 2014/11/2 15:12:45
&nbsp;* &nbsp;Author: lenovo
&nbsp;*/&nbsp;
#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 ...