代码搜索:数字传感器
找到约 10,000 项符合「数字传感器」的源代码
代码结果 10,000
www.eeworm.com/read/228862/14359273
java jlab1002a.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
class Calculator extends JFrame{
JFrame frame; //顶层容器
JButton numberButton[]; //数字按钮
JButton operationButton[]; //
www.eeworm.com/read/227959/14405349
c display.c
/////////////////////////////////////////////////////////////
// LED点阵显示函数
// 显示字符A-Z以及数字0-9
//
#include "at89x52.h"
#include "common.h"
#include "display.h"
/////////////////////////////
www.eeworm.com/read/10834/190984
txt read.txt
http://www.51c51.com/TEST/XL1000/xl1000623.htm
实验23综合实验 18B20数字温度显示系统
www.eeworm.com/read/20484/834592
dat bookinfo.dat
[General Information]
书名=高等学校试用教材 脉冲与数字电路 下册
作者=顾德仁
页数=408
SS号=410185079
出版日期=
www.eeworm.com/read/20420/922526
dat bookinfo.dat
[General Information]
书名=脉冲数字电路及其应用(中册)
作者=BEXP
页数=448
下载位置=http://211.154.103.13/diskjsj/js229/06/!00001.pdg
www.eeworm.com/read/20487/923040
dat bookinfo.dat
[General Information]
书名=高等学校试用教材 脉冲与数字电路 上册
作者=顾德仁
页数=325
SS号=410185129
出版日期=
www.eeworm.com/read/28229/995883
c main.c
/**********************************************
程序功能:在六位数码管上显示六个数字012345
-----------------------------------------------
测试说明:观察数码管显示
***********************************************/
#include
www.eeworm.com/read/491485/1190105
java validate.java
package com.util;
import java.io.UnsupportedEncodingException;
public class Validate {
/**
* 是否为数字和英文验证
*
*/
public int getIntAndChar(String str){
char c;
int i;
for (