-
一种用C语言实现的快速傅立叶变换和傅立叶反变换,经测试十分好用...
一种用C语言实现的快速傅立叶变换和傅立叶反变换,经测试十分好用-A C-realize the fast Fourier transform and Fourier inverse transform, have been tested and is very easy to use
- 2022-09-19 23:55:03下载
- 积分:1
-
有关MC算法的三篇pdf文章
1.移动立方体算法的三重线性插值研究
2.空间相关MC算法的VTK实现
3.移动立方体算法中的三角剖分
有关MC算法的三篇pdf文章
1.移动立方体算法的三重线性插值研究
2.空间相关MC算法的VTK实现
3.移动立方体算法中的三角剖分-The MC algorithm of three pdf article 1. Marching Cube triple linear interpolation of 2. VTK space-related MC algorithm to achieve 3. Marching cube triangulation algorithm
- 2022-02-24 09:17:13下载
- 积分:1
-
矩阵运算的算法
用Type类数组创建矩阵对象
matrix(int rows,int cols) //创建矩阵,值为0
matrix(int...
矩阵运算的算法
用Type类数组创建矩阵对象
matrix(int rows,int cols) //创建矩阵,值为0
matrix(int n) //创建单位阵
matrix(const matrix &) //拷贝构造函数
BOOL Ismatrixf(){ return (rows==cols) } //判断矩阵是否为方阵
modifyrowscols(int rows,int cols) //修改矩阵的行列数
~matrix() {delete []elems } //析构函数
-matrix algorithm with Type category created matrix array object matrix (int rows, int cols)// create matrix, value of 0 matrix (int n)// create units matrix array (const matrix
- 2022-09-14 20:40:04下载
- 积分:1
-
Example to calculate, with basic operations, polinomial til 10 degrees, just the...
Example to calculate, with basic operations, polinomial til 10 degrees, just the first step for
solution of polinomial problems, can be implemented according to your wish-Example to calculate, with basic operations, polinomial til 10 degrees, just the first step for
solution of polinomial problems, can be implemented according to your wish
- 2023-07-30 06:10:03下载
- 积分:1
-
control keys commonly used procedures c language version Daquan
常用控键程序c语言版本大全-control keys commonly used procedures c language version Daquan
- 2022-08-20 19:52:10下载
- 积分:1
-
随机游走
随机游走生成器:此代码模拟了一个随机游走过程请注意,"%" 任何指示的权利它是为人类阅读和 MATLAB 忽略注释。
- 2022-03-22 04:07:52下载
- 积分:1
-
How to modify the MFC AppWizard Wizard to generate the appearance of the framewo...
如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。
-How to modify the MFC AppWizard Wizard to generate the appearance of the framework of procedures and size, modify the icon, cursor, background three methods. How to add and remove toolbar buttons, how to increase the application toolbar, how to show and hide the toolbar. Custom status bar, add in the status bar clock display, CTime class and its usage. In the status bar to add the progress bar (the main window immediately after the progress bar the ingenious ideas, in the OnCreate function should not directly deal with, to use a custom message to the method). Mouse coordinates shows that access to the status bar in the CView object in several ways. How to add a splash screen applications.
- 2022-12-03 22:25:03下载
- 积分:1
-
数字三角
资源描述问题描述:给定一个由n行数字组成的数字三角形,如下图所示。试用动态规划算法,计算出从三角
顶部至底部的一条路径,使得该路径经过的数字总和最大。
注意每个数字只能走向下一行左边或右边的数字,而不能跳跃的走。
7
3 8
8 1 0
2 7 4 4
4 5 2 6 5
- 2023-01-28 04:05:04下载
- 积分:1
-
N_queen 问题的遗传算法
这是一个简单的代码为 N 皇后 problem.and 是有用对他们新是在 matlab 环境中的人来说,我相信这是对初学者很有帮助。
- 2022-08-18 11:30:23下载
- 积分:1
-
基于bayesian的判别分析应用
基于bayesian的判别分析应用,可以用于分类、评估等项目,如电信套餐业务评估、旅游推荐系统设计等
- 2023-07-28 22:40:03下载
- 积分:1