资源列表
gaosiyadang
- 高斯亚当消去法 GAUSSJ(A[],N,B[])用这个子过程实现高斯亚当消去法-high Addis When elimination GAUSSJ (A [], N, B []) with the process of achieving high-Addis When elimination
NEWMARKmethod
- 这是求多柔体转子纽马克法的程序。以拉格朗日方程为基础,结合有限元发计算-is seeking more flexible rotor Newmark Act procedures. To Lagrange equation, the FEM calculation
ParkProblem
- 设计一个停车场管理系统,实现对进出停车场车辆的管理。-car parking system
BST
- 二叉排序树的建立、查找、删除、插入及先序遍历-Binary sort tree establishment, find, delete, insert, and the first traversing
tree_bfs
- a sample tree program using BFS algorithm
dijkstra
- this the c source code for dijkstra algorithm. people who study CS might find it useful during algorithm classes.-this is the c source code for dijkstra algorithm. people who study CS might find it useful during algorithm classes.
1.3
- 定义一个结构体数组,存放10个学生的学号,姓名,三门课的成绩 从键盘输入10个学生的以上内容,存入文件stud.txt,关闭文件 打开stud.txt文件,将数据读出,查看是否正确写入,关闭文件。 打开文件stud.txt文件,读出数据,将10个学生按照平均分数从高到低进行排序, 分别将结果输出到屏幕上和另一文件studsort.txt中。-Define an array of structures, storage of 10 students to learn numbers
kuaisupaixu
- 实现快速排序,这里采用的是C++编程,比二分法更好用-shixian kuaisu paixu,zheli caiyong de shi C++ biancheng
edit
- 问题描述: 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括 (1)删除一个字符; (2)插入一个字符; (3)将一个字符改为另一个字符。 将字符串A变换为字符串B所用的最少字符操作数称为字符串A到B的编辑距离,记为d(A,B)。试设计一个有效算法,对任给的2个字符串A和B,计算出它们的编辑距离d(A,B)。 -this is a project
Intersection
- 三个数组求交集,先求前面两个数组的交集,在和第三个求交集。-Three arrays is seeking to set intersection, consideration is to seek the intersection of the front of the array, and then seek the intersection of the results and the back. This is the most basic method.
heapsort
- 一個有用的maxheap演算,inputData為輸入測值的方式-A useful maxheap calculus inputData to the measured value for input
Matrix
- 把一个N*N的三角矩阵按列的方式映射到一个3N*2的一维数组,功能设置,输入输出、存储搜索、加减乘、转置。-Put an N* N triangular matrix is mapped to the column by way of a one-dimensional array of 3N* 2, the feature set, input and output, storage, search, add and subtract multiply, trans
