代码搜索:Objective

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

代码结果 3,719
www.eeworm.com/read/162614/5522975

m encode-1.m

/* Test if the Objective-C @encode machinery distinguishes between 'BOOL *' (which should be encoded as a pointer to BOOL) and 'char *' (which should be encoded as '*'). This is somewhat tricky
www.eeworm.com/read/303435/3811608

c process.c

/* Copyright (c) Colorado School of Mines, 2006.*/ /* All rights reserved. */ /* Wences Gouveia - CWP - 010194 */ /* member program for sudgast objective: Receives
www.eeworm.com/read/366702/2872408

mm encode-8.mm

/* Test if the Objective-C @encode machinery distinguishes between 'BOOL *' (which should be encoded as '^c') and 'char *' (which should be encoded as '*'). */ /* Contributed by Ziemowit Laski
www.eeworm.com/read/366702/2872941

m encode-1.m

/* Test if the Objective-C @encode machinery distinguishes between 'BOOL *' (which should be encoded as a pointer to BOOL) and 'char *' (which should be encoded as '*'). This is somewhat tricky
www.eeworm.com/read/166516/10017155

m calcdwf.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% function dWf = calcdWf(Wf,ds,dx,hT,K); global Rx m dsdshT dsdxhT % calculate the gradient of the objective function dWf = zeros(ds,dx,
www.eeworm.com/read/360164/10107953

m calcdwf.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% function dWf = calcdWf(Wf,ds,dx,hT,K); global Rx m dsdshT dsdxhT % calculate the gradient of the objective function dWf = zeros(ds,dx,
www.eeworm.com/read/416787/11013013

h core_ibcd.h

/* Proposed Interface Between Core Driver and Discover Engine (IBCD) Objective Looking for an interface to help extend the flexibility, since Discover Engine is planned to be used for different ap
www.eeworm.com/read/376821/7138366

py wxgetweather.py

#coding:utf-8 #---objective: weather forecast---------------------- #---author: Binbin Jiang----------------------------- #---email: jiangbinbin@asee.buaa.edu.cn ------------- #---prerequisites: p
www.eeworm.com/read/449504/7502981

m lsgrad.m

function G = lsgrad(b,infoz,stat,varargin) % PURPOSE: Evaluate M(b)'Wm(b) Gradient of objective function % ------------------------------------------------------------- % USAGE: function G = lsgrad(b
www.eeworm.com/read/449374/7507685

c f_tsp.c

/*------------------------------------------------------------------- F */ double f(struct particle p,int rank1,int rank2) // Function to minimize // Objective function for Traveling Salesman Probl