代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/398819/7918967
m tfrview.m
function tfrview(tfr,sig,t,method,param,map,p1,p2,p3,p4,p5);
%TFRVIEW Visualization of time-frequency representations.
% TFRVIEW(TFR,SIG,T,METHOD,PARAM,MAP,P1,P2,P3,P4,P5)
% allows to visualize a tim
www.eeworm.com/read/298941/7921636
c main.c
#define GLOBAL_INT_ENABLE asm( " rsbx intm ")
#define GLOBAL_INT_DISABLE asm( " ssbx intm ")
#define IMR ( (unsigned short *) 0x0000)
#define IFR ( (unsigned short *) 0x0001)
#define IM
www.eeworm.com/read/198621/7922180
pl countpypos.pl
open(In,"3000TagPY.txt");
$Num=1;
while(){
chomp;
if ( $Num%3 == 2 ){
@Word=/(\S+)\([^)\/]+\)\/\S+/g;
@PY=/\S+\(([^)\/]+)\)\/\S+/g;
@POS=/\S+\([^)\/]+\)\/(\S+)/g;
for ($i=0;$i
www.eeworm.com/read/198548/7928222
m tfrview.m
function tfrview(tfr,sig,t,method,param,p1,p2,p3,p4,p5);
%TFRVIEW Visualization of time-frequency representations.
% TFRVIEW(TFR,SIG,T,METHOD,PARAM,P1,P2,P3,P4,P5)
% allows to visual
www.eeworm.com/read/198548/7928227
org tfrview.org
function tfrview(tfr,sig,t,method,param,p1,p2,p3,p4,p5);
%TFRVIEW Visualization of time-frequency representations.
% TFRVIEW(TFR,SIG,T,METHOD,PARAM,P1,P2,P3,P4,P5)
% allows to visualize
www.eeworm.com/read/198548/7928542
m sgrpdlay.m
function [gd,fnorm]=sgrpdlay(x,fnorm);
%SGRPDLAY Group delay estimation of a signal.
% [GD,FNORM]=SGRPDLAY(X,FNORM) estimates the group delay of
% signal X at the normalized frequency(ies) FNORM.
www.eeworm.com/read/198546/7928874
m gedinv.m
function num = gedinv(x,nu)
% PURPOSE:
% Evaluates the Probabiliy a vector of observations x(Nx1)
% has if drawn from a Generalzed Error Dist'n with parameter nu
%
%
% USAGE:
% num = gedinv(
www.eeworm.com/read/298817/7933248
c 递推.c
#define NUM 10
#include
int i[NUM];
main()
{
int sum,n,total,k,flag,count=0;
printf("Please enter requried terms(
www.eeworm.com/read/298817/7933298
c 递归车厢.c
/**********递归题改为非递归题实例 车厢********/
#include
#define MAX 4
int stack[MAX],p=-1;
struct
{
int num;
int sign;
}train[MAX];
void sub()
{
int inc;
if(p==MAX-
www.eeworm.com/read/398579/7935931
cpp huffmanenanddecode.cpp
#include
#include
#include
using namespace std;
#include "QuickSortAlgorithm.h"
#include "GenerateHuffmanCode.h"
#include "HuffmanProcess.h"
#include "Encode.h"