资源列表
youquchengxu
- 有趣的程序: 1。已知n和m,m个正整数相加等于n(m<=n),列出这m个数. 2。输入任意正整数n,计算n!(n可取到一亿) 3。求100以内的所有由三个素数构成的等差素数组-interesting : 1. Known n and m, m is integer equal to the sum of n (m
pow
- double pow(double,double) 省去了libm的麻烦。可以自由使用-double pow (double, double) save a libm trouble. Free use
05
- 用C语言编写一个用最小二乘法曲线拟合的程序-With the C language using a least squares curve fitting procedure
BinaryTree
- 这是个二叉树的数据结构的各项操作。有二叉树的拷贝,计算树高,树叶等。特别要注意的是用非递归算的。-Binary Tree is not recursion
Prog3_exerc_d
- Matrix intern products
sodoku
- 题目靶型数独的搜索实现。(原题见noip2009第四题)-Title search of target-based implementation Sudoku
Dijkstra
- 可以求出最短路径,Dijkstra算法。计算方法,给出主要步骤-You can find the shortest path, Dijkstra algorithm. Calculation method, the main steps are given
tulun
- 一个实现最小生成树的程序,通过输入图的路径来找到该最小生成树-A program to achieve the minimum spanning tree, by entering that path to find the minimum spanning tree
Figure-BFS-and-DFS-traversal
- C语言,采用邻接矩阵存储,实现图的BFS、DFS遍历,源代码-C language, using the adjacency matrix storage Figure BFS and DFS traversal, and source code
CFO_estimation
- Carrier frequency offset estimation
kutta5
- 用龙哥库塔方法求解积分,5阶龙格库塔方法-Method for solving integral with Long Ge Kuta, fifth-order Runge-Kutta method
huffman
- C++数据结构中哈夫曼函数的编写与实现,同时利用哈夫曼算法构建哈夫曼树-C++ data structure to achieve Huffman
