代码搜索:数字传感器

找到约 10,000 项符合「数字传感器」的源代码

代码结果 10,000
www.eeworm.com/read/228877/14358608

cs numtoch.cs

using System; using System.Collections.Generic; using System.Text; namespace NumToCHN { public static class NumToCh { private static char ToNum(char x) //转换数字 {
www.eeworm.com/read/123420/14635354

frm form1.frm

VERSION 5.00 Object = "*\A数字时钟.vbp" Begin VB.Form Form1 Caption = "Form1" ClientHeight = 4725 ClientLeft = 60 ClientTop = 345 ClientWidth = 7
www.eeworm.com/read/119038/14841970

java switchdemo.java

class SwitchDemo { public static void main(String args[]) { char c; System.out.println("请输入数字:"); c = (char)System.in.read(); switch( c ) { case
www.eeworm.com/read/212596/15152548

java switchdemo.java

class SwitchDemo { public static void main(String args[]) { char c; System.out.println("请输入数字:"); c = (char)System.in.read(); switch( c ) { case
www.eeworm.com/read/17293/730736

c led.c

/******************************************************************************* * 标题: 试验数码管上如何显示数字(共阳极) * * * * 连接方法:P0 与JP3 用8PIN排线连接
www.eeworm.com/read/26796/965677

-

/***********************Copyright (c) ** File name: ShuZiZhong.c ** Last modified Date: 20101220 ** Created by: 邹海春 ** Descriptions: 单片机数字钟 **********************************/ #include
www.eeworm.com/read/295303/8170743

asp gustbook_sub.asp

www.eeworm.com/read/293161/8313138

frm pexam6_11.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "单击窗体计算——数字灯迷" ClientHeight = 3195 ClientLeft = 60 ClientTop = 345 ClientWidth = 4680 BeginProp
www.eeworm.com/read/411408/11246326

cpp 00005.cpp

/* 名称编号:00005 实现功能:while语句运用 运行结果:通过 */ /****************************************************************/ #include using namespace std; void main() {int a=85,n; cout
www.eeworm.com/read/112603/15482022

java switchdemo.java

class SwitchDemo { public static void main(String args[]) { char c; System.out.println("请输入数字:"); c = (char)System.in.read(); switch( c ) { case