代码搜索:instance

找到约 10,000 项符合「instance」的源代码

代码结果 10,000
www.eeworm.com/read/171026/5400481

h perfcounters.h

#include #define TOTALBYTES 100*1024 #define BYTEINCREMENT 1024 template class CPerfCounters { public: CPerfCounters() { } ~CPerfCounters() { } T Get
www.eeworm.com/read/161121/5559379

c bm_osl.c

/***************************************************************************** * * Module Name: bm_osl.c * $Revision: 17 $ * ********************************************************************
www.eeworm.com/read/154095/5642358

edn icon_pro.edn

(edif test (edifVersion 2 0 0) (edifLevel 0) (keywordMap (keywordLevel 0)) (status (written (timeStamp 2004 7 9 17 15 35) (author "Xilinx, Inc.") (program "ChipScope Pro Core Generator" (vers
www.eeworm.com/read/415663/11059371

py gen_condor_jobs.py

#!/lusr/bin/python import os condor_header="""+Group = "PROF" +Project = "NETWORKING_MULTIMEDIA" +ProjectDescription = "compact routing 512-232-7890" Requirements = InMastodon && OpSys == "LINUX" Uni
www.eeworm.com/read/146541/12640015

c sratematch.c

/* | | Copyright disclaimer: | This software was developed at the National Institute of Standards | and Technology by employees of the Federal Government in the course | of their official d
www.eeworm.com/read/109477/15556482

h evms_ecr.h

/* * * Copyright (c) International Business Machines Corp., 2000 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Li
www.eeworm.com/read/103453/15731460

h dblog.h

#ifndef __dblog_h #define __dbloh_h #include typedef struct { gint instance; } DbLog; /* adds an item to the log */ gint db_log_add(gint instance); /* get all log entries */ GLis
www.eeworm.com/read/443126/7637188

java account.java

// Fig. 3.13: Account.java // Account class with a constructor to // initialize instance variable balance. public class Account { private double balance; // instance variable that stores
www.eeworm.com/read/199568/7844380

java account.java

// Fig. 3.13: Account.java // Account class with a constructor to // initialize instance variable balance. public class Account { private double balance; // instance variable that stores