代码搜索:底孔计算
找到约 10,000 项符合「底孔计算」的源代码
代码结果 10,000
www.eeworm.com/read/318233/3571123
m program_12_10.m
% 当前的延拓模式是补零
% 产生原始信号
x = randn(1,200);
% 计算x的shannon熵
e1 = wentropy(x,'shannon')
% 计算x的对数能量熵
e2 = wentropy(x,'log energy')
% 计算x的阈值熵,阈值取为0.2
e3 = wentropy(x,'threshold',0.2)
% 计算x的“sure”熵,阈值
www.eeworm.com/read/163876/10141534
cpp xp_md5_main.cpp
/*-------------------------------------------------------------------------*\
| |
| MS SQL 2000 计算 MD5 存储
www.eeworm.com/read/469839/6927514
txt readme.txt
========================================================================
CONSOLE APPLICATION : 计算器问题
========================================================================
AppWizard ha
www.eeworm.com/read/211145/7133564
pas cpucounter_hss.pas
unit CPUCounter_Hss;
//////////////////////////////////////////////////////////////
// //
// CPU周期、时间计算
www.eeworm.com/read/442539/7649778
txt readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : 计算器11
========================================================================
www.eeworm.com/read/247302/12667204
cpp 标准弹道.cpp
/******************************************************************************/
/* 三自由度包络计算模块 */
/*
www.eeworm.com/read/245000/12826741
txt readme.txt
========================================================================
CONSOLE APPLICATION : 计算pi(x)伪代码
========================================================================
AppWiza
www.eeworm.com/read/245000/12826810
txt readme.txt
========================================================================
CONSOLE APPLICATION : 计算pi(x)伪代码
========================================================================
AppWiza
www.eeworm.com/read/327272/13088851
txt readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : 复数计算器
========================================================================
www.eeworm.com/read/315078/13552692
cpp calculator2.cpp
//////////////////////////////////////////////////////////////////////////
/////////////////////////////简单的计算器类的实现/////////////////////////
//////////////////////////////////////////////////////////