代码搜索:Patterns
找到约 8,017 项符合「Patterns」的源代码
代码结果 8,017
www.eeworm.com/read/366702/2878038
c 20020508-1.c
/* This tests the rotate patterns that some machines support. */
#include
#ifndef CHAR_BIT
#define CHAR_BIT 8
#endif
#define ROR(a,b) (((a) >> (b)) | ((a)
www.eeworm.com/read/366702/2878375
c 20020226-1.c
/* This tests the rotate patterns that some machines support. */
#include
#ifndef CHAR_BIT
#define CHAR_BIT 8
#endif
#define ROR(a,b) (((a) >> (b)) | ((a)
www.eeworm.com/read/474474/6809909
m loop.m
%LOOP2 Loop versus a phase delay for the linear array
% of dipoles.
% Outputs the radiation patterns in the azimuthal plane.
% The array axis is the x-axis (cf. Fig. 6.10 of Chapter 6)
%
www.eeworm.com/read/393211/8304652
asv loop.asv
%LOOP2 Loop versus a phase delay for the linear array
% of dipoles.
% Outputs the radiation patterns in the azimuthal plane.
% The array axis is the x-axis (cf. Fig. 6.10 of Chapter 6)
%
www.eeworm.com/read/393211/8304665
m loop.m
%LOOP2 Loop versus a phase delay for the linear array
% of dipoles.
% Outputs the radiation patterns in the azimuthal plane.
% The array axis is the x-axis (cf. Fig. 6.10 of Chapter 6)
%
www.eeworm.com/read/249195/12517801
cpp patternsdlg.cpp
// PatternsDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Patterns.h"
#include "PatternsDlg.h"
#include ".\patternsdlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
//
www.eeworm.com/read/108891/15570853
txt c4.5文档说明.txt
See5: An Informal Tutorial
Welcome to See5, a system that extracts informative patterns from data. The following sections show how to prepare data files for See5 and illustrate the options for using
www.eeworm.com/read/106745/15623340
readme
$Id: README,v 1.1.1.1 2001/08/20 18:10:54 kas Exp $
This is a program for tesing the quality of CRT screens. It displays
various patterns and allows you to estimate the quality of your CRT monitor.
www.eeworm.com/read/288729/8611366
h display.h
/* DISPLAY.H : declarations for functions to support graphic screen
display of voice patterns.
Bruce Eckel, Revolution2 Real-Time Consulting.
*/
#include /* The Turbo C BGI hea