-
二维有限微分导热模型
二 维热传导模型的有限元分析。可以改变热导率的参数,仿真时间,平面,输出的数据包括时间为三维!——Dimensional finite element analysis of heat conduction model. Can change the parameters of the conductivity, the simulation time, flat, the output of three-dimensional data, including time!
- 2022-03-03 04:42:35下载
- 积分:1
-
本程序为生成给定分布律的随机数 模拟规划 也是图论中经典得程序...
本程序为生成给定分布律的随机数 模拟规划 也是图论中经典得程序
-This procedure for generating a given distribution law of random numbers simulation planning is a classic graph theory procedures
- 2022-07-01 14:00:15下载
- 积分:1
-
图的操作,实现遍历功能
图的操作,实现遍历功能-operation of the plan, to achieve functional Traversing
- 2022-10-06 07:25:03下载
- 积分:1
-
皇后问题:在N*N的方格里放置皇后,要求不能放在同一行、同一列、同一对角线上。输入所有适合条件的情况。...
皇后问题:在N*N的方格里放置皇后,要求不能放在同一行、同一列、同一对角线上。输入所有适合条件的情况。-Queen : N* N in the box, placed the empress, on the request can not be the same line, the same series on the same diagonal. The importation of all suitable conditions.
- 2022-06-27 06:25:57下载
- 积分:1
-
回溯法解N后的C++源码(Visual Stdio2010环境测试通过)
#include #include #include #include using namespace std;class Queen{ friend int nQueen(int);private: bool Place(int k); void Backtrack(int t); void Output(); int n,//皇后个数 *x;//当前解 long sum;//当前已找到的可行性方案数};bool Queen::Place(int k){ for (int j=1;jn) { sum++; Output(); } else { for (int i=1;i
- 2022-02-06 19:11:54下载
- 积分:1
-
linux C数据结构
数据的逻辑结构决定了算法,数据的存储结构决定了如何实现算法。但是我觉得还是要了解一点C的基础知识比较好。因为数据结构里用的语言不是严格的c语言而是一种类c的解释语言。有c更有助于你理解数据结构。而且若是你想更进一步发展的话,比如考研数据结构就是必考的一门,所以数据结构很重要!!基于linux C的数据结构基本算法,适合初级学习,代码详细,经稍微修改可以解决实际问题,
- 2022-07-19 22:59:25下载
- 积分:1
-
eye location in hue image
eye location in hue image
- 2022-06-30 12:24:31下载
- 积分:1
-
图像锐化处理
根据图像锐化的原理编写,可以直接运行,效果明显,和photoshop里的Usm锐化的效果差不多
- 2022-03-04 18:00:41下载
- 积分:1
-
工作
车间作业调度问题用遗传算法解决的通用Matlab程序-Job-shop scheduling problem using genetic algorithms to solve the generic Matlab procedures
- 2022-02-13 16:01:51下载
- 积分:1
-
用C解方程的第2种算法
用C解方程的第2种算法-C solution of the equation algorithms No. 2
- 2023-04-24 05:15:03下载
- 积分:1