代码搜索:Objective

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

代码结果 3,719
www.eeworm.com/read/403922/11503611

html internals2.counter.examples.objective.html

Objective interface
www.eeworm.com/read/360770/10078803

m funf661.m

function y = funf661(x) %------------------------------------------------------------------ % Example 6.6.1: Objective Function %------------------------------------------------------------------
www.eeworm.com/read/162604/10291750

readme

GNU Objective C notes ********************* This document is to explain what has been done, and a little about how specific features differ from other implementations. The runtime has been complete
www.eeworm.com/read/303023/13823778

m4 objc.m4

# objc.m4 # Based on c.m4 from GNU Autoconf # The Objective C support, added by Landon Fuller # on March 10th, 2004, is heavily based on Autoconf's existing C++ support. # ###
www.eeworm.com/read/456224/6278856

m ofun.m

function retval = Ofun(x) % objective function retval = x(1)^4 - 2*x(1)*x(1)*x(2) +x(1)*x(1) + x(1)*x(2)*x(2) -2*x(1) + 4;