代码搜索:Patterns

找到约 8,017 项符合「Patterns」的源代码

代码结果 8,017
www.eeworm.com/read/337613/12357153

txt readme.txt

PATTERNS FOR TIME-TRIGGERED EMBEDDED SYSTEMS by Michael J. Pont [Pearson Education, 2001; ISBN: 0-201-33138-1]. This code is copyright (c) 2001 by Michael J. Pont. See book for copyright det
www.eeworm.com/read/337611/12357219

txt readme.txt

PATTERNS FOR TIME-TRIGGERED EMBEDDED SYSTEMS by Michael J. Pont [Pearson Education, 2001; ISBN: 0-201-33138-1]. This code is copyright (c) 2001 by Michael J. Pont. See book for copyright det
www.eeworm.com/read/128468/14295318

m ppatterns.m

function ppatterns(data,arg1,arg2) % PPATTERNS plots points in 2D feature space. % % ppatterns(data,labels,psize) plots patterns as points % in 2D and distinguishes them according to the given
www.eeworm.com/read/123974/14603018

h tcpclient.h

#ifndef INCLUDED_TCPCLIENT_H #define INCLUDED_TCPCLIENT_H #if defined(HAS_PRAGMA_ONCE) #pragma PRAGMA_ONCE_DECLARE #endif #include "socketex.h" #include "patterns/util/logcontrol.h" names
www.eeworm.com/read/122674/14676115

cpp prg12_1.cpp

#include #pragma hdrstop #include "graphlib.h" #include "geometry.h" void main(void) { // declare objects C, D with fill patterns 7 and no fill Circle C(1.0,1.0,0.5,7),
www.eeworm.com/read/470720/1450583

c fp-cmp-5.c

/* Like fp-cmp-4.c, but test that the setcc patterns are correct. */ static int test_isunordered(double x, double y) { return __builtin_isunordered(x, y); } static int test_not_isunordered(double
www.eeworm.com/read/470693/1462529

c fp-cmp-5.c

/* Like fp-cmp-4.c, but test that the setcc patterns are correct. */ static int test_isunordered(double x, double y) { return __builtin_isunordered(x, y); } static int test_not_isunordered(double
www.eeworm.com/read/463239/1538678

v t_asic_with_tap.v

module t_ASIC_with_TAP (); // Testbench parameter size = 4; parameter BSC_Reg_size = 14; parameter IR_Reg_size = 3; parameter N_ASIC_Patterns = 8; parameter N_TAP_Instruct
www.eeworm.com/read/240162/4588392

c fp-cmp-5.c

/* Like fp-cmp-4.c, but test that the setcc patterns are correct. */ static int test_isunordered(double x, double y) { return __builtin_isunordered(x, y); } static int test_not_isunordered(double
www.eeworm.com/read/240162/4589489

c fix-trunc-mem-1.c

/* PR target/14201 */ /* Excercise float -> integer in memory patterns. */ /* { dg-options "-mieee" { target alpha*-*-* } } */ void f1 (float v, int *p) { *p = v; } void f2 (float v, unsigned