Objective-C第四版编程经典参考

需积分: 10 3 下载量 167 浏览量 更新于2024-07-24 收藏 4.48MB PDF 举报
"《Objective-C编程(第四版)》是一本由informit.com/devlibrary出版的专业开发者图书馆系列书籍之一。该书专为编程专业人士设计,提供了深入且高质量的Objective-C语言指南和教程。作者是经验丰富的技术实践者,他们擅长以对其他程序员有益的方式组织和呈现信息。 此版本是第四版,它在英文原版的基础上,为读者提供了实用的编程技巧和最佳实践。Objective-C,作为Apple开发iOS、macOS等平台应用的主要编程语言,这本书覆盖了从基础语法到高级特性的全面讲解,适合初学者入门和有经验的开发者进阶学习。 与之类似的其他图书,如PHP与MySQL Web Development、MySQL、Linux Kernel Development、Python Essential Reference、PostgreSQL和C++ Primer Plus,都是各自领域的经典著作,同样出自技术权威之手,具有极高的声誉和广泛的认可度。这些书籍不仅可以在实体书店或在线书店购买,还提供订阅服务,如Safari Books Online,方便读者根据需要获取最新资讯和技术支持。 对于那些希望从事iOS应用开发或对Apple生态系统有兴趣的程序员来说,《Programming in Objective-C (Fourth Edition)》是不可或缺的学习资源,它能帮助读者构建高效、可维护的代码,并理解如何利用Objective-C实现现代软件开发的复杂任务。通过阅读本书,程序员不仅可以提升自己的技能,还能了解到Objective-C语言的发展趋势和业界最佳实践,从而在职业生涯中保持竞争力。"

这段代码什么意思 include 'vaba_param.inc' c c 3D Orthotropic Elasticity with Hashin 3d Failure criterion c c The state variables are stored as: c state(*,1) = material point status c state(*,2:7) = damping stresses c c User defined material properties are stored as c * First line: c props(1) --> Young's modulus in 1-direction, E1 c props(2) --> Young's modulus in 2-direction, E2 c props(3) --> Young's modulus in 3-direction, E3 c props(4) --> Poisson's ratio, nu12 c props(5) --> Poisson's ratio, nu13 c props(6) --> Poisson's ratio, nu23 c props(7) --> Shear modulus, G12 c props(8) --> Shear modulus, G13 c c * Second line: c props(9) --> Shear modulus, G23 c props(10) --> beta damping parameter c props(11) --> "not used" c props(12) --> "not used" c props(13) --> "not used" c props(14) --> "not used" c props(15) --> "not used" c props(16) --> "not used" c c * Third line: c props(17) --> Ultimate tens stress in 1-direction, sigu1t c props(18) --> Ultimate comp stress in 1-direction, sigu1c c props(19) --> Ultimate tens stress in 2-direction, sigu2t c props(20) --> Ultimate comp stress in 2-direction, sigu2c c props(21) --> Ultimate tens stress in 2-direction, sigu3t c props(22) --> Ultimate comp stress in 2-direction, sigu3c c props(23) --> "not used" c props(24) --> "not used" c c * Fourth line: c props(25) --> Ultimate shear stress, sigu12 c props(26) --> Ultimate shear stress, sigu13 c props(27) --> Ultimate shear stress, sigu23 c props(28) --> "not used" c props(29) --> "not used" c props(30) --> "not used" c props(31) --> "not used" c props(32) --> "not used"

2023-06-07 上传