搜索结果
找到约 310 项符合
Table-driven 的查询结果
单片机编程 用定时器以间隔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 ...
源码 1602数字时钟
# include < reg52.h >
# include < 24C02.h>
# define uint unsigned int
# define uchar unsigned char
&nbsp;
sbit rs = P3^5; &nbsp;//定义lcd1602的rs端
sbit lcden = P3^4;//定义lcd1602的lcden端口
sbit s1 = P3^0;//定义功能键s1
sbit s2 = P3^1;//定义功能键s2
sbit s3 = P3^2;//定 ...
技术资料 行为级综合与版图设计技术
行为级综合与版图设计
•设计目的
•软件构成
•设计流程(Timing Driven)
•初始化设计环境
•常用命令
•基本概念
•设计中的注意事项
•输入/输出文件及文件的管理
•实例
源码 CCS样式选择符设计
CCS样式选择符,初学者,设计,DW,网页制作,大一作业
部分预览:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; cha ...
手册 MSP430G2553
DESCRIPTION
The Texas Instruments MSP430 family of ultra-low-power microcontrollers consists of several devices featuring
different sets of peripherals targeted for various applications. The architecture, combined with five low-power
modes, is optimized to achieve extended battery life in portable m ...
源码 python爬虫获取大量免费有效代理ip--有效防止ip被封
以后再也不用担心写爬虫ip被封,不用担心没钱买代理ip的烦恼了
在使用python写爬虫时候,你会遇到所要爬取的网站有反爬取技术比如用同一个IP反复爬取同一个网页,很可能会被封。如何有效的解决这个问题呢?我们可以使用代理ip,来设置代理ip池。
现在教大家一个可获取大量免费有效快速的代理ip方法,我们访问西刺免费代理i ...
论文 EDA分布估计算法经典论文
压缩包中有5篇论文,分别为《Data-driven analysis of variables and dependencies in continuous optimization problems and EDAs》这是一篇博士论文,较为详细的介绍了各种EDA算法;《Anisotropic adaptive variance scaling for Gaussian estimation of distribution algorithm》《Enhancing Gaussian Estimation of Dis ...
书籍 Cooperative+Communications
Cooperation is not a natural characteristic attributed to humans. The typical human horizon is focused
on short-term gains, which might be due to our instinct-driven subconscious occupying a grander
importance than we dare to admit [1]. Cooperating with other individuals or entities, however, usuall ...
书籍 Coordinated+Multi-Point
Mobile communication has gained significant importance in today’s society. As
of 2010, the number of mobile phone subscribers has surpassed 5 billion [ABI10],
and the global annual mobile revenue is soon expected to top $1 trillion [Inf10].
While these numbers appear promising for mobile operators ...