代码搜索:数字对讲机
找到约 10,000 项符合「数字对讲机」的源代码
代码结果 10,000
www.eeworm.com/read/375380/9362185
plg shuzizhong.plg
礦ision3 Build Log
Project:
H:\数字钟\shuzizhong.uv2
Project File Date: 10/31/2008
Output:
www.eeworm.com/read/170114/9818849
c 7-39.c
/* 将字符串a 与字符串b转换成数字后相加*/
#include
main()
{
char *a="–100.23";
char *b="200e-2";
float c;
c=atof(a)+atof(b);
printf("c=%.2f\n",c);
}
www.eeworm.com/read/365074/9880204
c count.c
/*count.c: 统计各个数字、空白及其它字符的次数*/
int puts(char *);
int printf(char *fmt, int);
int getchar();
int main(void)
{
int c, i, nwhite, nother;
int ndigit[10];
nwhite = nother = 0;
i = 0;
while (i < 10)
www.eeworm.com/read/168054/9940915
c data.c
#include
#include
#include
void dat_add_num(double num)//置数字数据
{
if (num_dat_sta==NULL)
{
num_dat_sta=(struct num_dat *)malloc(sizeof(struct num_d
www.eeworm.com/read/363302/9960685
vhd decoder_display.vhd
library ieee;
use ieee.std_logic_1164.all;
entity decoder_display is
port( clk : in std_logic;
data : in std_logic_vector(9 downto 0); --用于数字键0-9输入
q : out std_logic_vector(6 downto
www.eeworm.com/read/363075/9968777
java letterrandom.java
package Random;
import java.util.Random;
/**
* LetterRandom类主要用于生成指定长度的大小写及数字混合的随机字符串.
* @author shif
* */
class MyRandom {
private int max;
private int min;
private int num;
pr
www.eeworm.com/read/359826/10122417
asm keymic.asm
;小电子琴,按P3口的小键盘喇叭发出不同频率的声音。同时数码管显示不同的数字。
;***************************************************************************
;* sxj1974@163.com (51c51 test web) www.8951.com *
;* Create by
www.eeworm.com/read/359826/10122809
asm key.asm
;键盘控制的数字显示与小灯。按p32,p33,p34,p35,分别全部显示0123
;***************************************************************************
;* sxj1974@163.com (51c51 test web) www.8951.com *
;* Create b
www.eeworm.com/read/356617/10223967
c main.c
//----------------------------------------------------------
//注意:LCD1602为字符型的 所以要显示的必须是字符
// 在显示做计数时,初值要是 字符型的 如 :'0' 而不是: 0
// 可以通过在整型数字后面加 '0' 如 i+='0'
//----------------------------
www.eeworm.com/read/426072/10290661
html tupian.html
/* 数字按钮框样式 */
#imgTitle {FILTER:ALPHA(opacity=70);position:relative;left:0px;text-align:left;overflow: hidden;}
#imgTitle_up {left:0px;text-align: left; height:1px; width:i