搜索资源列表
circle_compute
- 自己编写有关电路计算方面的DELPHI 程序,是研究生电路原理课程作业-their preparation circuit calculation of the Delphi process, the post-graduate course work in Principle
hanio1
- 四柱汉诺塔问题的求解程序.解题思路:如a,b,c,d四柱. 要把a柱第n个盘移到目标柱子(d柱),先把上层 分两为两部份,上半部份移到b柱,下半部分移到c柱,再把第n盘移到 目标柱子,然后,c柱盘子再移到目标柱子,再把b柱盘子移到目标柱子. 细节地方: 上半部份移到b柱时,它的中间变量柱子是有二选一的.而下半部分 移到c柱时,它的中间变量柱子只有一个(因为一个柱子已被上半部份 占了).b,c也移到目标柱子时同理。-4-Tower of the solution pro
post
- 在一个按照东西和南北方向划分成规整街区的城市里,n 个居民点散乱地分布在不同的街区中。用x 坐标表示东西向,用y 坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。街区中任意2 点(x1, y1) 和(x2, y2) 之间的距离可以用数值| x1 . x2| + | y1 . y2| 度量。 居民们希望在城市中选择建立邮局的最佳位置,使n 个居民点到邮局的距离总和最小。
pdnmesh
- pdnMesh is an automatic mesh generator and solver for Finite Element problems. It will also do post-processing to generate contour plots and Postscr ipt printouts. GUI support using GTK or MFC (Win32) is available. The problem definition can be done
Oopfe
- 一个计算悬臂梁的有限元vc源码,包括变形后处理显示-a cantilever calculated by FEM vc source, including post-treatment showed deformation
HanoiProblem
- 汉诺塔问题: 有ABC三根柱子,A柱上有n个大小不等的盘子,大盘在下,小盘在上。要求将所有的盘子从A柱搬到C柱上,每次只能搬动一个,搬动过程中可以借助另一个柱子,但是必须满足大盘在下,小盘在上。 -Tower of Hanoi problem: There are three pillars ABC, A column has n different sizes of plates, the broader market in the next, small cap on. Requir
felt-3.06-devel.src.tar
- C 开发的有限元软件,界面还可以,不错,可以试试。 FElt is a free system for introductory level finite element analysis. It is primarily intended as a teaching tool for introductory type courses in finite elements - probably in the mechanical/structural/civil fields. I
swing
- 数值分析的曲线插值算法,包含了多项式插值和样条插值。本人研究生作业。附带详细说明(作业报告)。如果显示曲线,需要OpenGL库支持。-Numerical analysis of curve interpolation algorithm, including a polynomial and spline interpolation. I am post-graduate work. Incidental details (operation report). If you see a curv
TowerHanoiproblem
- 约19世纪末,在欧州的商店中出售一种智力玩具,在一块铜板上有三根杆,最左边的杆上自上而下、由小到大顺序串着由64个圆盘构成的塔。目的是将最左边杆上的盘全部移到右边的杆上,条件是一次只能移动一个盘,且不允许大盘放在小盘的上面。这就是著名的汉诺塔问题-About the late 19th century, in Europe the sale of stores in an intellectual toys, there is a piece of copper rod 3, the far l
post
- face detection in color image
OPG_VIEW
- 实现了opengl框架的可重用性,与vc结合使用,做后处理效果很好-Opengl framework to achieve the reusability, and vc used in combination, do a very good post-treatment effect
daan
- 研究生公共课的数理统计答案,里面有前六章的所有习题的答案。-Post-graduate course in mathematical statistics in public answers, which are pre-VI of all Exercise answers.
KMEANS
- 实现k均值聚类算,输出聚类中心和聚类后的分组结果-To achieve k-means clustering calculation, the output cluster centers and cluster grouping of the results of post-
theory_of_computation
- 国外计算机专业重要研究生课程 theory of computation 的中文第一版和英文原版第二版。以及课后习题答案。-Computer important overseas post-graduate courses in Chinese theory of computation of the first edition and second edition of the English original. And Homework answer.
numerical_analysis_QR_decomposition
- 本程序用带双步位移的QR分解法求一给定矩阵的全部特征值,并对其中的每一个实特征值求相应的特征向量,给出算法的设计方案和全部源程序,计算并输出如下内容:(1)矩阵经过拟上三角化后所得的矩阵;(2)对矩阵进行QR分解后所得的矩阵Q、R和RQ;(3)矩阵的全部特征值;(4)矩阵的相应于实特征值的特征向量。-The program uses two-step displacement with QR decomposition method find all the characteristics of
Numerical-methods-
- 用于实现研究生课程数值方法中的列主元消去法-Numerical methods used to achieve post-graduate courses listed in the main element elimination
Square-method
- 用于实现研究生课程数值方法中的改进平方根法-Numerical methods used to achieve post-graduate courses listed in the main element elimination
mathmatical-modeling-paper
- 这是第六届研究生数学建模竞赛的论文。该论文获得全国3等奖。其中包含有论文,程序,数据。相信对参加数学建模的同学有帮助。-This is the sixth post-graduate mathematical modeling contest papers. The paper won the national 3rd place. Which includes papers, programs, data. I believe the students participate in mathe
1
- 【课题】若某算术表达式采用后置法表示(即逆波兰表达式),请编程计算该表达式的值。如:表达式(a+b*c)/d-e用后置法表示为abc*+d/e-。 -[ Topic ] If an arithmetic expression using the post method representation (i.e., inverse Poland expression ), please programming calculation of the value of the expression.
Tecplot-program(fortran)
- teclplot接口程序,在有限元计算中,tecpolt是很好的后处理软件,通过此接口程序,可是导入模型文件和计算结果文件,进行应力位移的后处理。-Teclplot interface program, the finite element method, tecpolt is a very good post processing software, through this interface, but import model documents and result file, stre