代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/449433/7505247
cpp fms.cpp
#include "stdafx.h"
#include "FMS.h"
#include "ThreadMgr.h"
#include "Template.h"
#include "IniUtil.h"
//////////////////////////////////////////////////////////////////////////
CFMS* CFMS::s_pF
www.eeworm.com/read/443398/7633596
h minerswife.h
#ifndef MINERSWIFE_H
#define MINERSWIFE_H
#include
#include "State.h"
#include "BaseGameEntity.h"
#include "Locations.h"
#include "MinersWifeOwnedStates.h"
#include "misc/ConsoleUt
www.eeworm.com/read/439468/7708197
m mil_scale.m
function bags = MIL_Scale(bags, lb, ub)
if nargin < 3, ub = 1; end;
if nargin < 2, lb = 0; end;
for i=1:length(bags)
fea_max(i,:) = max(bags(i).instance,[],1);
fea_min(i,:) = min(bags
www.eeworm.com/read/439468/7708200
m mil_size.m
function [num_bag, num_inst, num_feature] = MIL_Size(bags);
num_bag = length(bags);
if num_bag == 0
num_inst = 0;
num_feature = -1;
else
num_inst = 0;
for i = 1 : num_bag, n
www.eeworm.com/read/439363/7711532
cpp base_view.cpp
#include "base_view.h"
#include "worker_thread.h"
#include "util.h"
namespace cppcms {
string base_view::escape(string const &s)
{
return cppcms::escape(s);
}
string base_view::urlencode(string co
www.eeworm.com/read/297457/8016784
xrf m_generate_modelsim.xrf
vendor_name = ModelSim
source_file = 1, F:/program files/altera/61/qdesigns/my_work/M_generate/M_generate.vhd
source_file = 1, F:/program files/altera/61/qdesigns/my_work/M_generate/M_generate.vwf
www.eeworm.com/read/197143/8026463
tcf example_bios_flash.tcf
utils.loadPlatform("ti.platforms.ezdsp2808");
/* The following DSP/BIOS Features are enabled. */
bios.enableMemoryHeaps(prog);
bios.enableRealTimeAnalysis(prog);
bios.enableRtdx(prog);
bios.en
www.eeworm.com/read/333438/12681810
c usblcd.c
/*****************************************************************************
* USBLCD Kernel Driver *
* See http://www.usblcd.de for Ha
www.eeworm.com/read/333235/12695466
qsf sditest.qsf
# Copyright (C) 1991-2007 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/331910/12801351
h gtype.h
/* GObject - GLib Type, Object, Parameter and Signal Library
* Copyright (C) 1998-1999, 2000-2001 Tim Janik and Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* mo