代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/463644/7177284
m fmatrix.m
function m = fmatrix(file,offset)
% m = fmatrix(file,[offset])
% constructs a cell array of struct of (id, cnt) array.
% file : file of feature data
% offset : offset of initial feature id (specify
www.eeworm.com/read/331439/12828913
m orthogonal.m
function U = orthogonal(V, W)
% ORTHOGONAL(V) constructs a unit pure quaternion perpendicular to V, and
% perpendicular to W, if given. V (and W if given) must be pure quaternion
% scalar(s). W need
www.eeworm.com/read/342759/12001160
h ccc_asc.h
#ifndef CCC_ASC_H
#define CCC_ASC_H
#include "ccc_shap.h"
class GraphicWindow
{
public:
/**
Default constructor. Constructs a window with the standard
coordinate system with corners
www.eeworm.com/read/251835/12317224
m crrectmap.m
function M = crrectmap(poly,varargin)
%CRRECTMAP Schwarz-Christoffel cross-ratio disk map object.
% CRRECTMAP(P) constructs a Schwarz-Christoffel crossratio rectified
% map object for the polyg
www.eeworm.com/read/251835/12317630
m polygon.m
function p = polygon(x,y,alpha)
%POLYGON Contruct polygon object.
% POLYGON(W) constructs a polygon object whose vertices are specified
% by the complex vector W. Cusps and cracks are allowed.
www.eeworm.com/read/470720/1444819
c gcov-1.c
/* Check that execution counts and branch probabilities for various C
constructs are reported correctly by gcov. */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target na
www.eeworm.com/read/470713/1454149
java simpledateformat.java
/* SimpleDateFormat.java -- A class for parsing/formating simple
date constructs
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Cl
www.eeworm.com/read/470693/1456765
c gcov-1.c
/* Check that execution counts and branch probabilities for various C
constructs are reported correctly by gcov. */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target na
www.eeworm.com/read/470693/1466039
java simpledateformat.java
/* SimpleDateFormat.java -- A class for parsing/formating simple
date constructs
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Cl
www.eeworm.com/read/461036/1555489
dos pa2_grammar.dos
/*
* This is a LL(1) grammar for part of Iota. It does not yet handle the
* following constructs:
* 1. If statements
* 2. Expression statements (i.e., stmt_expr)
* 3. Binary