代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/366702/2868204
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/366702/2869054
c gcov-4.c
/* Check that execution counts for various C constructs are reported
correctly by gcov. */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
extern void
www.eeworm.com/read/366702/2869066
c gcov-4b.c
/* Check that execution counts for various C constructs are reported
correctly by gcov. */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
extern void
www.eeworm.com/read/366702/2881510
c label-1.c
/* Test various diagnostics of ill-formed constructs involving labels. */
/* { dg-do compile } */
/* { dg-options "-Wunused" } */
extern void dummy(void);
/* labels must be defined */
void a(void)
www.eeworm.com/read/364229/2907223
java patterncolor.java
package com.lowagie.text.pdf;
/** Represents a pattern. Can be used in high-level constructs (Paragraph, Cell, etc.).
*/
public class PatternColor extends ExtendedColor {
/** The actual pattern.
www.eeworm.com/read/162342/5548287
java patterncolor.java
package com.lowagie.text.pdf;
/** Represents a pattern. Can be used in high-level constructs (Paragraph, Cell, etc.).
*/
public class PatternColor extends ExtendedColor {
/** The actual pattern.
www.eeworm.com/read/294203/8246915
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/172493/9705337
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/452523/7438685
hif hw1.hif
Version 9.0 Build 132 02/25/2009 SJ Web Edition
7
3344
OFF
OFF
OFF
ON
ON
ON
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Library Paths --
-- End Library Paths --
-- Start VHDL Librar
www.eeworm.com/read/375075/9373485
m bnthresh2f.m
function [F,varF,nv] = bnThresh2F(M)
% This function constructs a Boolean network in the form of [F,varF,nv]
% (see bnA) from an adjacency matrix M that represents a Boolean threshold
% network.