代码搜索:音频数字
找到约 10,000 项符合「音频数字」的源代码
代码结果 10,000
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
*****************************************************************
www.eeworm.com/read/331806/12807221
m gongju.m
clc;clear
h1=figure('menubar','none');
m=uicontrol(h1,'style','edit','string','Matlab与数字信号处理 ','fontsize',30,'units','normalized','position',...
[0.1 0.6 0.8 0.3],'foregroundcolor','r','backg
www.eeworm.com/read/330874/12862761
cpp 7-2.cpp
// 工程largealloc
# include
# include
// 尝试以指定长度的零数字填充内存块的简便方法
void FillZero(LPVOID pBlock, DWORD dwSize)
{
_try
{
BYTE* arFill = (BYTE *) pBlock;