代码搜索:Objective

找到约 3,719 项符合「Objective」的源代码

代码结果 3,719
www.eeworm.com/read/278084/10575154

vhd 37_test_105.vhd

--Page :308,309 --Objective :Function slices --Filename :test_105.vhd --Author :Joseph Pick entity Test_105 is end Test_105; architecture Behave_1 of Test_
www.eeworm.com/read/278084/10575626

vhd 31_test_35b.vhd

-- Page : 353 - 354 -- -- Objective : array signal multiplexing : error -- -- File Name : test_35b.vhd -- -- Author : Joseph Pick -- entity Test_35b is end Test_35b; archi
www.eeworm.com/read/278084/10575760

vhd 50_test_18e.vhd

--Page :293,294 --Objective :More glitches in inertial model --Filename : test_18e.vhd --Author :Joseph Pick entity Test_18e is end Test_18e; architecture Be
www.eeworm.com/read/276936/10694969

cpp markup.cpp

// Markup.cpp: implementation of the CMarkup class. // // Markup Release 8.2 // Copyright (C) 1999-2006 First Objective Software, Inc. All rights reserved // Go to www.firstobject.com for the late
www.eeworm.com/read/349479/10824992

m costfmin.m

function [f,df,ddf] = costfmin(x, baseMVA, bus, gen, gencost, branch, areas, Ybus, Yf, Yt, mpopt, parms, ccost) %COSTFMIN Evaluates objective function, gradient and Hessian for OPF. % [f, df, ddf]
www.eeworm.com/read/419830/10834656

c eval.c

/* Routine for evaluating population members */ # include # include # include # include "global.h" # include "rand.h" /* Routine to evaluate objective function values
www.eeworm.com/read/349330/10835299

c usbdrv.c

/* Name: usbdrv.c * Project: AVR USB driver * Author: Christian Starkjohann * Creation Date: 2004-12-29 * Tabsize: 4 * Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH * License: GNU G
www.eeworm.com/read/349330/10835318

h usbdrv.h

/* Name: usbdrv.h * Project: AVR USB driver * Author: Christian Starkjohann * Creation Date: 2004-12-29 * Tabsize: 4 * Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH * License: GNU G
www.eeworm.com/read/419115/10885571

cpp stack.cpp

// stack implementation objective version #include #include #define maxlen 80 class stack { char str1[maxlen]; int first; public: void clear(void); ch
www.eeworm.com/read/272330/10962534

c usbdrv.c

/* Name: usbdrv.c * Project: AVR USB driver * Author: Christian Starkjohann * Creation Date: 2004-12-29 * Tabsize: 4 * Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH * License: GNU G