代码搜索:Identify
找到约 1,886 项符合「Identify」的源代码
代码结果 1,886
www.eeworm.com/read/142092/12963246
m locmin.m
function z=locmin(x)
%
% z=locmin(x):
%
% Function to identify local maxima points of a physical signal
% and their coordinates.
%
% Input-
% x - input vector of values
% Output-
% z - 2-D
www.eeworm.com/read/140711/13065269
c bison.c
/* A Bison parser, made from yabasic.bison
by GNU Bison version 1.25
*/
#define YYBISON 1 /* Identify Bison output. */
#define tSEP 258
#define tEOFILE 259
#define tFNUM 260
#defin
www.eeworm.com/read/136301/13383059
cpp remez.tab.cpp
/* A Bison parser, made from remez.y
by GNU Bison version 1.25
*/
#define YYBISON 1 /* Identify Bison output. */
#define BANDS 258
#define WEIGHTS 259
#define AMPLITUDES 260
#defin
www.eeworm.com/read/307616/13718620
h ourconstants.h
// Definitions for our constants
#pragma once
// Arbitrary constants to identify record views
const unsigned int PRODUCT_VIEW = 1;
const unsigned int ORDER_VIEW = 2;
const unsigned int CUSTOM
www.eeworm.com/read/307616/13718645
h ourconstants.h
// Definitions for our constants
#pragma once
// Arbitrary constants to identify record views
const unsigned int PRODUCT_VIEW = 1;
const unsigned int ORDER_VIEW = 2;
const unsigned int CUSTOM
www.eeworm.com/read/307616/13718670
h ourconstants.h
// Definitions for our constants
#pragma once
// Arbitrary constants to identify record views
const unsigned int PRODUCT_VIEW = 1;
const unsigned int ORDER_VIEW = 2;
const unsigned int CUSTOM
www.eeworm.com/read/140704/5784549
in dec_env.tcl.in
#! @TCL@ -f
# file: dec_env.tcl
#
# procedures to identify environment variables from input string and
# expand them from the system
#
# procedure to expand pathnames
#
proc expand_env_proc {instr}
www.eeworm.com/read/135582/5885091
c t1.c
/* A Bison parser, made from t1.y
by GNU Bison version 1.28 */
#define YYBISON 1 /* Identify Bison output. */
#define yyparse yyjscriptparse
#define yylex yyjscriptlex
#define yyerror yyjsc
www.eeworm.com/read/104806/6201348
java imagecombiner.java
import java.awt.*;
import java.awt.image.*;
import java.awt.event.*;
/**
* To use this program, first identify the two images
* you want to merge. Then run this program and give
* the two
www.eeworm.com/read/370488/6325160
c myyacc.tab.c
/* A Bison parser, made from myYacc.y
by GNU Bison version 1.25
*/
#define YYBISON 1 /* Identify Bison output. */
#define alloca
#define INUMBER 258
#define FNUMBER 259
#define I