代码搜索:NREF
找到约 82 项符合「NREF」的源代码
代码结果 82
www.eeworm.com/read/481567/6643680
c mutex_unix.c
/*
** 2007 August 28
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness
www.eeworm.com/read/126307/14433733
cpp myobject.cpp
// MyObject.cpp: implementation of the CMyObject class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "TestUndo.h"
#include "MyObject.h"
www.eeworm.com/read/166399/5475495
c ictatest.c
/************************************************************************/
/* SISCO SOFTWARE MODULE HEADER *****************************************/
/*************************************************
www.eeworm.com/read/171396/9757802
cpp mapisink.cpp
////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// File: MAPISink.cpp
// Description: MAPI Advise Sink Wrapper
//
// Copyright (C)
www.eeworm.com/read/240162/4582531
c p8018.c
// { dg-do run }
// prms-id: 8018
class RefCount {
private:
int nref;
public:
RefCount() : nref(0) {}
~RefCount() {}
int nrefs() const { return nref; }
int reference() {
nref++;
www.eeworm.com/read/233448/4675347
c p8018.c
// { dg-do run }
// prms-id: 8018
class RefCount {
private:
int nref;
public:
RefCount() : nref(0) {}
~RefCount() {}
int nrefs() const { return nref; }
int reference() {
nref++;
www.eeworm.com/read/366702/2871395
c p8018.c
// { dg-do run }
// prms-id: 8018
class RefCount {
private:
int nref;
public:
RefCount() : nref(0) {}
~RefCount() {}
int nrefs() const { return nref; }
int reference() {
nref++;
www.eeworm.com/read/433114/8545636
m max_corr.m
function [lag,cc]=max_corr(ref,b,min_shift,max_shift)
% Function finds best match between vectors "ref" and "b" within the range
% min_shift" and "max_shift"
% [lag,cc]=max_corr(ref,b,min_s
www.eeworm.com/read/276620/10722807
c mutex_unix.c
/*
** 2007 August 28
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness
www.eeworm.com/read/456353/7351556
m opt_refrindx.m
function n = opt_refrindx(glass,wavelength)
% OPT_REFRINDX refractive index calculations.
% GLASS - name of glass type, WAVELENGTH in meters.
% Data from JML Optical Industries, Inc available at:
%