代码搜索:数字电阻
找到约 10,000 项符合「数字电阻」的源代码
代码结果 10,000
www.eeworm.com/read/27562/866105
c main.c
//-----------------------------------------------------------------
// 名称: 单只数码管循环显示0~9
//-----------------------------------------------------------------
// 说明: 主程序中的循环语句反复将0~9的段码送PB端口,形成数字0~9的
www.eeworm.com/read/20184/922248
asm dyb.asm
;********************************************************************************
;* 标题: 数字电压表 *
;* 显示单元地址: 33H~通道指示,32H~个位,31H~十分位,30H~百分位.
www.eeworm.com/read/25867/950833
h convert.h
//**********************************************************************************
//杨屹 2002/08/21 第一版
//字符串与数字互相转换
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//***************************
www.eeworm.com/read/27607/985393
c main.c
//-----------------------------------------------------------------
// 名称: 单只数码管循环显示0~9
//-----------------------------------------------------------------
// 说明: 主程序中的循环语句反复将0~9的段码送PB端口,形成数字0~9的
www.eeworm.com/read/474197/1395214
java certificateexample.java
import java.io.FileInputStream;
import java.security.cert.Certificate;
import java.security.cert.*;
//从文件中读取数字证书
public class CertificateExample
{
public static void main(String[] args)
www.eeworm.com/read/251029/4425188
c example6.c
#include
void main()
{
int num, count=0;
printf("\n请输入数字:\n");
scanf("%d",&num);
while (num > 0)
{
num = num / 10;/* 提取位数 */
count ++;
} /* end of while loop */
printf("
www.eeworm.com/read/237910/4619452
java certificateexample.java
import java.io.FileInputStream;
import java.security.cert.Certificate;
import java.security.cert.*;
//从文件中读取数字证书
public class CertificateExample
{
public static void main(String[] args)
www.eeworm.com/read/235134/4653904
js jsvalidate.js
function CheckQty(tbid)
{
var lastChar = tbid.value.charAt(tbid.value.length-1);
var num = parseInt(lastChar);
if (isNaN(num))
{
window.alert("必须输入数字");
tbid.focus();
tbid.select();
www.eeworm.com/read/227630/4770756
java mygameinterface.java
package com.j2medev.chapter5;
import javax.microedition.lcdui.*;
//#define ENGLISH
public interface MyGameInterface extends GameInterface {
/** Mobile Key 1 (手机数字键1)*/
public static final b