代码搜索:数字对讲机
找到约 10,000 项符合「数字对讲机」的源代码
代码结果 10,000
www.eeworm.com/read/389693/2539940
java iordernumber.java
package book.oo.factory;
/**
* 接口类,完成数字的排序功能
*/
public interface IOrderNumber {
/**
* 对整数按升序排序
* @param intArray 待排序的整数数组
* @return 排序后的整数数组
*/
public int[] orderASC(int[] intA
www.eeworm.com/read/389098/2543901
s43 flash.s43
;****************************************************************************
; 文件名称:
; flash.s43
; 文件说明:
; 程序向片内Flash 从 0x1080 起始的位置写数字,然后读出写入的数据并
; 存放在以 0x200 开始的
www.eeworm.com/read/386105/2573637
java userexceptionexam.java
import java.io.*;
//用户定义的异常,由Exception类派生
class UnSafePasswordException extends Exception {
public UnSafePasswordException() {
super("密码过于简单,安全密码的长度应大于6,且必须包含数字、大写字符和小写字母");
}
public U
www.eeworm.com/read/385880/2583228
s43 flash.s43
;****************************************************************************
; 文件名称:
; flash.s43
; 文件说明:
; 程序向片内Flash 从 0x1080 起始的位置写数字,然后读出写入的数据并
; 存放在以 0x200 开始的
www.eeworm.com/read/374330/2754227
cs md5.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace AssetsSystem.Inc
{
class MD5
{
// 格式化md5 hash 字节数组所用的格式(两位小写16进制数字)
private static rea
www.eeworm.com/read/368804/2806690
java digsum--2.3.java
[例2.3] 求一个三位数的数字之和.
Public class Digsum
{
public static void main(String args[])
{
int n=234, a=0, b=0, c=0, sum=0;
a=n%10;
b=(n%100) /10;
c=n/100;
www.eeworm.com/read/259050/4347816
s43 flash.s43
;****************************************************************************
; 文件名称:
; flash.s43
; 文件说明:
; 程序向片内Flash 从 0x1080 起始的位置写数字,然后读出写入的数据并
; 存放在以 0x200 开始的
www.eeworm.com/read/256201/4370200
s43 flash.s43
;****************************************************************************
; 文件名称:
; flash.s43
; 文件说明:
; 程序向片内Flash 从 0x1080 起始的位置写数字,然后读出写入的数据并
; 存放在以 0x200 开始的
www.eeworm.com/read/475959/6771288
cpp 11_4.cpp
#include
using namespace std;
int IntNum()
{ char ch; int n;
while (cin.get(ch)) //字符是数字,放回cin流中使其可以作为完整整数读入
if (ch >= '0' && ch > n; break;
www.eeworm.com/read/472372/6876140
c timer.c
#include "timer.h"
void InitBt(void)
{
BTCTL=BT_ADLY_1000; // for 1s timer interrupt
//IE2 &= ~BTIE;
IE2 |= BTIE;
}
//时间值转换为LCD显示的单个数字
void time_convert(void)
{
time_disbu