代码搜索:algorithem
找到约 11 项符合「algorithem」的源代码
代码结果 11
www.eeworm.com/read/299355/7865610
bak algorithem.h.bak
www.eeworm.com/read/422893/10604270
m burg.m
function a = burg(x,ORDER)
% MADE BY H.X.GUAN,2008/12/18
% BURG ALGORITHEM,AR model
%%%%% Initial %%%%%%
N = length(x);
f = x; % 前向
g = x; % 后向
% 假设x为行向量
P0 = x*x'/N;
PM = P0;
m = 2;
if O
www.eeworm.com/read/254900/12114067
cpp home1.cpp
/************************************/
// algorithem 1
//
// findx1(a[0...n-1],x)
// c=0
// for ( i=0, i
www.eeworm.com/read/254900/12114065
cpp findmax.cpp
/************************************/
// algorithem 1
//
// x = a[1]
// for ( i=1, i
www.eeworm.com/read/155766/11849380
cpp cumcm 2000b.cpp
/* * * * * * * * * * * * * * * * * * * * * * * * * *
* FLOYD ALGORITHEM *
* VERSION 1.0 *
* Writt
www.eeworm.com/read/155766/11849385
cpp floyd.cpp
/* * * * * * * * * * * * * * * * * * * * * * * * * *
* FLOYD ALGORITHEM *
* VERSION 1.0 *
* Writt
www.eeworm.com/read/308670/13696436
bak graph.c.bak
/*-*/
/********************************************************
* Name: Graph *
* *
* Purpose: *
* Show how bitmapped graphics may be used. *
* *
* Algorithem: Defines a bi
www.eeworm.com/read/166392/10022011
txt syntaxanalyizerjava.txt
package testExperiment
//Demonstrate Lex Analyzer
//The purpose of this experiment is to make us familiar with Lex-like Algorithem
//first let me make a introduction:
//This Analyzer is program
www.eeworm.com/read/184194/9118119
m case1_as_533.m
%Introduction
%This file include the implementation of ACS algorithem for PID tuning.
%This file only include pheromone intensity ,no visibility.
%Part 1: Initialization.
%Step 1: For a given co
www.eeworm.com/read/384884/8835814
cs program.cs
using System;
using System.Collections;
using System.Diagnostics;
namespace IBMS.Algorithem
{
///
/// N2Class
///
class N2
{
///