搜索资源列表
work1_hj
- 作业: 最小二乘法 运行环境:vc 程序语言:c++ 程序源代码:work1.cpp (见附件) -operations : least-squares method runtime environment : vc programming languages : C source code : work1.cpp (see annex)
包括runge-kutta法仿真
- 我们的大作业,包括runge-kutta法仿真,0-1分布,反变换的C语言原程序,还有结果图,应该是每问题的
cholesky
- 乔列斯基分解的C语言实现,输入部分可通过txt文档形式输入,输出则直接显示在DOS环境中,适合数值分析、工程数值方法等课程的作业
四点插值细分曲线绘制
- 这是学校布制的作业用C语言实现四点插值细分曲线绘制-cloth it is the school system's operations with C language sub 4:00 interpolation Curve
三元组
- C语言数据结构作业三元组序列表,特点是非零元在表中按行序有序储存,因此便于进行依行顺序处理的矩阵运算,然而若需按行号存取某一行的非零元,则需从头开始进行查找-C language data structures operating sequence in Table 3, which is characterized by non-zero yuan in the table in an orderly sequence by storage firms, according to facili
oula
- 数值分析作业。C语言编程。常微分方程初值问题的数值方法,详细分析了欧拉法的解法和分析,有结果输出和分析-failed to translate
m
- 北航数值分析大作业 幂法 反幂法 直接运行程序即可 c语言编写-Northern analysis of large numerical inverse power law operating power method can be directly run programs written in c
0618c
- c语言编写的黄金分割法源程序,优化课上作业,wintc环境下编译成功。-c languages source golden section method, optimizing operation classes, wintc environment successfully compiled.
2D-TM
- 一个真正意义上的C++(不是C语言)编写的FDTD二维TM波算法程序,是老师给的作业,给大家共享。-A true sense of the C++ (not C language), prepared by two-dimensional TM wave FDTD algorithm procedures, teachers are given homework, give everyone shared.
homework
- 这是研究生的并行计算的作业,实现多插入排序抽取算法,C语言的。-it is a homework for postgraduate by C language ,in order to sort data。
xianxing
- 数值分析课程作业。线性方程组的各种解法方式,有高斯列主元法,高斯顺序法,平方根法,追赶法,C语言编程。有结果输出和分析-failed to translate
program
- 用C语言编写的数值分析的幂法与反幂法。 西安工大数值分析大作业-Written in C language with numerical analysis of the power method and inverse power law. Numerical Analysis, Xi' an Great job Great work
Polyn
- 关键词:多项式加减乘除 积分 微分 c语言 大作业 这是我替别人做的一个多项式运算的大作业,c语言,原创-Keywords: polynomial addition, subtraction integral derivative c language job is a big job of a polynomial operations I do for other people, c language, originality
NND-scheme-solver
- 计算流体力学大作业之一:一维标量问题的CFD求解,格式为NND;C语言代码。-Computational Fluid Dynamics of operations, one: the one-dimensional scalar CFD solver, the format of the NND C language code.
51110ZA
- 在turboC上完成的猴子分桃问题,用C语言编程实现;便于学习理解以及交作业 另含求一元二次方程的根,筛选法求100以内素数的源代码-On completion of the monkeys of peach turboC problem, using C language programming easy to learn and understand the homework
huffman
- huffman 树的c语言实现程序 自己编的 是以前的作业-the translation of huffman tree
numericalexercise2
- 这是在VS2010环境下编的.C程序文件,数值分析大作业,北航2015年数值分析A大作业二(幂法、反幂法、QR分解),本人新编的代码比以往版本逻辑更简单更易读。解释清楚,可做C语言新入门者的学习范例-This is in the VS2010 environment compiled C program files. Numerical analysis of the job, the Beijing University of Aeronautics and Astronautics 2015
numericalexercise
- 这是在VS2010环境下编的.C程序文件,数值分析大作业,北航2015年数值分析A大作业一(特征值与特征向量),本人新编的代码比以往版本逻辑更简单更易读。解释清楚,可做C语言新入门者的学习范例-Analysis, Beijing University of Aeronautics and Astronautics 2015 numerical analysis of a large operations (eigenvalue and eigenvector), I retold in the
C语言作业
- 整理了一些算法包括随机数生成素数穷举判断(helloeveryone this is C++progress)
北航2019级数值分析第一次大作业源代码
- 为课后计算实习第三题源代码,这是2019年才换的新题,之前都是做的第一题,采用C++语言编写