-
VC++实现的一个计算器,采用了一个高手写的按钮类,界面友好...
VC++实现的一个计算器,采用了一个高手写的按钮类,界面友好-VC to achieve a calculator, using a button to write a master class, user-friendly
- 2022-06-14 15:07:42下载
- 积分:1
-
linux C数据结构
数据的逻辑结构决定了算法,数据的存储结构决定了如何实现算法。但是我觉得还是要了解一点C的基础知识比较好。因为数据结构里用的语言不是严格的c语言而是一种类c的解释语言。有c更有助于你理解数据结构。而且若是你想更进一步发展的话,比如考研数据结构就是必考的一门,所以数据结构很重要!!基于linux C的数据结构基本算法,适合初级学习,代码详细,经稍微修改可以解决实际问题,
- 2022-07-19 22:59:25下载
- 积分:1
-
一个对称三对角矩阵特征值计算
computes the eigenvalues of a symmetric tridiagonal
* matrix T. The user may ask for all eigenvalues, all eigenvalues
in the half-open interval (VL, VU], or the IL-th through IU-th eigenvalues.-computes the eigenvalues of a symmetric tr idiagonal* matrix T. The user may ask for all eig envalues. all eigenvalues in the half-open interval (VL. VU], or the IL-th through IU-th eigenvalues.
- 2022-03-19 01:45:05下载
- 积分:1
-
计算两端特征值的高效算法,调数值计算lapack包.
计算两端特征值的高效算法,调数值计算lapack包.
-Eigenvalue calculation at both ends of the efficient algorithm, adjusting numerical lapack package.
- 2022-08-03 22:40:49下载
- 积分:1
-
Solving tridiagonal equations, there are detailed notes. Algorithm to save stora...
求解三对角方程组,有详细的注释。
节省存储空间的算法-Solving tridiagonal equations, there are detailed notes. Algorithm to save storage space
- 2022-11-02 09:55:03下载
- 积分:1
-
fdtd算法的matlab源代码
用matlab实现的三维fdtd算法的源代码。
% 3-D FDTD code with PEC boundaries
%***********************************************************************
%
% Program author: Susan C. Hagness
% Department of Electrical and Computer Engineering
% University of Wisconsin-Madison
% 1415 Engineering Drive
% Madison, WI 53706-1691
%
- 2023-03-28 02:55:03下载
- 积分:1
-
STL文件快速分层方法
提出了一种新的STL文件快速分层方法,其首先建立分层平面坐标的散列表,然后根据三角面片坐标值快速查找散列表,得到与三角面片存在交点的分层平面,然后直接用此分层平面与三角面片求交得到截交线。此方法在分层过程中每个三角面片只被查找一次,且不需对读入的三角面片建立复杂的拓扑结构。本文提到的分层算法得到的结果可很好地应用于基于STL模型的环切数控加工中。
- 2022-06-26 13:38:02下载
- 积分:1
-
这个程序我用了两个月编写,功能已经和完整了,真是个好东西!好用着呢...
这个程序我用了两个月编写,功能已经和完整了,真是个好东西!好用着呢-this process I have spent two months of preparation, functions and integrity, is a good thing! Handy ability in
- 2022-12-20 12:35:03下载
- 积分:1
-
矩阵连乘动态规划实现
以C++实现了矩阵连乘动态规划,在VC6.0上调试通过。该算法最大的优点是结果的输出不仅包括了最优的连乘
顺序,还以矩阵的形式列出了M[i,j]得值,通过该最优矩阵,可以使学者更清晰直观的了解最有序列是如何生成的
- 2022-04-01 00:48:48下载
- 积分:1
-
用幂法求矩阵的特征值,求出来的是矩阵最大的特征和对应的特征向量。...
用幂法求矩阵的特征值,求出来的是矩阵最大的特征和对应的特征向量。-method for using the power of the matrix eigenvalue, seeking the Matrix is the biggest character and the corresponding eigenvector.
- 2022-01-21 01:40:03下载
- 积分:1