搜索资源列表
HEAT2D
- 计算二维热传导问题的有限元程序代码,利用fortran编制。-to calculate two-dimension heat transfer problems which is programmed by Fortran.
migong
- 编写一个程序求解迷宫问题。迷宫由m行n列的二维数组设置,0表示无障碍,1表示有障碍。设入口为(1,1),出口为(m,n),每次只能从一个无障碍单元移到周围四个方向上任一无障碍单元。编程实现对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 算法输入:代表迷宫入口的坐标 算法输出:穿过迷宫的结果。 -The preparation of a program to solve maze problems. Maze by m lines n set out in two
bucketSort
- (吊桶排序法)吊桶排序法源于一维正整数数组的排序问题,它使用了一个行从下标从0-9,列下标从0-n-1(n是一维数组中的元素数目)的二维整数数组,二维数组的每一行叫做一个吊桶(bucket)。-(Bucket sorting method) bucket sort method from the one-dimensional array of positive integer scheduling problem, it uses a line from the subscr ipt from
2D_Boundary_Element_Code
- 二维边界元程序,能用于处理平面弹性力学问题以及位势问题-2-dimension boundary element code desigend for plane elasticity problems and displacement potential problems
Math
- Java二维空间直线模拟代码 运用java来解决问题 Java二维空间直线模拟代码 运用java来解决问题-Java simulation of two-dimensional linear space java code to solve the problem using Java simulation of two-dimensional linear space using java code to solve the problem
34131341321UTDemo_Product
- 二维码的行业应用的例子,c#的,这是我们在项目中使用的,编译通过,没问题-Two-dimensional code examples of industrial applications, c#, which is used in the project, and compiles, no problem
Atwodimensionalarrayofsaddlepoints
- 约瑟夫环问题、冒泡发排序、寻找二维数组鞍点,这三个小程序的学习性较高!-Joseph loop problem, bubbling hair, looking for a 2d array of saddle points, the three little program of higher learning!
bahuanghwent
- 在一个8*8的棋盘上放置8个皇后,不允许任何两个皇后在棋盘的同一行、同一列和同一对角线上,即在每一行、每一列只能有一个皇后。 要求:八皇后问题是一个古老的搜索问题,可以用递归算法来实现,在递归过程中,一一测试每一种放法,直到得出全部正确答案为止。 〔实现提示〕定义一个8*8的二维数组(为方便处理,下标范围为1:8为好); 对数组进行初始化;(全置空) 从n行开始放置第一个皇后(满足一行只有一个皇后的要求)后对1~8列进行测试;若满足条件则保存皇后所在位置,直到所有皇后放置好
zuijindianduierwei
- 算法 最近点对问题 二维的解决 很简单 值得-Closest point algorithm to solve the problem is very simple two-dimensional worth a look
zoj1074.tar
- zoj1074 个人写的ZOJ1074的源码,用动态规划解二维的最长单调序列问题-zoj1074 Personal writing ZOJ1074 source, with two-dimensional dynamic programming solutions of the longest monotone subsequence problem
2WM
- 能够生层二维码。但是目前中文优点问题,大家可以调试下试试(Able to generate two-dimensional codes. However, the current Chinese advantages, we can debug under the try)
目标凝聚
- 二维连通区域的凝聚算法,解决了传统凝聚算法出现目标分离的问题。(The agglomerative algorithm of two-dimensional connected region solves the problem of separation of targets in the traditional agglomerative algorithm.)
project2_2
- 二维导热问题平板热源求解计算传热学二维导热问题平板导热(Solving two dimensional heat conduction problem)
2-4(圆形蓄热)
- 圆形蓄热层蓄热能力Fortran编程,二维稳态导热方程,附加源项法,第二类边界条件,知道边界热流密度(Thermal storage capacity of circular heat storage layer Fortran programming)
逾渗
- 分析二维正方格子上的逾渗问题,通过编写程序,得到临界概率 P 及临界指数 (PS:程序功能简单介绍:yushen.m 中计算了 Pinf 和 p 的关系,yushenmain.m 调用 yushen.m 来 计算不同 p 下的 Pinf;yushenhuixuan.m 中计算了 Rs 和 p 的关系,yushenmain2.m 调用 yushenhuixuan.m 来计算不同 p 下的 Rs。具体的实现程序中均有注释。)(The percolation problem on two dimen
Untitled
- 装箱问题解决的Matlab实现,本来想解决排样问题的,但整理后发现不能解决我遇到的问题,但是还是能够实现这个,程序参考的是《二维矩形条带装箱问题的底部左齐择优匹配算法_蒋兴波》这篇文章的。(Matlab implementation for bin packing problem)
二维装箱论文
- 二维装箱文献 二维一刀切装箱问题的两阶段启发式算法_曹大勇 二维装箱问题的非线性优化方法_于洪霞 二维装箱问题的启发式算法研究_刘艳娟 二维装箱问题的启发式算法研究_姚怡 二维装箱问题的一种实现方法_武晓今 二维装箱问题非线性规划模型和算法_于洪霞 基于混合蚂蚁算法的二维装箱问题求解_赵中凯 遗传算法在装箱问题中的应用_汤岩(Two dimensional boxing literature Two stage heuristic algorithm for two dimen
ypap105-bin-packing-problem
- 使用遗传算法(GA)解决二维装箱(Two-Dimensional Packing Problem)问题,(Genetic Algorithms for Solving Two-Dimensional Packing Problem)
二维稳态导热的数值计算
- 二维稳态导热计算编程,适合需要用编程计算导热问题的(Two-dimensional steady-state heat conduction calculation programming)
有限元算例二维传热问题
- 流体力学边值问题计算中的有限元方法,C++编程资料(Finite element method in the calculation of boundary value problems in fluid mechanics, C + + programming data)