资源列表
fft2.rar
- 本程序是关于二维傅里叶变换计算相关的,经过调试成功,希望大家多多参考并提建议,2fft
16floatPOW
- 16进制浮点数换算,二进制浮点数,MODBUS协议传输的浮点数-16 hexadecimal floating-point conversion
FFT
- 关于傅立叶变换的C语言代码, 可用于信息处理-the c code about FFT
shell
- 数据结构中内部排序中的希尔排序 完整源代码实现-Sort the data in the internal structure of the complete source code sorting Hill
function
- 提供字符串方法,大家面试可以用,包括找出对称字串-Some string function
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.
DFT-ver1
- A simple Discrete Fourier Transform Code in C language, it generates a random signal and applies the DFT on it then saves the result in a matlab file
