代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/217865/14946738
gif lbl_home_difference.gif
www.eeworm.com/read/207507/15269768
mat difference scheme final.mat
www.eeworm.com/read/339446/3306043
glsl composition_mode_difference.glsl
// Dca' = Sca + Dca - 2.min(Sca.Da, Dca.Sa)
// Da' = Sa + Da - Sa.Da
vec4 composite(vec4 src, vec4 dst)
{
vec4 result;
result.rgb = src.rgb + dst.rgb - 2 * min(src.rgb * dst.a, dst.rgb * src.
www.eeworm.com/read/336326/3353362
svn-base difference.java.svn-base
/**
* Copyright 2007 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Y
www.eeworm.com/read/304962/3782286
h gps_difference_functor.h
// Copyright (c) 2005 Tel-Aviv University (Israel).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you may redistribute it under
// the terms of the Q Public License version
www.eeworm.com/read/402480/2320058
3 mpi_group_difference.3
.\"Copyright 2006, Sun Microsystems, Inc.
.\" Copyright (c) 1996 Thinking Machines Corporation
.TH MPI_Group_difference 3OpenMPI "September 2006" "Open MPI 1.2" " "
.SH NAME
\fBMPI_Group_difference \f
www.eeworm.com/read/402480/2320364
c group_difference_f.c
/*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
www.eeworm.com/read/260165/4335220
hpp has_difference_type.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: stlsoft/meta/detector/has_difference_type.hpp (originally MTBase.h, ::SynesisStl)
*
* Purpose: Def