代码搜索:数字电阻
找到约 10,000 项符合「数字电阻」的源代码
代码结果 10,000
www.eeworm.com/read/374512/9401268
tbw testclock1.tbw
version 3
d:\文档\桌面\数字钟\CLOCK.vhf
CLOCK
VHDL
VHDL
testclock1.xwv
Clocked
-
-
10000000000000
ns
GSR:false
PRLD:false
100000000
CLOCK_LIST_BEGIN
CP
100000000
100000000
15000000
1500000
www.eeworm.com/read/174745/9574956
cpp 25_gong.cpp
//===========5 宫------------
// 每行,每列,和对角线 数字和为25.
//=====================================
#include "stdio.h"
#include "conio.h"
#include "process.h"
#include "dos.h"
#include "stdlib.h"
int
www.eeworm.com/read/166398/10021960
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// 毕业设计数字逻辑电子仿真器.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "st
www.eeworm.com/read/360379/10099945
bas modalphanumber.bas
Attribute VB_Name = "modAlphaNumber"
Option Explicit
'数字转英文金额
Dim English_arr(90) As String
Dim b_dim As String
Dim q_dim As String
Dim bw_dim As String
Public Function AlphaNumber(
www.eeworm.com/read/357357/10211910
java e1402.java
import java.io.*;
class MyException extends Exception
{
public String toString()
{
return ("整数字符串中间不能有空格!");
}
}
public class E1402
{
public static void main(String args[])
{
Integer num
www.eeworm.com/read/274525/10866857
java weekdaytest1.java
import java.io.*;
class WeekDayTest1
{ public static void main(String[] args) throws IOException
{ int w;
System.out.print("请输入星期数字(0-6):");
w=System.in.read()-48;
www.eeworm.com/read/273406/10917721
java assertionexample.java
//: AssertionExample.java
//package g3ds.joop.ch5;
public class AssertionExample{
public static void main(String[] args){
int age=Integer.parseInt(args[0]);
System.out.println("您输入的数字:"+
www.eeworm.com/read/272791/10944001
java javashy21.java
/********************************************************************************************
第3章习题1
编程:要求输入一个5位整数,将这个数分成独立的数字,并分开显示。例如输入32439则显示 3 2 4 3 9。
*****************************
www.eeworm.com/read/456543/6951987
h ziku.h
#ifndef __ZIKU_H__
#define __ZIKU_H__
unsigned char code ascii[]={
//数字:
'0','1','2','3','4','5','6','7','8','9',
//符号
':',
'\0'
};
unsigned char code *hzsy="邢建鹏"
;
unsigned char co
www.eeworm.com/read/467158/7019286
h my_uart.h
//西安邮电学院 测控0502班 薛峰
//my_uart.h
/////////////////////////////////////////////////////////////
#include
void UARTInit(void);
void IntToString(int long,uchar *); //数字转换成字符串
int IntLe