代码搜索:数字对讲机
找到约 10,000 项符合「数字对讲机」的源代码
代码结果 10,000
www.eeworm.com/read/454881/7381982
c 时钟_1602.c
#include
#include
#define uchar unsigned char
uchar tmp[4]= {"28^C"};
uchar num[12]={"0123456789 :"};//数字数数组
uchar time[8]={0};
uchar t1_set[4]={0};
uchar adj[6]={"adjust
www.eeworm.com/read/447287/7555146
htm 8-21.htm
function test(form) {
if (form.text.value == "")
alert("你喜欢的颜色是什么?")
else {
document.bgColor=(""+form.text.value+"");
www.eeworm.com/read/444881/7603831
c disp.c
#include "public.h"
void display(void)
{
//做成楼层数字符
make16_16text();
m_cLineIdx=0;
while(1){
//做成16x5的行缓冲
make16_5line(m_RecData.cDirect);
//做
www.eeworm.com/read/440725/7682780
c 66.c
#include
#include
char c_je[51]; /*大写金额字符变量*/
char* zh( x ) /*数字金额转换为大写金额子程序*/
double x; /*要转换的金额数*/
{
int i, n, bz;
cha
www.eeworm.com/read/436294/7772991
txt 001.txt
第六章 时间、日期和数字
例子1
import java.util.Date;
import java.text.SimpleDateFormat;
class Example6_1
{ public static void main(String args[])
{ Date nowTime=new Date();
System.out.println(now