代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/209499/15218264
m turbo.m
%****************************************************************
% 内容概述:Trubo编码器
% 创 建 人:WuYuFei
% 单 位:
% 创建时间:1999年
% 修改时间:
% 参考文献:
% 版权声明:任何人均可复制、传播、修改此文件,同时需保留原始版权信息。
%*****************
www.eeworm.com/read/209499/15218312
m turbo.m
%****************************************************************
% 内容概述:Trubo编码器
% 创 建 人:WuYuFei
% 单 位:
% 创建时间:1999年
% 修改时间:
% 参考文献:
% 版权声明:任何人均可复制、传播、修改此文件,同时需保留原始版权信息。
%*****************
www.eeworm.com/read/169190/5427178
pl apr_rename.pl
#!/usr/bin/perl -w
use strict;
use ExtUtils::MakeMaker qw(prompt);
use File::Find;
my $just_check = @ARGV ? $ARGV[0] eq '-c' : 0;
shift if $just_check;
my $dir = shift || '.';
my %names;
my $prefix
www.eeworm.com/read/162614/5528273
c pr23435.c
/* PR target/23435.
On m68k-none-elf, this used to cause an unrecognized insn because
zero_extendsidi2 accepted operands that are both memory even though
such a pattern did not exist. */
v
www.eeworm.com/read/154890/5631564
cxx forms_fselect.cxx
//
// "$Id: forms_fselect.cxx,v 1.1.1.1 2003/08/07 21:18:41 jasonk Exp $"
//
// Forms file selection routines for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
www.eeworm.com/read/392770/8326347
c ex6-5.c
/* ex6-5.C - 绘图型 LCD 数字时钟 */
#include
#define TIMER0_COUNT 0xDC11 /* 10000h-((11,059,200/
(12*FREQ))-
www.eeworm.com/read/392619/8332412
c ex6-5.c
/* ex6-5.C - 绘图型 LCD 数字时钟 */
#include
#define TIMER0_COUNT 0xDC11 /* 10000h-((11,059,200/
(12*FREQ))-
www.eeworm.com/read/173135/9671754
c psearch.c
/***************************************************************
* *
* Copyright (c) 2001-2006 McObject LLC. All Right Reserved. *
*
www.eeworm.com/read/172642/9697821
m dig_out_port.m
function retval = DIG_Out_Port(slot, port, pattern)
% retval = DIG_Out_Port(slot, port, pattern)
% No documentation is available yet.
retval = daq2(63, slot, port, pattern);