代码搜索:Principle
找到约 545 项符合「Principle」的源代码
代码结果 545
www.eeworm.com/read/221024/14762606
html http:^^www.cis.ksu.edu^~schmidt^teaching^705.syllabus.html
Date: Wed, 20 Nov 1996 22:39:05 GMT
Server: NCSA/1.5.1
Last-modified: Sat, 29 Jun 1996 19:26:49 GMT
Content-type: text/html
Content-length: 2664
CIS 705 syllabus fall 1993
www.eeworm.com/read/467317/7009650
pdf the_principle_and_application_of_arm_development_tools_ads.pdf
www.eeworm.com/read/435147/7796715
pdf the uncertainty principle associated with the continuous shearlet transform.pdf
www.eeworm.com/read/415919/11048822
pdf the analysis of basic mfc program running principle.pdf
www.eeworm.com/read/415919/11048823
doc the analysis of basic mfc program running principle.doc
www.eeworm.com/read/415919/11048825
docx the analysis of basic mfc program running principle.docx
www.eeworm.com/read/380715/9133895
m unc_n1_sin1.m
function [fval]=unc_n1_sin1(x)
%reference:
%note that you can get the formulation of unc_n1_sin1 from some
%aritcles,such as
%(1)LN de Castro, FJ Von Zuben 'Learning and optimization using the clo
www.eeworm.com/read/380715/9134055
m unc_n2_sin1.m
function [fval]=unc_n2_sin1(x)
%reference:
%note that you can get the formulation of unc_n2_sin1 from some
%aritcles,such as
%(1)LN de Castro, FJ Von Zuben 'Learning and optimization using the clo
www.eeworm.com/read/380715/9134125
m unc_n1_sin.m
function [fval]=unc_n1_sin(x)
%reference:
%note that you can get the formulation of unc_n1_sin from some
%aritcles,such as
%(1)LN de Castro, FJ Von Zuben 'Learning and optimization using the clona
www.eeworm.com/read/463278/7184457
txt 06. ooad & uml note.txt
day01:
面向对象
通过封装、继承、多态,把程序的耦合度降低,使程序灵活、容易修改、容易复用。
面向对象=对象 + 类 + 消息 + 继承 + 多态
面向对象方法是一种把面向对象的思想运用于软件开发过程,指导开发活动的系统方法,包括分析、设计和实现等活动
软件开发组越大,组中每个成员的生产率就越低
- ...