代码搜索:数字对讲机
找到约 10,000 项符合「数字对讲机」的源代码
代码结果 10,000
www.eeworm.com/read/392770/8326693
c ex6-2.c
/*
标题:范例 6-2
版本:1.0
Target:89S51
程序描述:数字电压表*/
/* **************************************************** */
#include
#define TIMER0_COUNT 0xDC11 /* 10000h-(11,059,200/(12*
www.eeworm.com/read/392619/8332720
c ex6-2.c
/*
标题:范例 6-2
版本:1.0
Target:89S51
程序描述:数字电压表*/
/* **************************************************** */
#include
#define TIMER0_COUNT 0xDC11 /* 10000h-(11,059,200/(12*
www.eeworm.com/read/292599/8346323
txt ds18b20vddl.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity temperature is
port( clk:in std_logic;-------时钟1MHz
dq:in std_logic;---------数字温度串行输入端口
d:out std_logic;
www.eeworm.com/read/171455/9753462
java orderid.java
package order.common;
// 这个类负责产生订购单编号
public class OrderId{
public OrderId()
{ }
// 订购单编号有数字和字母组成
static char[] digits = {
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9',
'A', 'B',
www.eeworm.com/read/268659/11126298
c ex6-2.c
/*
标题:范例 6-2
版本:1.0
Target:89S51
程序描述:数字电压表*/
/* **************************************************** */
#include
#define TIMER0_COUNT 0xDC11 /* 10000h-(11,059,200/(12*
www.eeworm.com/read/268036/11156117
cpp main.cpp
#include
typedef struct node
{
int data;
node *next;
}NODE;
int main()
{
coutm>>n;
NODE *p=NULL;
NODE *head=new NODE;
head->next=
www.eeworm.com/read/267440/11178571
asm ds1302ok.asm
;DS1302的数字钟,在128x64的点阵上显示年月日时间等信息
;==========程序设计spillar,2007-08-18=============
;**********************************************************
;* 基于DS1302的时钟电路设计 *
;*********************************
www.eeworm.com/read/267074/11195636
h str.h
//文件str.h
#include
using namespace std;
#ifndef SELECT_STR
#define SELECT_STR
/*************************************************************************
如果字符串中含有大小写字母和阿拉伯数字以外的字符,则返