资源列表
sirt
- SIRT方法解线性方程组,通过迭代求解,取得了更为精确的结果,节省了计算时间-sirt mehtod to solve equation
Conversion
- 利用c语言实现字符串与整形数据转换,功能强大,无错误。-Using c language string and plastic data conversion, powerful, error-free.
four1
- 一维快速傅里叶变换,在C++环境下用C编写的程序-One-dimensional fast Fourier transform
2.3
- 顺序存储有序数组,插入新数据后保持有序。这是数据结构课程的中的实例。-Orderly array storage order, insert the new data to keep order. This is the data structure instances in the course.
quicksort
- programmen for quick sort in c++ which is for very large input
math.c
- 用C语言开发的一个简单数学运算器,可以进行简单的数学运算-Developed using C language, a simple mathematical calculator can perform simple mathematical operations
C1
- 由C程序实现的 数学上 滑雪问题 的代码实现,供大家学习用-Ski problem code for all to learn to use
m
- 矩阵转置 输入: l 稀疏矩阵的行数、列数、非零元个数(三个数都大于0) l 以行为主序输入稀疏矩阵三元组表 输出: l 辅助数组num[ ] l 辅助数组cpot[ ] l 以行为主序输出对应的转置矩阵三元组表-Matrix transpose input: l sparse matrix rows, columns, nonzero number (three numbers are greater than 0) l-major sparse matrix tr
Contact-analysis-examples
- ANSYS螺栓接触计算模拟,考虑各摩擦面的摩擦系数-ANSYS bolt contact calculation simulation, considering the friction surface friction coefficient
transbinaray
- 将一个数由十进制转换为二进制数字格式,转换结果为形成一个一维数组,每个元素存储一个对应的二进制位上的对应数字。-translate a number into a binary mode number
Dichotomy-to-the-nonlinear-function
- 二分法是一种巧妙简单的非线性函数求解方法,也是一种通用的基础搜索方法。-Dichotomy is a clever and simple method for solving nonlinear function,as well as a generic base search method.
codeforces484D
- codeforces484D的ac源码。算法:动态规划。题意:给n个数,分成若干个连续组,每组获益为max-min,输出最大获益。-AC source of codeforces484D. Meaning of the questions: given N integers, requested to dividing into several successive groups of benefit for the max-min, output the maximum profit.