transmission matrix method for 1d photonic crystals. 可计算透射谱 反射谱 场分布图 cvf下编译 可跨平台
transmission matrix method for 1d photonic crystals. 可计算透射谱 反射谱 场分布图 cvf下编译 可跨平台
matrix+algorithms技术资料下载专区,收录442份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
transmission matrix method for 1d photonic crystals. 可计算透射谱 反射谱 场分布图 cvf下编译 可跨平台
Solutions to Introduction to The Disign and Analysis of Algorithms Anany Levitin 著 算法设计与分析基础习题解答 包含1-9章部分习题英文版解答
(1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(i...
Data Structures and Algorithms with Object-Oriented Design Patterns in C# 这本书的范例代码dll自己反编译的source code http://www.brp...
数值分析高斯——列主元消去法主程序 说明如下: % a----input,matrix of coefficient % b----input,right vector % sol----output,returns the so...
< 算法设计与分析基础>> 【原 书 名】 Introduction to The Design and Analysis of Algorithms 【原出版社】 Addison Wesley/Pearson ...
麻省理工学院(MIT)的《算法导论》课程讲义。 配套教材算法导论(Introduction to Algorithms)一书,全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多...
The total stiffness matrix 是一个计算固体力学的实例,有限元基于mathmatic算法的小程序,很实用的
Data Structures and Algorithms with Object-Oriented Design Pattern in C++ 国外经典C++原版书库《数据结构与算法:面向对象的C++设计模式》/(美)Bruno ...