搜索资源列表
querydot
- 在三维系统中求从圆外一点到平面圆上的投影点的坐标,是我在工作中遇到的-in 3D systems seek from outside the circle 1:00 into the plane circle the projection coordinates, I encountered in the work
二叉树的高度程序!
- 本文用C语言实现了求二叉树深度的程序,数据结构采用链表-Using C Language for the depth of procedures binary tree data structure used Chain
greedy_three
- 用贪心算法求最小生成树的问题是可以由这个程序来实现的。它求出在一棵树中哪些边组成的通路具有最小的权值。-with greedy algorithm for the minimum spanning tree problem can be resolved by this procedure to achieve it. It obtained in a tree in which the edge of the pathway with minimum weight.
PROGRAMMIFA
- 幂法求矩阵的特征值和特征向量 算法9.1 1. 输入矩阵A,初始向量X,误差限ε最大迭代次数N。 2. 置k=1,u=0。 3. 求xr=>λ,|xr|=max|xr|,i=1,….,n。 4. 计算 Y=X/λ,X=AY 5. 若|λ-u|〈ε,输出λ,X,停机;否则,转步骤6。 6. 若k<N,k+1=>k,λ=>u,转步骤3;否则,输出错误信息,停机
MouseDocument
- 算法5.1 1. 输入a,b,ε。 2. 置n=1,h=(b-a)/2,T0=h(f(a)+f(b)). 3. 置F=0,对i=1,2,....n,求 F=F+f(a+(2i-1)h) 4. T=T0+hF. 5.若|T-T0|<3ε,输出I≈T停机 否则置2n=>n,h/2=>h,T=>T0,转步骤3。 程序说明: 本程序暂时支持正弦函数的计算
MouseDocume
- 算法5.1 1. 输入a,b,ε。 2. 置n=1,h=(b-a)/2,T0=h(f(a)+f(b)). 3. 置F=0,对i=1,2,....n,求 F=F+f(a+(2i-1)h) 4. T=T0+hF. 5.若|T-T0|<3ε,输出I≈T停机 否则置2n=>n,h/2=>h,T=>T0,转步骤3。 程序说明: 本程序暂时支持正弦函数的计算
15577661
- 递归求字符串长度 许多公司的面试题目,找工作的人可以-recursive string length for the many interview subjects, people looking for work can s
11332
- 一个数学求值的源代码,一个公司笔试题目的编程实现,c语言初学者可以参看-a mathematical evaluation of the source code, a company of the written language, c language learners can see
shorest
- dijistra最短路经算法的实现。根据以文件输入图中各个节点的距离关系,然后运用算法求出a点到b点的最短路径
sushu
- 求1——1000的素数,显示全部素数,并能统计个数
datastructure1--
- 用C或C++语言设计并实现一个可进行复数运算的演示程序。 【基本要求】 1.由输入的实部和虚部生成一个复数 2.两个复数求和 3.两个复数求差 4.从已知复数中分离出实部和虚部 5.复数及相应运算结果以相应的表现形式显示。
BothMin
- 求两个数的最小值 使用了C++函数模板是学习的好例子
TemplateSum
- 求两个数的和 使用了C++函数模板是学习的好例子
RailSystem
- SSD5课程实验中求欧洲旅行的乘车最短路径的实验答案
4
- 表达式求值(C语言) 输入完成后直接回车进行计算 前后均不需要#
calculate24
- 可以算加减乘除24,可以求所有的解,但又重复的,没有刻意去掉-can calculate the arithmetic of 24, can help all the solutions, but to repeat, not deliberately removed
Gauss-Jordan
- Gauss-Jordan消去法 实现矩阵求逆 有详细算法解释-Gauss-Jordan elimination method to achieve matrix inverse Algorithm is explained in detail
qiuni2
- 用C++实现高斯-亚当求解法求矩阵的逆 -finding the inverse matrix by Guess-Jordan using c++
c++LIANXI
- 求两个数的和,C++程序实现,刚刚开始学习,变了简单程序练习。(calculate the sum of two numbers)
函数模板
- C++;使用函数模板求一维数组中的最大和最小值;使用函数模板求一维数组中的最大和最小值(Using function template to find the maximum and minimum values in one-dimensional array.)