资源列表
fft2.rar
- 本程序是关于二维傅里叶变换计算相关的,经过调试成功,希望大家多多参考并提建议,2fft
16floatPOW
- 16进制浮点数换算,二进制浮点数,MODBUS协议传输的浮点数-16 hexadecimal floating-point conversion
FFT
- 关于傅立叶变换的C语言代码, 可用于信息处理-the c code about FFT
two
- 这是一个最小二乘的算法,很好用于工程,比较适合于集成运算-Least-squares process of the algorithm, the traditional least squares method has been improved, the process is a recursive least-squares algorithm
feixianxing
- 解线性方程组的迭代法 【实验内容】对实验四所列目的和意义的线性方程组,试分别选用Jacobi 迭代法,Gauss-Seidel迭代法和SOR方法计算其解。-Solving linear equations of the iteration method 【Content】 experimental four experiments listed in the purpose and significance of the linear equations, test were selec
88
- 有限元分析,关于有限元分析的c程序。包括网格划分等。-Finite element analysis, finite element analysis on the c program. Including the mesh and so on.
Binary-Tree-Sort
- 二叉树排序,二叉树的递归调用排序,属于C语言源码-Binary Tree Sort
polynomials
- 两个多项式相加,使用链表,计算时间复杂度,数据结构应用-Write a function to add two polynomials. Do not destroy the input. Use a linked list implementation. If the polynomials have M and N terms, respectively, what is the time complexity of your program?
ee
- 用C++环境建立一个链表,输入及输出内容-In C++ environment to create a linked list, the input and output
maopao_youhua
- 冒泡优化: 如果一个序列是int n[]={1,2,3,4,5,6,7,8,9} , 用正常的冒泡排序需要排8次才行,优化之后1次就好,也就是说序列越接近于正常序列,改进之后的冒泡排序的次数就越少,这样会给一个冒泡排序算法带了很大的效率。 思想:添加一个boolean变量用来判断冒泡是否是已经排好了顺序,如果boolean的值为false,说明是已经排好了,如果boolean的值true,说明没有排好,继续排。-If a sequence is int n [] = {, 1,2,3,4
Sequence
- 这是一个顺序表的建立和数据插入的小程序,其中还涉及到对结构体的排序-This is an order of table creation and data into the program, which also involves the sort of structure
ReplaceText
- 在文件中实现字符串的替换功能。需要输入四个参数。源文件名,目标文件名,需要替换的子字符串,新的字符串。-String replace function in the file. Need to enter the four parameters. The source file name, the target file name, you need to replace the substring, the new string.