代码搜索:数字集成
找到约 10,000 项符合「数字集成」的源代码
代码结果 10,000
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
www.eeworm.com/read/465102/7057550
htm statustime.htm
状态栏数字钟
var timerID = null;
var timerRunning = false;
fun
www.eeworm.com/read/448182/7538552
c l5-2.c
/**********************************************************************
程序名称:L5-2.c
程序功能:用两位数码管动态显示数字00~99
程序作者:张三
创建时间:2008-3-28
*****************************************************************