Individual files are available in the following links:
Bessjy -- Bessel functions Jn and Yn for real argument and integer or real order.
Bessik -- Modified Bessel function In and Kn for real argument and integer or real order.
CBessjy -- Bessel functions Jv and Yv for real or complex arguments and real order.
CBessik -- Modified Bessel functions Iv and Kv for complex arguments and real order.
<Spring in action>原版和代碼,是學習Spring的好資料,本書分為三大部分和兩個附錄,每一部分專注于Spring框架的一個領域:核心層、中間層和Web層。第一部分展示了Spring框架的兩個核心概念:反向控制(Inversion of Control,IoC)和面向切面編程(Aspect-Oriented Programming,AOP),以便理解Spring的基礎原理,這些基礎原理在本書各個章節都會用到。第二部分在第1章介紹的IoC和AOP基礎之上,展示了如何將這兩個概念應用到應用系統的中間層。第三部分走出中間層邁向顯示層,在很多J2EE系統中顯示層被稱為Web層。附錄A介紹如何開始自己的Spring應用系統,如何下載Spring以及如何編寫Ant配置文件。本書的每一部分既是建立在前一部分的基礎上,同時也都是獨立存在的,所以,讀者不必從頭開始就可以深入到各個主題。