代码搜索:全数字
找到约 10,000 项符合「全数字」的源代码
代码结果 10,000
www.eeworm.com/read/127943/14326557
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/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/293161/8313138
frm pexam6_11.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "单击窗体计算——数字灯迷"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
BeginProp