代码搜索:updata
找到约 556 项符合「updata」的源代码
代码结果 556
www.eeworm.com/read/414048/11132512
java tx1.java
import javax.microedition.lcdui.Image;
public class TX1 extends TX
{
public TX1(Image _im,int _x,int _y)
{
super(_im,32,32,16,16);
n=0;
x = _x;
y = _y;
}
public void upDa
www.eeworm.com/read/414048/11132518
java tx2.java
import javax.microedition.lcdui.Image;
public class TX2 extends TX
{
public TX2(Image _im,int _x,int _y)
{
super(_im,33,29,16,14);
n=0;
x = _x;
y = _y;
}
public void upDa
www.eeworm.com/read/449644/7125466
c fw.c
//-----------------------------------------------------------------------------
// File: fw.c
// Contents: Firmware frameworks task dispatcher and device request parser
// sou
www.eeworm.com/read/448390/7534036
h define.h
#define WRled XBYTE[0xfff0]
sbit UpData= P1^3;
sbit DisSwitch = P1^4;
sbit RowA=P1^5;
sbit RowB=P1^6;
sbit RowC=P1^7;
sfr P4=0xe8;
sbit DS1302_CLK = P4^0; //实时时钟时钟线引脚
sbit DS
www.eeworm.com/read/231855/14217690
c main.c
#include "MSP430x16x.h"
#include "SPI.h"
unsigned long int ShootFrequence=10000000,ShootFrequenceComByt,FMFrequence,FMFrequenceComByt; //发射频率
unsigned int ShootAmplitude=0x2f00,TimeData; /
www.eeworm.com/read/225193/14550859
vhd foudiv.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity foudiv is
port(
clk,pclk :in std_logic; --clk:待分频时钟 pclk:按键
clkmd:in std_logic;--按键加减模式
rst:in st
www.eeworm.com/read/225193/14550895
eqn foudiv.map.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/225193/14550980
bak foudiv.vhd.bak
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity foudiv is
port(
clk,pclk :in std_logic; --clk:待分频时钟 pclk:按键
clkmd:in std_logic;--按键加减模式
rst:in st