-
有限元计算程序可进行有限元分析…
结构有限元计算程序,可进行岩土边坡有限元分析-Finite element calculation procedure can be carried out finite element analysis of rock and soil slope
- 2023-01-12 11:55:03下载
- 积分:1
-
利用指针对图像进行处理输出显示
资源描述利用指针输出图片通过菜单实现,在MFC的基础上对图像进行基本的处理,是图像参考的入必备,对了解图像处理和c ++ mFC 都有很大的参考价值,欢迎广大朋友下载学习,一起进步哦。利用指针输出图片通过菜单实现,在MFC的基础上对图像进行基本的处理,是图像参考的入必备,对了解图像处理和c ++ mFC 都有很大的参考价值,欢迎广大朋友下载学习,一起进步哦。
- 2022-05-24 23:49:38下载
- 积分:1
-
经典PCA算法详细流程
程序设计步骤:
1、取均值
2、计算协方差矩阵及其特征值和特征向量
3、计算协方差矩阵的特征值大于阈值的个数
4、降序排列特征值
5、去掉较小的特征值
6、去掉较大的特征值(一般没有这一步)
7、合并选择的特征值
8、选择相应的特征值和特征向量
9、计算白化矩阵
10、提取主分量
- 2022-09-19 03:45:03下载
- 积分:1
-
科学与工程数值计算算法
1、本书附赠的光盘包含了本书中全部的源代码。使用时只需将相应的目录拷贝到您的硬盘中。
注意 拷贝到硬盘上的源文件的属性如果...
科学与工程数值计算算法
1、本书附赠的光盘包含了本书中全部的源代码。使用时只需将相应的目录拷贝到您的硬盘中。
注意 拷贝到硬盘上的源文件的属性如果成为只读的,在编译之前应该将它们的属性改为可读写的。
2、光盘各目录中的内容如下所示:
光盘目录 内容说明
SourceChapterN 第N章的所有示例工程源程序
SourceClasses 本书所有算法类的源程序
SourceLib 集成本书所有算法的静态库文件
SourceDll 集成本书所有算法的动态库文件
-Science and Engineering numerical algorithm 1, this book comes with a CD-ROM contains all the book s source code. Simply use the corresponding copy of the directory to your hard drive. Note to copy the source files on your hard disk becomes read-only attribute in the compiler prior to their properties should be changed to read and write. 2, CD-ROM contents of the directory as follows: CD-ROM directory description SourceChapterN the first chapter all the examples of N source project SourceClasses algorithm book all types of source book SourceLib integrated all of the static algorithm library file SourceDll integrated all book algorithm for dynamic library files
- 2023-08-03 22:30:03下载
- 积分:1
-
一个复数类的实现方法,虽然简单,但对于初学者对于mfc编程很有指导意义,这也是本人初学mfc的时候第一个实列。...
一个复数类的实现方法,虽然简单,但对于初学者对于mfc编程很有指导意义,这也是本人初学mfc的时候第一个实列。-kind of a complex method, though simple, but for beginners for very mfc programming guide, This is my time learning mfc is an out clause.
- 2023-03-20 09:55:02下载
- 积分:1
-
odd N bands Demon Lineup : N
奇数N 阶魔方阵问题: 奇数N 阶魔方阵的构造规则如下: 1、在第一行的正中间填入1; 2、如果左上角能够移动,则往左上角填入后继的数;如果左上角不 能移动,则顺移到该列最下方左边的一列中最靠近该列的位置; 3、如果左上角不能移动,同时在该列位置的最下方左边最靠近的位 置处也不能填入数,则往该位置的上一行的最右边的位置处填入 后继数; 4、每次尽可能地往左上角填数,如果发现左上角已经填满了数,则 从当前填的数的位置下方填上后继数。 要求: 无。 输入: 用户从键盘任意输入一个正奇数。 输出: 打印出该魔方阵。-odd N bands Demon Lineup : N-odd magic Lineup Construction Rules are as follows : 1, the first line is the middle of a preference; Two, if the upper left corner to Mobile, the successor to fill in the upper left; If the upper left corner, unable to move, with the move out of the bottom of the left one of the closest out of position; three, if the upper left corner, unable to move, while in the position shown in the bottom left nearest location Department has not entered a few, to the position of the party on the right side of the positions filled successor; 4, each possible to fill the upper left corner, if fill the upper left corner, has found a few, from the current fill several positions to fill in the bottom subsequent few. Requ
- 2022-01-21 19:39:47下载
- 积分:1
-
测试分析器
应用背景心电图一个简单的心电移动软件对安卓平台特征用户管理健康数据管理实时心电数据可视化如何使用在您的设备上启用蓝牙功能b)发现心电图数据源和连接它按一次点击开始实时心电数据的可视化作者faywong & lt;philip584521 @ Gmail。COM & gt;版权所有关键技术心电图机的原型为远程新生儿监测和干预项目。依赖Python 2.7Arduino >;= 1.5.6-r2(Arduino由于)流图(来源包括,但streamplot依赖的需要得到满足)-https://github.com/s-gv/stream-plotMATLAB/倍频程如果你想运行模拟TI SmartRF Flash程序员IAR 8051 & gt;= 8.30(如果你想重新编译源代码的CC2540)钛ccdebugger(编程CC2540)如何使用
- 2022-01-26 07:17:13下载
- 积分:1
-
An optimization method introduction courseware, in great detail. From the simple...
一个介绍最优化方法课件,很详细。从最简单的一维搜索到共轭梯度,最速下降法等等,都有说明-An optimization method introduction courseware, in great detail. From the simplest one-dimensional search to the conjugate gradient, steepest descent method, etc., all indicate
- 2022-02-16 03:56:12下载
- 积分:1
-
圆形的图像阈值分割
本代码实现循环阈值基于内类方差最小化 (就这样做的 Otsufor 线性阈值) 的两个的版本。我们的方法是适用于 circulardata,例如颜色、 方向等。
- 2022-10-11 01:10:04下载
- 积分:1
-
powerbass2431
应用背景跟港áTIL是很好对MI普韦布洛我需要联合国水关键技术birthadi汽车intrudiction Párrafo verificar ELúltimo
- 2022-05-17 05:46:02下载
- 积分:1