资源列表
VByangtiao
- 用vb编写的B样条曲线!!直接运行即可,它主要是数值计算的一个有用软件-prepared with the B-spline curves! ! Direct operation can be, it is primarily a numerical calculation of useful software! !
curvefit_C_edition
- c语言版的多项式曲线拟合。 用最小二乘法进行曲线拟合. 用p-1 次多项式进行拟合,p<= 10 x,y 的第0个域x[0],y[0],没有用,有效数据从x[1],y[1] 开始 nNodeNum,有效数据节点的个数。 b,为输出的多项式系数,b[i] 为b[i-1]次项。b[0],没有用。 b,有10个元素ok。-c language version of the polynomial curve fitting. Using least-squares met
bayes
- 运筹学中的贝叶斯决策方法,c++代码,可以运行
bahuanghou
- 八皇后的一个小游戏的c语言实现,有空可以下了看看。
8_QUEENS
- 八皇后问题:八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight Queen s question: Pat s problem is an ancient and well-known problem is a typical example of backtracking algorithms. The pr
0-1package
- 在0和1情况下进行背包问题解决,涉及多个物体的重量和价值,求得最大价值量以及分配方案。-At 0 and 1 backpack case for problem-solving, involving more than the weight of objects and values, as well as to achieve maximum value distribution program.
04
- 数据结构树的基本操作。包含遍历建立删除插入-b
3
- 二叉树的子节点互换并打印对于学习数据结构来讲确实很有辅助-Exchange of the child nodes of a binary tree and print
Mult
- 数据结构课上作业实现了一个多项式乘法的功能有注解-Job class data structure implements a polynomial function of multiplication comments
12
- 在线性表的链式存储结构上,编写函数实现链表的初始化,插入、删除,输出、销毁等算法。-The chain-line storage structure of the table, and write functions for the initialization of the list, insert, delete, export, destruction algorithm.
1293xoj
- 这是XOJ1293的代码,主要应用了二分图匹配的dp算法。-The code of XOJ1293 bipartite graph matching algorithm of dp main application.
expression
- 表达式求值 对于一个算法表达式求最终结果 运用了栈等-Expression for the value of the final results of the use of an algorithm expression and stack
