代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/166836/9995987
m ga_f352.m
function PI=GA_f352(x)
global MIN_offset MUL_factor Emin net
% Fitness function evaluation of Example 3.5-2
% PenChen Chou, 7-24-2001
A(1,1)=GA_round4dp(x(1));
A(1,2)=GA_round4dp(x(2));
A(2,1
www.eeworm.com/read/362008/10024017
m koller.m
function [patterns, targets, remaining_patterns] = Koller(patterns, targets, Npatterns)
% Koller and Sawami algorithm for pattern selection
%
% train_patterns - Input patterns
% train_targets -
www.eeworm.com/read/164957/10080445
m ruili.m
close all;
clc;
clear;
%=============================================================================================
% settings
global fs
fs = 5.12e6; % 采样频率 Hz
globa
www.eeworm.com/read/357874/10199096
m information_based_selection.m
function [patterns, targets, remaining_patterns] = Information_based_selection(patterns, targets, Npatterns)
% Koller and Sawami algorithm for pattern selection
%
% train_patterns - Input pattern
www.eeworm.com/read/356089/10237284
led spp_dev_a_leds.led
// Copyright (C) Cambridge Silicon Radio Ltd. %%copyright(2005)
// %%version
#ifdef DEV_CASIRA
led 0 RED
led 1 BLUE
#else
led 0 RED
led 1 BLUE
#endif
pattern BLUE_FLASH RPT
RED
www.eeworm.com/read/354808/10325017
h vm_defs.h
/************************************************************************/
/* */
/* Copyright 1990 by Accelerated Te
www.eeworm.com/read/161131/10446861
h parser.h
/*
* linux/include/linux/parser.h
*
* Header for lib/parser.c
* Intended use of these functions is parsing filesystem argument lists,
* but could potentially be used anywhere else that simple opt
www.eeworm.com/read/419152/10883610
s shift.s
/* ../vmips -o haltdumpcpu -o haltbreak shift.rom */
/* should end with R10=00000000 */
/* tests instructions: sllv srav srl srlv sra */
.text
.globl __start
__start:
addiu $10, $0, 0 /* $
www.eeworm.com/read/417108/11003537
c wildtest.c
/*
* Test suite for the wildmatch code.
*
* Copyright (C) 2003-2008 Wayne Davison
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/270913/11020518
vec mysin.vec
% units default to ns %
RADIX DEC ;
START 0 ;
STOP 5185 ;
INTERVAL 5 ;
INPUTS clk ;
PATTERN
0 1 ; % relative vector values %
% CLOCK ticks every 10 ns %
INPUTS reset;
PATTERN
0> 1
70> 0