资源列表
1050MovingTtables
- HDOJ ACM input:The input consists of T test cases. The number of test cases ) (T is given in the first line of the input. Each test case begins with a line containing an integer N , 1<=N<=200 , that represents the number of tables to move. Ea
1
- 用迭代法求解线性方程组,使用了雅可比矩阵,进行迭代计算
newton
- optimisation中的牛顿法,在实验课上编写的程序,可以直接看到效果
Java 二叉树 算法
- 用Java编写的二叉树的数据结构,包括二叉树的每个节点的值,以及各子树的指针。 -Java prepared by the binary tree data structures, including binary tree each node values, and the subtree target.
TwoMul
- 本程序代码主要实现用最小二乘法实现曲线的拟合-The main achievement of the program code using least squares curve fitting method
FILE27
- 用C语言来实现的10维迷宫问题 来字符的作品 来自一个很用C语言来实现的10维迷宫问题 来字符的作品 来自一个很很阳光又喜欢不断不断分析问题的男孩很阳光又喜欢不断不断分析问题的男孩 在读大学-Using C language to realize the 10-dimensional maze problem to characters from the works of a very used C language to realize the 10-dimensional maze prob
8QUEEN
- 8 queens problem in c/c++
puzzle_cpp1508041252002
- the puzzle eight le jeu de taquin
LL1
- 使用非递归子程序法设计一个语法分析程序,理解自顶向下分析方法的原理,掌握词法分析程序的设计原则,掌握手工编写语法分析程序的方法。-#include <tchar.h> #include <string.h> #include <stdlib.h>
fftn
- simple fft implementation
add
- 简单的通过指针实现的多项式相加的算法,方便新手对VC进行学习-Through a simple polynomial algorithm pointer implemented to facilitate the novice to learn VC
QuickSort
- 任取待排序记录序列中的某个记录(例如取第一个记录)作为基准(枢),按照该记录的关键字大小,将整个记录序列划分为左右两个子序列: 左侧子序列中所有记录的关键字都小于或等于基准记录的关键字 右侧子序列中所有记录的关键字都大于基准记录的关键字 -Take any sequence of records to be sorted in a record (for example, take the first record) as a reference (pivot), in accor