代码搜索:Identify
找到约 1,886 项符合「Identify」的源代码
代码结果 1,886
www.eeworm.com/read/297137/3889526
c spacebank_identify_node.c
/*
* Copyright (C) 1998, 1999, Jonathan S. Shapiro.
*
* This file is part of the EROS Operating System runtime library.
*
* This library is free software; you can redistribute it and/or
* modify
www.eeworm.com/read/297137/3890497
c lk_rng_identify.c
/*
* Copyright (C) 1998, 1999, Jonathan S. Shapiro.
*
* This file is part of the EROS Operating System runtime library.
*
* This library is free software; you can redistribute it and/or
* modify
www.eeworm.com/read/172763/9691779
m v_us_identify.m
% 清音、浊音、无声的判别程序
% M : 一帧语音的平均幅度(已经归一化)
% Z : 一帧语音的过零率
% 方法:浊音不被切成清音,少量的清音被切成浊音也无妨;
% 清音不被切成无声,少量的无声被切成清音也无妨
% 浊音:V 清音:U 无声:S
% y :声音信号的抽样点序列,returning the sampled data in y
% v_u ...
www.eeworm.com/read/269491/11096779
m extend_ls_identify.m
%增广的最小二乘辨识程序
clear
L=60;%四位移位积存器产生的M序列的周期
y1=1;y2=1;y3=1;y4=0;%四个移位积存器的输出初始值
for i=1:L;
x1=xor(y3,y4);%第一个移位积存器的输入信号
x2=y1;%第二个移位积存器的输入信号
x3=y2;%第三个移位积存器的输入信号
x4=y3;%第四个移位积存器的输入信号
y(i)=y4;%第四
www.eeworm.com/read/101163/15843473
swf identify_lan_topologies.swf
www.eeworm.com/read/187296/6354526
cpp c++func.cpp
#include
class Human
{
public:
void Human_identify(void);
private:
int a;
};
void Human::Human_identify()
{
cout
www.eeworm.com/read/280028/10361220
htm function.php-hw_identify.htm
函数:hw_Identify()
a {text-decoration: none;color:#6666ff;}
a:hover {col
www.eeworm.com/read/114513/15049978
asm identify_mp3s.asm
/************************************************************************************************/
/* The following routine scans through the root directory sector by sector and checks for MP3s */