代码搜索:数字电阻
找到约 10,000 项符合「数字电阻」的源代码
代码结果 10,000
www.eeworm.com/read/164695/10095189
bas 格式处理模块.bas
Attribute VB_Name = "格式处理模块"
Public Function tihuan(str1)
'数字转中文
If str1 = 0 Then
tihuan = "○"
ElseIf str1 = 1 Then
tihuan = "一"
ElseIf str1 = 2 Then
ti
www.eeworm.com/read/359365/10153587
js page.js
function test(){
if (document.form2.page.value=="" || isNaN(document.form2.page.value)) {
alert("页码必须为阿拉伯数字,请重新输入");
document.form2.page.focus();
www.eeworm.com/read/162596/10292540
m dferls_equation.m
function [data_estimation,data_decision,C]=dferls_equation(K1,K2,signal_in,signal_original)
%基于数字通信书的P495页的算法
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
www.eeworm.com/read/162596/10292550
asv dferls_equation.asv
function [data_estimation,data_decision,C]=dferls_equation(K1,K2,signal_in,signal_original)
%基于数字通信书的P495页的算法
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
www.eeworm.com/read/354511/10348865
c main.c
#include
#include
#include
typedef unsigned long long UINT64;
typedef struct
{
char x; //位置x和位置y上的数字换位
char y;
www.eeworm.com/read/423695/10537255
cpp main.cpp
#include
#include
#include
#include
#define precisions 8 //定义有效数字
using namespace std;
typedef double num_type;
const num_type epciron=1e-10;
c
www.eeworm.com/read/419808/10837566
js check.js
// JavaScript Document
//检查是否为空
function check_null(outstr,text)
{
if(text.value==""){
alert("\""+outstr+"\"不可以为空!");
text.focus();
return true;
}
return false;
}
//检查是否数字
funct