代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/230855/14271815
c alg7.c
#include
#include
#include
class equal_and_odd{
public:
bool
operator()( int val1, int val2 )
{
return ( val1 == val2 &&
( val1 == 0
www.eeworm.com/read/229127/14352174
c alg7.c
#include
#include
#include
class equal_and_odd{
public:
bool
operator()( int val1, int val2 )
{
return ( val1 == val2 &&
( val1 == 0
www.eeworm.com/read/228472/14383037
m dist.m
% Program 7-7
%
% dist.m
%
% This function generates attenuation due to distance
%
% Programmed by F. Kojima
% Checked by H.Harada
%
function [x] = dist(a,b,alpha)
% a,b: position of
www.eeworm.com/read/126507/14418760
c alg7.c
#include
#include
#include
class equal_and_odd{
public:
bool
operator()( int val1, int val2 )
{
return ( val1 == val2 &&
( val1 == 0
www.eeworm.com/read/227483/14422918
m dist.m
% Program 7-7
%
% dist.m
%
% This function generates attenuation due to distance
%
% Programmed by F. Kojima
% Checked by H.Harada
%
function [x] = dist(a,b,alpha)
% a,b: position of
www.eeworm.com/read/120989/14777268
vhd tx_state_mach.vhd
-- Altera Microperipheral Reference Design Version 0802
--**********************************************************************************************
--
-- System: A8251
-- Component: Tx
www.eeworm.com/read/120385/14804308
c alg7.c
#include
#include
#include
class equal_and_odd{
public:
bool
operator()( int val1, int val2 )
{
return ( val1 == val2 &&
( val1 == 0
www.eeworm.com/read/165306/5483553
h random.h
/**
* Random generators
* $Id: random.h,v 1.1 2004/06/16 10:53:30 opx Exp $
* @author OP
*/
#ifndef RANDOM_H
#define RANDOM_H
#include "defines.h"
namespace annie
{
///returns a number drawn un
www.eeworm.com/read/162614/5522476
c opeq3.c
// { dg-do assemble }
// Bug: g++ generates code for assignment in invalid situations.
class X { // { dg-error "assignment" }
int& a;
public:
X(int& i): a(i) { };
};
void foo ()
{
int one=1,
www.eeworm.com/read/155070/5629660
aspx compilation.aspx
/*
* Note, this generates a compilation error
* because VB is the default language
* and C# code is used below
*/
public void Page_Load(){
}