代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/466875/7022688
p sga_entry_single_objective_mendel.p
www.eeworm.com/read/396539/8100995
pdf objective assessment of speech and audio quality.pdf
www.eeworm.com/read/403922/11503611
html internals2.counter.examples.objective.html
Objective interface
www.eeworm.com/read/257654/11917243
pdf objective evaluation of video segmentation quality.pdf
www.eeworm.com/read/116483/14968357
xls (1101) learning objective content duration.xls
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;