资源列表
ShowPic
- c source cord, just for check function-c source cord,just for check function
wangluo
- 输入网络参数,从而得到网络的关联矩阵、基本回路矩阵和基本割集矩阵Qf-Enter the network parameters, and thus obtain the network incidence matrix, fundamental circuit matrix and the basic cut-set matrix Qf
shell
- 数据结构中内部排序中的希尔排序 完整源代码实现-Sort the data in the internal structure of the complete source code sorting Hill
polygon
- 用opengl程序画一个人形状的画多边形-Draw a person with opengl program drawing the shape of polygons
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
func_DWT
- Discrete Wavelet Transform source code
zhongzhilvbo
- 自适应中值滤波,通过调整滤波窗口大小去除噪声-Adaptive median filter
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