搜索结果
找到约 141 项符合
off 的查询结果
按分类筛选
- 全部分类
- 技术资料 (17)
- 单片机编程 (13)
- 单片机开发 (13)
- 其他 (9)
- 书籍 (8)
- 电源技术 (6)
- matlab例程 (5)
- 其他书籍 (5)
- Java编程 (4)
- 可编程逻辑 (3)
- 电子书籍 (3)
- 其他嵌入式/单片机内容 (3)
- 手册 (3)
- 模拟电子 (2)
- 教程资料 (2)
- 技术书籍 (2)
- VC书籍 (2)
- 数学计算 (2)
- Linux/Unix编程 (2)
- 书籍源码 (2)
- Windows CE (2)
- allegro (1)
- 嵌入式综合 (1)
- 开关电源 (1)
- C/C++语言编程 (1)
- 工控技术 (1)
- 测试测量 (1)
- 电子元器件应用 (1)
- uCOS (1)
- 人工智能/神经网络 (1)
- 嵌入式/单片机编程 (1)
- 技术管理 (1)
- 加密解密 (1)
- MySQL数据库 (1)
- 驱动编程 (1)
- 系统设计方案 (1)
- 数据结构 (1)
- USB编程 (1)
- 软件设计/软件工程 (1)
- J2ME (1)
- 软件工程 (1)
- 游戏 (1)
- 汇编语言 (1)
- BREW编程 (1)
- 行业发展研究 (1)
- FlashMX/Flex源码 (1)
- 操作系统开发 (1)
- DSP编程 (1)
- 网络 (1)
- 电子技术 (1)
- 无线通信 (1)
- 源码 (1)
- 笔记 (1)
- VIP专区 (1)
单片机开发 * 程序描述描述: * * 程序分两大部分
* 程序描述描述: *
* 程序分两大部分,当开发板上电的时候拨码开关的第一位是闭合(ON)的状态 *
* 运行LOOP1循环,矩阵键盘有效,数码管显示按键值,同时将按键值通过串口发*
* 送出去。 ...
其他 Some time ago, I stated in another article that I d take the idea of location broadcasting and devel
Some time ago, I stated in another article that I d take the idea of location broadcasting and develop a mobile solution as a follow-up. The problem back then was I had no means to get location data off of a cell phone, or a way to make it useful. My, how times have changed since then! In this artic ...
电子书籍 A programmable digital signal processor (PDSP) is a special-purpose microprocessor with specialized
A programmable digital signal processor (PDSP) is a special-purpose microprocessor
with specialized architecture and instruction set for implementing DSP
algorithms. Typical architectural features include multiple memory partitions (onchip,
off-chip, data memory, program memory, etc.), multiple (gen ...
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 ...
电子书籍 AM26C31CLow Power, I CC = 100 ƒ ⊂ A Typ Operate From a Single 5-V Supply High Spee
AM26C31CLow Power, I
CC
= 100
ƒ ⊂
A Typ
Operate From a Single 5-V Supply
High Speed, t
PLH
= t
PHL
= 7 ns Typ
Low Pulse Distortion, t
sk(p)
= 0.5 ns Typ
High Output Impedance in Power-Off
Conditions
Improved Replacement for AM26LS31
其他书籍 It’s your first day in the lab.Undoubtedly you are experiencing a range of emotions: excitement, cu
It’s your first day in the lab.Undoubtedly you are experiencing a range
of emotions: excitement, curiosity, anxiety. You will be working in
this lab and with a group of people, as well as with your supervisor,
for several years to come. This is the first day of a long commitment
and, for some, a ha ...
其他书籍 A large body of computer-aided techniques has been developed in recent years to assist in the proce
A large body of computer-aided techniques has been developed in recent years to assist
in the process of modeling, analyzing, and designing communication systems . These
computer-aided techniques fall into two categories: formula-based approaches, where the
computer is used to evaluate complex formu ...
其他 C programming is a craft that takes years to perfect. A reasonably sharp person can learn the basics
C programming is a craft that takes years to perfect. A reasonably sharp person can learn the basics of
C quite quickly. But it takes much longer to master the nuances of the language and to write enough
programs, and enough different programs, to become an expert. In natural language terms, this is ...
无线通信 trivium_p3
This document specifies trivium, a hardware oriented synchronous stream cipher which aims to provide a flexible trade-off between speed and area.
单片机编程 红外解码程序
/*
 * _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 ...